You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the following methods are stabilized we should take advantage of them and clean up some of the unsafe code we've added to work around the fact that these are not stable (grep for the relevant TODOs in the code):
Once the following methods are stabilized we should take advantage of them and clean up some of the
unsafe
code we've added to work around the fact that these are not stable (grep for the relevant TODOs in the code):Box::assume_init
(tracking issue: Tracking issue for uninitialized constructors for Box, Rc, Arc rust-lang/rust#63291)Box::new_uninit
Rc::new_uninit
Arc::new_uninit
MaybeUninit::slice_assume_init_mut
(tracking issue: Tracking issue for#![feature(maybe_uninit_slice)]
rust-lang/rust#63569)The text was updated successfully, but these errors were encountered: