Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn foo(_x: u32) {
_x = 4;
//~^ ERROR cannot assign to immutable argument `_x`
}
fn main() {}