mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 11:46:59 +00:00
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.