Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
operator-recovery
/
less-than-greater-than.stderr
blob: 80c921535bd08ee6cd736451dde85ab36f66fef4 [
file
] [
log
] [
blame
]
error
:
invalid comparison
operator
`<>`
-->
$DIR
/
less
-
than
-
greater
-
than
.
rs
:
2
:
22
|
LL
|
println
!(
"{}"
,
1
<>
2
);
|
^^
help
:
`<>`
is
not
a valid comparison
operator
,
use
`!=`
error
:
aborting due to previous error