]> git.lizzy.rs Git - rust.git/blob - src/test/ui/operator-recovery/spaceship.stderr
Rollup merge of #91895 - pitaj:91867-monomorphize, r=Aaron1011
[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