This issue tracks the progress of MaybeUninit<T> in general. The type was introduced in rust-lang/rfcs#1892. The old tracking issue is #53491.
This issue is not for discussion about specific extensions to MaybeUninit<T> and only exists to provide links to other places that track the progress of specific issues. If you wish to discuss some subject related to MaybeUninit<T>, please find an existing appropriate issue below or create an new issue and comment here with a link to the newly created issue.
The MaybeUninit<T> related issues currently on deck are as follows:
Concerns:
This issue tracks the progress of
MaybeUninit<T>in general. The type was introduced in rust-lang/rfcs#1892. The old tracking issue is #53491.This issue is not for discussion about specific extensions to
MaybeUninit<T>and only exists to provide links to other places that track the progress of specific issues. If you wish to discuss some subject related toMaybeUninit<T>, please find an existing appropriate issue below or create an new issue and comment here with a link to the newly created issue.The
MaybeUninit<T>related issues currently on deck are as follows:#![feature(maybe_uninit_extra,const_maybe_uninit_write)]#63567;#![feature(maybe_uninit_extra)]#![feature(maybe_uninit_ref)]#63568;#![feature(maybe_uninit_ref)]#![feature(maybe_uninit_slice)]#63569;#![feature(maybe_uninit_slice)]&raw [mut | const] $place(raw_ref_op) #64490;&raw [mut | const] $placeConcerns: