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(u8)] enum X { A = b'a', B(int), } fn main() { }
test.rs:7:1: 7:3 error: discriminator values can only be used with a c-like enum test.rs:7 fn main() { ^~
The text was updated successfully, but these errors were encountered:
auto merge of #17415 : jakub-/rust/issue-17383, r=huonw
d7e1bb5
Fixes #17383.
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: