mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
218be2771d
Do not const prop unions Unions can produce values whose types don't match their underlying layout types which can lead to ICEs on eval. Fixes #121534