about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-101477-let.fixed
blob: cbcbeb171af543705e5a89082186cad753cfb438 (plain)
1
2
3
4
5
6
//@ run-rustfix

fn main() {
    let x = 2; //~ ERROR unexpected `==`
    println!("x: {}", x)
}