Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub bar<'a>(&self, _s: &'a usize) -> bool { true }
//~^ ERROR missing `fn` for method definition
fn main() {
bar(2);
}