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
The following code hits the lint that warns about conflicting repr hints on a datatype.
repr
rust/src/test/run-pass/issue-39720.rs
Lines 15 to 23 in c2afca3
(I'm just filing this ticket so I have something to point at from a PR for #53764.)
The text was updated successfully, but these errors were encountered:
Add .stderr file for test where there are conflicting repr hints.
.stderr
deb28c2
See rust-lang#53857.
175d7f4
Fixed by https://github.com/rust-lang/rust/pull/67770/files#diff-4a4d51d87ccad2714c791293302c0b146e8c9292fbf59bbfddd5a927b78dcf2c
Sorry, something went wrong.
No branches or pull requests
The following code hits the lint that warns about conflicting
repr
hints on a datatype.rust/src/test/run-pass/issue-39720.rs
Lines 15 to 23 in c2afca3
(I'm just filing this ticket so I have something to point at from a PR for #53764.)
The text was updated successfully, but these errors were encountered: