Skip to content

Commit

Permalink
Add exposed_provenance for rust-lang/rust#118487
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Jan 5, 2024
1 parent bb50fa2 commit e7130ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 e7130ec

Please sign in to comment.