mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 23:36:57 +00:00
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.