Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn test() {
let v: isize;
v += 1; //~ ERROR E0381
v.clone();
}
fn main() {