Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct Test;
enum Foo {
#[repr(u8)]
//~^ ERROR attribute should be applied to an enum
Variant,
}
fn main() {}