Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mod A {
struct C;
}
fn main() {
A::C = 1;
//~^ ERROR: invalid left-hand side of assignment
//~| ERROR: struct `C` is private