Tracking Issue for const_array_as_mut_slice
#133333
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.
Add the
const
specifier to<[T; N]>::as_mut_slice
.Public API
Steps / History
<[T; N]>::as_mut_slice
with theconst
specifier. #133332Unresolved Questions
The text was updated successfully, but these errors were encountered: