mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-05 19:24:42 +00:00
Fix ICE for transmutability in candidate assembly Don't skip transmutability check just because there may be generics in the ParamEnv. Fixes #110467