Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// #60115
mod foo {
pub bar();
//~^ ERROR missing `struct` for struct definition
}
fn main() {}