mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

- `new_zeroed` variants move to `new_zeroed_alloc` - the `write` fn moves to `box_uninit_write` The remainder will be stabilized in upcoming patches, as it was decided to only stabilize `uninit*` and `assume_init`.