1
- From 7bcd24ec6d4a96121874cb1ae5a23ea274aeff34 Mon Sep 17 00:00:00 2001
1
+ From a5663265f797a43c502915c356fe7899c16cee92 Mon Sep 17 00:00:00 2001
2
2
3
- Date: Thu, 19 Oct 2023 13:12:51 -0400
3
+ Date: Sat, 18 Nov 2023 10:50:36 -0500
4
4
Subject: [PATCH] [core] Disable portable-simd test
5
5
6
6
---
7
7
library/core/tests/lib.rs | 2 --
8
8
1 file changed, 2 deletions(-)
9
9
10
10
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs
11
- index 5814ed4..194ad4c 100644
11
+ index d0a119c..76fdece 100644
12
12
--- a/library/core/tests/lib.rs
13
13
+++ b/library/core/tests/lib.rs
14
- @@ -90,7 +90,6 @@
14
+ @@ -89,7 +89,6 @@
15
+ #![feature(never_type)]
15
16
#![feature(unwrap_infallible)]
16
- #![feature(pointer_byte_offsets)]
17
17
#![feature(pointer_is_aligned)]
18
18
- #![feature(portable_simd)]
19
19
#![feature(ptr_metadata)]
20
20
#![feature(lazy_cell)]
21
21
#![feature(unsized_tuple_coercion)]
22
- @@ -157 ,7 +156 ,6 @@ mod pin;
22
+ @@ -155 ,7 +154 ,6 @@ mod pin;
23
23
mod pin_macro;
24
24
mod ptr;
25
25
mod result;
@@ -28,5 +28,5 @@ index 5814ed4..194ad4c 100644
28
28
mod str;
29
29
mod str_lossy;
30
30
- -
31
- 2.42.0
31
+ 2.42.1
32
32
0 commit comments