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