mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 17:27:00 +00:00
because we are already marking unions `NoPropagation` in `CanConstProp::check()`. That is enough to prevent any attempts at const propagating unions and this second check is not needed. Also improve a comment in `CanConstProp::check()`