Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn test<T>(_a: T, _b: T) {}
fn main() {
test(&mut 7, &7);
//~^ ERROR mismatched types
}