rust/compiler/rustc_hir_analysis
Stuart Cook acd91e2fe1
Rollup merge of #146987 - hkBst:sort-params-1, r=nnethercote
impl Ord for params and use unstable sort

AFAICT we are only sorting to find duplicates, so unstable sort should work fine, and maybe is a tiny bit faster?
2025-09-29 21:06:45 +10:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.