mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
169b2f0e6d
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