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
This is currently an error:
#[repr(C)] enum Foo { Foo }
which is odd because it looks like a c-like enum. However it also looks like a univariant enum. We should specify which behaviour is correct.
More generally, should this be considered a c-like enum, or should it be a univariant enum. This affects several other aspects of the compiler.
The text was updated successfully, but these errors were encountered:
#[repr(...)]
Duplicate of #10292
Sorry, something went wrong.
No branches or pull requests
This is currently an error:
which is odd because it looks like a c-like enum. However it also looks like a univariant enum. We should specify which behaviour is correct.
More generally, should this be considered a c-like enum, or should it be a univariant enum. This affects several other aspects of the compiler.
The text was updated successfully, but these errors were encountered: