Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
issue-101477-let.rs
blob: 8b0e8bee1799d87ded6920f5ce6ec4d2bb26530e [
file
] [
log
] [
blame
]
// run-rustfix
fn
main
()
{
let
x
==
2
;
//~ ERROR unexpected `==`
println
!(
"x: {}"
,
x
)
}