Sign in
rust
/
rust
/
52dff85c4e5b68b8a5a871cf7a35b1bf9cbb5028
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-101477-let.fixed
blob: cbcbeb171af543705e5a89082186cad753cfb438 [
file
]
//@ run-rustfix
fn main
()
{
let
x
=
2
;
//~ ERROR unexpected `==`
println
!(
"x: {}"
,
x
)
}