Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
enum E {
Foo {
<<<<<<< HEAD //~ ERROR encountered diff marker
x: u8,
|||||||
z: (),
=======
y: i8,
>>>>>>> branch
}