]> git.lizzy.rs Git - rust.git/blob - tests/ui/operator-recovery/spaceship.stderr
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
[rust.git] / tests / 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