]> git.lizzy.rs Git - rust.git/blob - src/test/ui/operator-recovery/spaceship.stderr
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
[rust.git] / src / test / ui / operator-recovery / spaceship.stderr
1 error: invalid comparison operator `<=>`
2   --> $DIR/spaceship.rs:2:22
3    |
4 LL |     println!("{}", 1 <=> 2);
5    |                      ^^^ `<=>` is not a valid comparison operator, use `std::cmp::Ordering`
6
7 error: aborting due to previous error
8