blob: 9989ad81524e1937b6ccdec21ad1947a2fe93dbc [file] [log] [blame]
// run-rustfix
fn main() {
let x = 2; //~ ERROR unexpected `==`
println!("x: {}", x)
}