]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #105229 - saethlin:zst-writes-to-unions, r=oli-obk
authorbors <bors@rust-lang.org>
Tue, 6 Dec 2022 15:35:55 +0000 (15:35 +0000)
committerbors <bors@rust-lang.org>
Tue, 6 Dec 2022 15:35:55 +0000 (15:35 +0000)
Re-enable removal of ZST writes to unions

This was previously disabled because Miri was lazily allocating unsized locals. But we aren't doing that anymore since  https://github.com/rust-lang/rust/pull/98831, so we can have this optimization back.


Trivial merge