index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
suggestions
/
js-style-comparison-op-separate-eq-token.rs
blob: b24d256481c56058c93f7d13b831527317ba31b4 (
plain
)
1
2
3
4
5
fn
main
()
{
if
1
==
=
1
{
//~ ERROR expected expression
println!
(
"yup!"
);
}
}