Files
rust/compiler/rustc_resolve
bors dd8b2d6162 Auto merge of #155598 - makai410:partial-ord, r=nnethercote
Implement fast path for `derive(PartialOrd)` when deriving `Ord`



Closes: https://github.com/rust-lang/rust/issues/155537

Unfortunately, this PR shares the same issue with https://github.com/rust-lang/rust/issues/124794, which doesn't work when `derive(PartialOrd)` is before `derive(Ord)`.
2026-05-24 00:06:21 +00:00
..
2026-04-08 21:09:07 +02:00