Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ run-rustfix
fn main() {
let _x = 42; //~ HELP
let _y = x; //~ ERROR
}