mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
e0d331fbf4
Fix the ICE 6539 Fixes #6539 It happened because `zero_sized_map_values` used `layout_of` with types from type aliases, which is essentially the same as the ICE 4968. --- changelog: Fix an ICE in `zero_sized_map_values`