mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
5999f34ff6
Const eval no longer runs MIR optimizations so unless this is getting run as part of a MIR optimization like const-prop, there can be unused type parameters even if polymorphization is enabled.