Skip to content

Commit 674d068

Browse files
Rollup merge of rust-lang#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 ea48e13 + bcfeaab commit 674d068

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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)