Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![allow(dead_code)]
#[repr(i128)] //~ ERROR: attribute should be applied to an enum
struct Foo;
#[repr(u128)] //~ ERROR: attribute should be applied to an enum
struct Bar;
fn main() {}