rust/library
Jubilee Young 169b2f0e6d library: Stabilize new_uninit for Box, Rc, and Arc
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
2024-08-27 10:17:05 -07:00
..
2024-07-28 14:46:29 -04:00
2024-07-26 13:26:33 +01:00
2024-08-21 00:20:27 -07:00
2024-08-23 12:02:26 -07:00