-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
Tracking Issue for const_alloc_error #92523
Copy link
Copy link
Open
Labels
C-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 RFCT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
Activity
Metadata
Metadata
Assignees
Labels
C-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 RFCT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Feature gate:
#![feature(const_alloc_error)]This is a tracking issue for implementing
const fn handle_alloc_error. This feature is needed to implement constBox<T, A>.Public API
Steps / History
Box<T, A>methods #91884Unresolved Questions