mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
f39ed207fe
This commit disables polymorphisation to resolve regressions related to closures which inherit unused generic parameters and are then used in casts or reflection. Signed-off-by: David Wood <david@davidtw.co>