about summary refs log tree commit diff
path: root/tests/ui/const-generics/const-ty-is-normalized.rs
AgeCommit message (Collapse)AuthorLines
2024-08-18Fix order of normalization and recursion in const folding.Luca Versari-0/+25
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.