mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
59e6f0d826
Add regression test for recursive lazy type alias normalization ICE Regression test for rust-lang/rust#152633. The normalization ICE with recursive lazy_type_alias + min_generic_const_args was fixed by rust-lang/rust#152040 but didn't get a test. Compiler now reports E0275 instead of crashing. Closes rust-lang/rust#152633