mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 08:47:13 +00:00
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?
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.