Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn foo(x:i32, self: i32) -> i32 { self } //~ ERROR unexpected `self` parameter in function
fn main() {}