Skip to content

Commit 4e36929

Browse files
committed
re-add const_intrinsic_copy feature
1 parent f55ca30 commit 4e36929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core_simd/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![no_std]
22
#![feature(
33
core_intrinsics,
4+
const_intrinsic_copy,
45
const_refs_to_cell,
56
const_maybe_uninit_as_mut_ptr,
67
const_mut_refs,

0 commit comments

Comments
 (0)