Tracking Issue for const_default_impls
#87864
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-const_trait_impl
`#![feature(const_trait_impl)]`
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(const_default_impls)]
This is a tracking issue for
const
Default
impl
s in the standard library.Public API
Steps / History
Default
#86808,impl const Default for Box<[T]>
andBox<str>
#95947Unresolved Questions
The text was updated successfully, but these errors were encountered: