]> git.proxmox.com Git - rustc.git/blame - src/test/ui/repr/repr-disallow-on-variant.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / repr / repr-disallow-on-variant.stderr
CommitLineData
136023e0 1error[E0517]: attribute should be applied to an enum
29967ef6
XL
2 --> $DIR/repr-disallow-on-variant.rs:4:12
3 |
4LL | #[repr(u8)]
5 | ^^
6LL |
7LL | Variant,
136023e0 8 | ------- not an enum
29967ef6
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0517`.