mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
7481c0eab5
Stop using `<DefId as Ord>` in various diagnostic situations work towards https://github.com/rust-lang/rust/issues/90317 Reverts part of https://github.com/rust-lang/rust/pull/106281, as it sorts constants and that's problematic since it can contain `ParamConst`, which contains `DefId`s