Skip to content

Commit

Permalink
Rollup merge of rust-lang#118591 - RalfJung:portable-simd-build-fix, …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
GuillaumeGomez authored Dec 4, 2023
2 parents ea48e13 + bcfeaab commit 674d068
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 674d068

Please sign in to comment.