-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Tracking Issue for Box::as_non_null() #157345
Copy link
Copy link
Open
Labels
A-boxArea: Our favorite opsem complicationArea: Our favorite opsem complicationA-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 RFCS-tracking-needs-to-bakeStatus: The implementation is "complete" but it needs time to bake.Status: The implementation is "complete" but it needs time to bake.T-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.
Description
Metadata
Metadata
Assignees
Labels
A-boxArea: Our favorite opsem complicationArea: Our favorite opsem complicationA-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 RFCS-tracking-needs-to-bakeStatus: The implementation is "complete" but it needs time to bake.Status: The implementation is "complete" but it needs time to bake.T-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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(box_as_non_null)]This is a tracking issue for
Box::as_non_null()See also #130364, #157843, and #129090 for similar features.
Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)Box::as_non_nulllibs-team#799Box::as_non_null(). #157347Unresolved Questions
as_non_nulloras_nonnull? See also Partially stabilizebox_vec_non_null#157226 (comment)&selfor&mut selfargument. See also Tracking Issue forVec::as_non_null()#157843.Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩