]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0084.stderr
Rollup merge of #47846 - roblabla:bugfix-ocaml, r=kennytm
[rust.git] / src / test / ui / error-codes / E0084.stderr
1 error[E0084]: unsupported representation for zero-variant enum
2   --> $DIR/E0084.rs:11:1
3    |
4 11 | #[repr(i32)] //~ ERROR: E0084
5    | ^^^^^^^^^^^^
6 12 | enum Foo {}
7    | ----------- zero-variant enum
8
9 error: aborting due to previous error
10