Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#[repr(u128)]
enum Foo { //~ ERROR E0658
Bar(u64),
}
fn main() {}