Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix order of normalization and recursion in const folding.
Fixes rust-lang#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.
- Loading branch information