mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
0fe33171e4
`non_canonical_partial_ord_impl` will now recognize two forms of canonical implementations: `Some(self.cmp(other))` and `self.cmp(other).into()`.