Skip to content

Commit 205b3a1

Browse files
RalfJungAmanieu
authored andcommitted
do not use const stability attribute when we don't even need to call the intrinsic in const
1 parent 5b10a34 commit 205b3a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/core_arch/src/powerpc/altivec.rs

-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,6 @@ mod sealed {
571571

572572
// Workaround ptr::copy_nonoverlapping not being inlined
573573
extern "rust-intrinsic" {
574-
#[rustc_const_stable(feature = "const_intrinsic_copy", since = "1.63.0")]
575574
#[rustc_nounwind]
576575
pub fn copy_nonoverlapping<T>(src: *const T, dst: *mut T, count: usize);
577576
}

0 commit comments

Comments
 (0)