Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct Simba {
mother: u32,
}
fn main() {
let s = Simba { mother: 1, father: 0 };
//~^ ERROR E0560