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