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