]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_gcc/patches/0024-core-Disable-portable-simd-test.patch
Remove `TokenCursorFrame`.
[rust.git] / compiler / rustc_codegen_gcc / patches / 0024-core-Disable-portable-simd-test.patch
1 From b1ae000f6da1abd3b8e9b80c40bc11c89b8ae93c Mon Sep 17 00:00:00 2001
2 From: bjorn3 <bjorn3@users.noreply.github.com>
3 Date: Thu, 30 Dec 2021 16:54:40 +0100
4 Subject: [PATCH] [core] Disable portable-simd test
5
6 ---
7  library/core/tests/lib.rs | 1 -
8  1 file changed, 1 deletion(-)
9
10 diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs
11 index 06c7be0..359e2e7 100644
12 --- a/library/core/tests/lib.rs
13 +++ b/library/core/tests/lib.rs
14 @@ -75,7 +75,6 @@
15  #![feature(never_type)]
16  #![feature(unwrap_infallible)]
17 -#![feature(portable_simd)]
18  #![feature(ptr_metadata)]
19  #![feature(once_cell)]
20  #![feature(option_result_contains)]
21 @@ -127,7 +126,6 @@ mod pin;
22  mod pin_macro;
23  mod ptr;
24  mod result;
25 -mod simd;
26  mod slice;
27  mod str;
28  mod str_lossy;