Skip to content

Commit d95f544

Browse files
authored
Merge pull request #29 from RalfJung/rustup
rustup
2 parents b1c0c70 + 2d2e827 commit d95f544

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

rust-src.diff

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,13 @@ index 81de7085e09..3d3175ba3a9 100644
8686
let src = vec![[0u8; 4]; 256];
8787
let srcptr = src.as_ptr();
8888
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},

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2023-11-30
1+
nightly-2023-12-04

0 commit comments

Comments
 (0)