Skip to content

Commit cb8fbde

Browse files
RalfJungcalebzulawski
authored andcommitted
portable-simd: add missing feature gate
1 parent da2926f commit cb8fbde

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::{Simd, SimdConstPtr, SimdMutPtr};
44

0 commit comments

Comments
 (0)