We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
repr
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.
align
The text was updated successfully, but these errors were encountered:
pprust
Rollup merge of rust-lang#70075 - GuillaumeGomez:fix-repr-display, r=…
ba83e55
…petrochenkov Fix repr pretty display Fixes rust-lang#70027. r? @varkor
73f7c43
60a2d06
GuillaumeGomez
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: