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
252 B
Plaintext
Raw Normal View History

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