Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct Foo {
bar: u8
}
fn main() {
let f = Foo { bar: 22 };
f.baz; //~ ERROR no field