Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
operator-recovery
/
spaceship.stderr
blob: 46a81db62b42c53433684944e6c7e423a69fc8f2 [
file
] [
log
] [
blame
] [
edit
]
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
1
previous error