Tracking issue for making Vec::new
a const fn
#64022
Labels
A-collections
Area: `std::collection`
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
This tracks stabilization of the
const_vec_new
feature, introduced in #50233, which allows callingVec::new
in a constant expression.The text was updated successfully, but these errors were encountered: