2021-01-20 20:49:04 -06:00
|
|
|
error[E0517]: attribute should be applied to an enum
|
2020-09-10 13:54:17 -05:00
|
|
|
--> $DIR/repr-disallow-on-variant.rs:4:12
|
|
|
|
|
|
|
|
|
LL | #[repr(u8)]
|
|
|
|
| ^^
|
|
|
|
LL |
|
|
|
|
LL | Variant,
|
2021-01-20 20:49:04 -06:00
|
|
|
| ------- not an enum
|
2020-09-10 13:54:17 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0517`.
|