-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
A-raw-pointersArea: raw pointers, MaybeUninit, NonNullArea: raw pointers, MaybeUninit, NonNullC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCLibs-TrackedLibs issues that are tracked on the team's project board.Libs issues that are tracked on the team's project board.T-langRelevant to the language teamRelevant to the language teamT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.metabugIssues about issues themselves ("bugs about bugs")Issues about issues themselves ("bugs about bugs")
Description
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:
- Tracking issue for uninitialized constructors for Box, Rc, Arc #63291; "Uninitialized constructors for Box, Rc, Arc"
- Tracking issue for RFC 2203, "Constants in array repeat expressions" #49147; "Constants in array repeat expressions"
- Tracking issue for
#![feature(maybe_uninit_extra,const_maybe_uninit_write)]
#63567;#![feature(maybe_uninit_extra)]
- Tracking issue for
#![feature(maybe_uninit_ref)]
#63568;#![feature(maybe_uninit_ref)]
- Tracking issue for
#![feature(maybe_uninit_slice)]
#63569;#![feature(maybe_uninit_slice)]
- Tracking issue for RFC 2582,
&raw [mut | const] $place
(raw_ref_op) #64490;&raw [mut | const] $place
Concerns:
c410-f3r and RustyYato
Metadata
Metadata
Assignees
Labels
A-raw-pointersArea: raw pointers, MaybeUninit, NonNullArea: raw pointers, MaybeUninit, NonNullC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCLibs-TrackedLibs issues that are tracked on the team's project board.Libs issues that are tracked on the team's project board.T-langRelevant to the language teamRelevant to the language teamT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.metabugIssues about issues themselves ("bugs about bugs")Issues about issues themselves ("bugs about bugs")