Meta tracking issue for RFC 1892, "Deprecate uninitialized in favor of a new MaybeUninit type" #63566
Closed
1 of 7 tasks
Labels
A-raw-pointers
Area: raw pointers, MaybeUninit, NonNull
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Tracked
Libs issues that are tracked on the team's project board.
metabug
Issues about issues themselves ("bugs about bugs")
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
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] $place
Concerns:
The text was updated successfully, but these errors were encountered: