-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Meta tracking issue for RFC 1892, "Deprecate uninitialized in favor of a new MaybeUninit type" #63566
Copy link
Copy link
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")
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")
Type
Fields
Give feedbackNo fields configured for issues without a type.
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: