Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
enum A { B, C }
enum A { D, E } //~ ERROR the name `A` is defined multiple times
fn main() {}