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:
Guillaume Gomez 2023-12-04 20:46:10 +01:00 committed by GitHub
commit 89ed7fc040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#![feature(portable_simd, strict_provenance)]
#![feature(portable_simd, strict_provenance, exposed_provenance)]
use core_simd::simd::{
ptr::{SimdConstPtr, SimdMutPtr},