]> git.lizzy.rs Git - rust.git/blob - src/test/ui/repr/issue-83921-pretty.normal.stderr
Override rustc version in ui and mir-opt tests to get stable hashes
[rust.git] / src / test / ui / repr / issue-83921-pretty.normal.stderr
1 error[E0565]: meta item in `repr` must be an identifier
2   --> $DIR/issue-83921-pretty.rs:10:8
3    |
4 LL | #[repr("C")]
5    |        ^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0565`.