mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 00:16:43 +00:00
Remove `PartialOrd`/`Ord` impl for `PlaceRef` This is a new attempt at #93315. It removes one usage of the `Ord` impl for `DefId`, which should make it easier to eventually remove that impl.
For more information about how rustc works, see the rustc dev guide.