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