diff options
| author | Josh Stone <jistone@redhat.com> | 2025-06-23 10:24:40 -0700 | 
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2025-06-23 14:13:20 -0700 | 
| commit | 36b5dd0de364b0f44733f3778a4fb02f1f84bebd (patch) | |
| tree | 778fae740d81e76cf543aaec8cb8dc1cdf64673c /library/core/src/array/mod.rs | |
| parent | 22be76b7e259f27bf3e55eb931f354cd8b69d55f (diff) | |
| download | rust-36b5dd0de364b0f44733f3778a4fb02f1f84bebd.tar.gz rust-36b5dd0de364b0f44733f3778a4fb02f1f84bebd.zip | |
Update version placeholders
Diffstat (limited to 'library/core/src/array/mod.rs')
| -rw-r--r-- | library/core/src/array/mod.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/library/core/src/array/mod.rs b/library/core/src/array/mod.rs index 221ca91e005..5a46c04527b 100644 --- a/library/core/src/array/mod.rs +++ b/library/core/src/array/mod.rs @@ -588,7 +588,7 @@ impl<T, const N: usize> [T; N] { /// Returns a mutable slice containing the entire array. Equivalent to /// `&mut s[..]`. #[stable(feature = "array_as_slice", since = "1.57.0")] - #[rustc_const_stable(feature = "const_array_as_mut_slice", since = "CURRENT_RUSTC_VERSION")] + #[rustc_const_stable(feature = "const_array_as_mut_slice", since = "1.89.0")] pub const fn as_mut_slice(&mut self) -> &mut [T] { self } | 
