Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct S;
impl S {
pub //~ ERROR visibility `pub` is not followed by an item
} //~ ERROR non-item in item list
fn main() {}