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