mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
e60fbaf4ce
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.