Skip to content

Commit 08069a5

Browse files
committed
portable-simd: add missing feature gate
1 parent c6b3b35 commit 08069a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/tests/pointers.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(portable_simd, strict_provenance)]
1+
#![feature(portable_simd, strict_provenance, exposed_provenance)]
22

33
use core_simd::simd::{
44
ptr::{SimdConstPtr, SimdMutPtr},

0 commit comments

Comments
 (0)