We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b10a34 commit 205b3a1Copy full SHA for 205b3a1
crates/core_arch/src/powerpc/altivec.rs
@@ -571,7 +571,6 @@ mod sealed {
571
572
// Workaround ptr::copy_nonoverlapping not being inlined
573
extern "rust-intrinsic" {
574
- #[rustc_const_stable(feature = "const_intrinsic_copy", since = "1.63.0")]
575
#[rustc_nounwind]
576
pub fn copy_nonoverlapping<T>(src: *const T, dst: *mut T, count: usize);
577
}
0 commit comments