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