Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// run-pass
#![allow(unused_mut)]
pub fn main() { let mut n; n = 1; println!("{}", n); }