mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
7fd62320fe
Fixes #126831. Without this patch, type normalization is not always idempotent, which leads to all sorts of bugs in places that assume that normalizing a normalized type does nothing.