Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mod a {
struct S;
impl S { }
}
fn foo(_: a::S) { //~ ERROR: struct `S` is private
fn main() {}