mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
In optimized builds GVN gets rid of these already, but in `opt-level=0` we actually make `alloca`s for this, which particularly impacts `?`-style things that use actually-only-one-variant types like this.