blob: 8cee74696295c5b3ab20c47b50dc399da5dbaeb5 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0732]: `#[repr(inttype)]` must be specified
--> $DIR/arbitrary_enum_discriminant-no-repr.rs:3:1
|
LL | enum Enum {
| ^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0732`.
|