Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![allow(non_camel_case_types)]
struct hello(isize);
fn main() {
let hello = 0; //~ERROR let bindings cannot shadow tuple structs
}