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
See rust-lang/rust#46348. Looks like a few snuck through: https://doc.rust-lang.org/nightly/reference/type-layout.html#reprc-enums, for instance.
The text was updated successfully, but these errors were encountered:
Already done in my branch for the #[repr(C, Int)] on enums with fields RFC.
#[repr(C, Int)]
Sorry, something went wrong.
Document the enum changes in RFC 2195 (#879)
66b4d58
Document the changes introduced in https://github.com/rust-lang/rfcs/blob/master/text/2195-really-tagged-unions.md. Fixes #244 (I believe), fixes #786.
Document the enum changes in RFC 2195 (rust-lang#879)
200e1d3
Document the changes introduced in https://github.com/rust-lang/rfcs/blob/master/text/2195-really-tagged-unions.md. Fixes rust-lang#244 (I believe), fixes rust-lang#786.
Successfully merging a pull request may close this issue.
See rust-lang/rust#46348. Looks like a few snuck through: https://doc.rust-lang.org/nightly/reference/type-layout.html#reprc-enums, for instance.
The text was updated successfully, but these errors were encountered: