mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
0b9056c38a
Remove some unused ordering derivations based on `DefId` Like #93018, this removes some unused/unneeded ordering derivations as part of ongoing work on #90317. Here, these changes are aimed at making https://github.com/rust-lang/rust/pull/90749 easier to review, test, and merge. r? `@cjgillot`
For more information about how rustc works, see the rustc dev guide.