Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct Foo {
x: i32
}
fn main() {
let x = Foo {
x: 0,
//~^ ERROR E0062
};