rust/tests/ui/enum-discriminant/arbitrary_enum_discriminant-no-repr.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
250 B
Plaintext
Raw Normal View History

2019-05-09 16:08:55 -05:00
error[E0732]: `#[repr(inttype)]` must be specified
2022-04-05 22:45:30 -05:00
--> $DIR/arbitrary_enum_discriminant-no-repr.rs:3:1
2019-05-09 16:08:55 -05:00
|
2022-07-07 20:50:10 -05:00
LL | enum Enum {
| ^^^^^^^^^
2019-05-09 16:08:55 -05:00
error: aborting due to previous error
For more information about this error, try `rustc --explain E0732`.