mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
4b37cfc50c
Recover on invalid operators `<>` and `<=>` Thanks to #89871 for showing me how to do this. Next, I think it'd be nice to recover on `<=>` too, like #89871 intended, if this even works.