Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
suggestions
/
js-style-comparison-op-separate-eq-token.rs
blob: b24d256481c56058c93f7d13b831527317ba31b4 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
if
1
==
=
1
{
//~ ERROR expected expression
println
!(
"yup!"
);
}
}