mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
df20e79dfc
Make const param default test reproduce original ICE As discussed in [comment](https://github.com/rust-lang/rust/pull/156325#discussion_r3247360505). ICE using old logic: [old-logic-ice.txt](https://github.com/user-attachments/files/27797628/old-logic-ice.txt) r? BoxyUwU