mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 01:57:25 +00:00
deduced_param_attrs: check Freeze on monomorphic types. `deduced_param_attrs` currently checks `Freeze` bound on polymorphic MIR. This pessimizes the deduction, as generic types are not `Freeze` by default. This moves the check to the ABI adjustment.