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

Replace remaining "C-like enumerations" with "fieldless enumerations" #244

Closed
alercah opened this issue Feb 15, 2018 · 1 comment · Fixed by #879
Closed

Replace remaining "C-like enumerations" with "fieldless enumerations" #244

alercah opened this issue Feb 15, 2018 · 1 comment · Fixed by #879
Labels
C-bug Incorrect statements, terminology, or rendering issues

Comments

@alercah
Copy link
Contributor

alercah commented Feb 15, 2018

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.

@Havvy
Copy link
Contributor

Havvy commented Feb 16, 2018

Already done in my branch for the #[repr(C, Int)] on enums with fields RFC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Incorrect statements, terminology, or rendering issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants