Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
operator-recovery
/
spaceship.rs
blob: a65f9389625fc74afd0dce74cc40dc32a52a612e [
file
] [
log
] [
blame
]
fn
main
()
{
println
!(
"{}"
,
1
<=>
2
);
//~^ERROR invalid comparison operator `<=>`
}