-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
Add the const
specifier to <[T; N]>::as_mut_slice
.
Public API
impl<T, const N: usize> {
pub const fn as_mut_slice(&mut self) -> &mut [T];
}
Steps / History
- Implementation: Mark
<[T; N]>::as_mut_slice
with theconst
specifier. #133332 - Final comment period (FCP)
- Stabilization PR: Stabilize
<[T; N]>::as_mut_slice
asconst
#140066
Unresolved Questions
- None yet.
IndigoLily, nazar-pc, thaliaarchi, joseluis and counterspell212
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.