Tracking Issue for const_array_each_ref
#133289
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(const_array_each_ref)]
This is a tracking issue for supporting the
each_ref
andeach_mut
methods in[T; N]
in constant expressions.Public API
each_ref
andeach_mut
in[T; N]
in constant expressions. #133288Unresolved Questions
The text was updated successfully, but these errors were encountered: