Tracking Issue for const_alloc_error
#92523
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API 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
The text was updated successfully, but these errors were encountered: