mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 15:26:41 +00:00
In two cases where this ordering was used, I've replaced the sorting to use a key that does not include DefId. I'm not sure this is correct in terms of our goals from #90317, or otherwise.