mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 21:18:29 +00:00
Remove (transitive) reliance on sorting by DefId in pretty-printer This moves us a step closer to removing the `PartialOrd/`Ord` impls for `DefId`. See #90317
For more information about how rustc works, see the rustc dev guide.