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