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