blob: 6cadd5a93a7527eac048a56627493e68ad95d76c [file] [log] [blame]
// run-rustfix
fn main() {
let _x = 42; //~ HELP
let _y = x; //~ ERROR
}