We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2b0757 + 98480d8 commit 5255409Copy full SHA for 5255409
core/src/array/mod.rs
@@ -588,7 +588,7 @@ impl<T, const N: usize> [T; N] {
588
/// Returns a mutable slice containing the entire array. Equivalent to
589
/// `&mut s[..]`.
590
#[stable(feature = "array_as_slice", since = "1.57.0")]
591
- #[rustc_const_unstable(feature = "const_array_as_mut_slice", issue = "133333")]
+ #[rustc_const_stable(feature = "const_array_as_mut_slice", since = "CURRENT_RUSTC_VERSION")]
592
pub const fn as_mut_slice(&mut self) -> &mut [T] {
593
self
594
}
0 commit comments