mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 01:08:33 +00:00
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.