Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc has incorrect spacing for repr attributes #70027

Closed
varkor opened this issue Mar 15, 2020 · 0 comments · Fixed by #70075
Closed

rustdoc has incorrect spacing for repr attributes #70027

varkor opened this issue Mar 15, 2020 · 0 comments · Fixed by #70075
Assignees
Labels
C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@varkor
Copy link
Member

varkor commented Mar 15, 2020

See https://github.com/rust-lang/rust/pull/69686/files#diff-21534ccecd1da87ab2d0cbabae0ca694R19 for an example.

#[repr(C, align (8))]

There should not be a space between align and the opening parenthesis.

@varkor varkor added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. C-bug Category: This is a bug. labels Mar 15, 2020
@GuillaumeGomez GuillaumeGomez self-assigned this Mar 17, 2020
Centril added a commit to Centril/rust that referenced this issue Mar 18, 2020
Centril added a commit to Centril/rust that referenced this issue Mar 18, 2020
@bors bors closed this as completed in 60a2d06 Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants