Skip to content

Commit 8643c13

Browse files
Fix patch libgccjit12/0001-core-Disable-portable-simd-test.patch
1 parent dd76ad4 commit 8643c13

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

patches/libgccjit12/0001-core-Disable-portable-simd-test.patch

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs
1111
index b71786c..cf484d5 100644
1212
--- a/library/core/tests/lib.rs
1313
+++ b/library/core/tests/lib.rs
14-
@@ -95,7 +95,6 @@
15-
#![feature(never_type)]
16-
#![feature(unwrap_infallible)]
14+
@@ -87,7 +87,6 @@
15+
#![feature(numfmt)]
16+
#![feature(pattern)]
1717
#![feature(pointer_is_aligned_to)]
1818
-#![feature(portable_simd)]
1919
#![feature(ptr_metadata)]
20-
#![feature(unsized_tuple_coercion)]
21-
#![feature(const_option)]
22-
@@ -157,7 +156,6 @@ mod pin;
20+
#![feature(slice_from_ptr_range)]
21+
#![feature(slice_internals)]
22+
@@ -155,7 +154,6 @@ mod pin;
2323
mod pin_macro;
2424
mod ptr;
2525
mod result;

0 commit comments

Comments
 (0)