Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn f(a: isize, a: isize) {}
//~^ ERROR identifier `a` is bound more than once in this parameter list
fn main() {
}