]> git.lizzy.rs Git - rust.git/blob - src/test/ui/operator-recovery/spaceship.stderr
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
[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