blob: 90cad7e647b057d54b75626a30847a66b5e37075 [file] [log] [blame]
struct Test;
enum Foo {
#[repr(u8)]
//~^ ERROR attribute should be applied to a struct, enum, or union
Variant,
}
fn main() {}