mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-13 07:37:49 +00:00

Return an indexmap in `all_local_trait_impls` query The data structure previously used here required that `DefId` be `Ord`. As part of #90317, we do not want `DefId` to implement `Ord`.