File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -86,3 +86,13 @@ index 81de7085e09..3d3175ba3a9 100644
86
86
let src = vec![[0u8; 4]; 256];
87
87
let srcptr = src.as_ptr();
88
88
let iter = src
89
+ diff --git a/library/portable-simd/crates/core_simd/tests/pointers.rs b/library/portable-simd/crates/core_simd/tests/pointers.rs
90
+ index a90ff928ced..b9f32d16e01 100644
91
+ --- a/library/portable-simd/crates/core_simd/tests/pointers.rs
92
+ +++ b/library/portable-simd/crates/core_simd/tests/pointers.rs
93
+ @@ -1,4 +1,4 @@
94
+ - #![feature(portable_simd, strict_provenance)]
95
+ + #![feature(portable_simd, strict_provenance, exposed_provenance)]
96
+
97
+ use core_simd::simd::{
98
+ ptr::{SimdConstPtr, SimdMutPtr},
Original file line number Diff line number Diff line change 1
- nightly-2023-11-30
1
+ nightly-2023-12-04
You can’t perform that action at this time.
0 commit comments