1- From 7bcd24ec6d4a96121874cb1ae5a23ea274aeff34 Mon Sep 17 00:00:00 2001
1+ From a5663265f797a43c502915c356fe7899c16cee92 Mon Sep 17 00:00:00 2001
22From: None <none@example.com>
3- Date: Thu, 19 Oct 2023 13:12:51 -0400
3+ Date: Sat, 18 Nov 2023 10:50:36 -0500
44Subject: [PATCH] [core] Disable portable-simd test
55
66---
77 library/core/tests/lib.rs | 2 --
88 1 file changed, 2 deletions(-)
99
1010diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs
11- index 5814ed4..194ad4c 100644
11+ index d0a119c..76fdece 100644
1212--- a/library/core/tests/lib.rs
1313+++ b/library/core/tests/lib.rs
14- @@ -90,7 +90,6 @@
14+ @@ -89,7 +89,6 @@
15+ #![feature(never_type)]
1516 #![feature(unwrap_infallible)]
16- #![feature(pointer_byte_offsets)]
1717 #![feature(pointer_is_aligned)]
1818- #![feature(portable_simd)]
1919 #![feature(ptr_metadata)]
2020 #![feature(lazy_cell)]
2121 #![feature(unsized_tuple_coercion)]
22- @@ -157 ,7 +156 ,6 @@ mod pin;
22+ @@ -155 ,7 +154 ,6 @@ mod pin;
2323 mod pin_macro;
2424 mod ptr;
2525 mod result;
@@ -28,5 +28,5 @@ index 5814ed4..194ad4c 100644
2828 mod str;
2929 mod str_lossy;
3030- -
31- 2.42.0
31+ 2.42.1
3232
0 commit comments