Skip to content

Commit

Permalink
Rollup merge of #118591 - RalfJung:portable-simd-build-fix, r=working…
Browse files Browse the repository at this point in the history
…jubilee,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.
  • Loading branch information
GuillaumeGomez authored Dec 4, 2023
2 parents 4128809 + bcfeaab commit 89ed7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/portable-simd/crates/core_simd/tests/pointers.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(portable_simd, strict_provenance)]
#![feature(portable_simd, strict_provenance, exposed_provenance)]

use core_simd::simd::{
ptr::{SimdConstPtr, SimdMutPtr},
Expand Down

0 comments on commit 89ed7fc

Please sign in to comment.