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.
This commit is contained in:
commit
89ed7fc040
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#![feature(portable_simd, strict_provenance)]
|
||||
#![feature(portable_simd, strict_provenance, exposed_provenance)]
|
||||
|
||||
use core_simd::simd::{
|
||||
ptr::{SimdConstPtr, SimdMutPtr},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue