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