Skip to content

Commit 89ed7fc

Browse files
Rollup merge of #118591 - RalfJung:portable-simd-build-fix, r=workingjubilee,calebzulawski
portable-simd: fix test suite build ``@workingjubilee`` ``@calebzulawski`` don't we run these portable-simd tests on rustc CI? Currently they don't even build here.
2 parents 4128809 + bcfeaab commit 89ed7fc

File tree

1 file changed

+1
-1
lines changed
  • library/portable-simd/crates/core_simd/tests

1 file changed

+1
-1
lines changed

Diff for: library/portable-simd/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)