Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
const A: isize = Foo::B as isize;
enum Foo {
B = A, //~ ERROR E0391
}
fn main() {}