Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mod foo {}
fn main() {
let p = foo { x: () }; //~ ERROR expected struct, variant or union type, found module `foo`
}