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