We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98a4878 + d4c0c94 commit d4139afCopy full SHA for d4139af
library/core/src/slice/mod.rs
@@ -3732,8 +3732,7 @@ impl<T> [T] {
3732
#[doc(alias = "memcpy")]
3733
#[inline]
3734
#[stable(feature = "copy_from_slice", since = "1.9.0")]
3735
- #[rustc_const_unstable(feature = "const_copy_from_slice", issue = "131415")]
3736
- #[rustc_const_stable_indirect]
+ #[rustc_const_stable(feature = "const_copy_from_slice", since = "CURRENT_RUSTC_VERSION")]
3737
#[track_caller]
3738
pub const fn copy_from_slice(&mut self, src: &[T])
3739
where
0 commit comments