mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 19:46:01 +00:00
A partial stabilization that only affects: - AllocType<T>::new_uninit - AllocType<T>::assume_init - AllocType<[T]>::new_uninit_slice - AllocType<[T]>::assume_init where "AllocType" is Box, Rc, or Arc