blob: 1ee8c84f13bd3b78f2a753b0bd0dabedb82b621b [file] [log] [blame]
pub bar<'a>(&self, _s: &'a usize) -> bool { true }
//~^ ERROR missing `fn` for method definition
fn main() {
bar(2);
}