]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/issue-100631.stderr
Auto merge of #106025 - matthiaskrgr:rollup-vz5rqah, r=matthiaskrgr
[rust.git] / src / test / ui / attributes / issue-100631.stderr
1 error[E0084]: unsupported representation for zero-variant enum
2   --> $DIR/issue-100631.rs:4:1
3    |
4 LL | #[repr(C)]
5    | ^^^^^^^^^^
6 LL | #[repr(C)]
7 LL | enum Foo {}
8    | -------- zero-variant enum
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0084`.