about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-08-15 11:11:56 -0700
committerDavid Tolnay <dtolnay@gmail.com>2022-08-17 17:20:42 -0700
commit83f081fc01f3173ef17a04da3cde313fa06d8502 (patch)
tree910696a49f59bb909615cc5738af9b4ff6214af2 /compiler/rustc_codegen_gcc
parent9c20b2a8cc7588decb6de25ac6a7912dcef24d65 (diff)
downloadrust-83f081fc01f3173ef17a04da3cde313fa06d8502.tar.gz
rust-83f081fc01f3173ef17a04da3cde313fa06d8502.zip
Remove unstable Result::into_ok_or_err
Diffstat (limited to 'compiler/rustc_codegen_gcc')
-rw-r--r--compiler/rustc_codegen_gcc/patches/0024-core-Disable-portable-simd-test.patch1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/patches/0024-core-Disable-portable-simd-test.patch b/compiler/rustc_codegen_gcc/patches/0024-core-Disable-portable-simd-test.patch
index d5fa1cec061..c59a40df039 100644
--- a/compiler/rustc_codegen_gcc/patches/0024-core-Disable-portable-simd-test.patch
+++ b/compiler/rustc_codegen_gcc/patches/0024-core-Disable-portable-simd-test.patch
@@ -14,7 +14,6 @@ index 06c7be0..359e2e7 100644
 @@ -75,7 +75,6 @@
  #![feature(never_type)]
  #![feature(unwrap_infallible)]
- #![feature(result_into_ok_or_err)]
 -#![feature(portable_simd)]
  #![feature(ptr_metadata)]
  #![feature(once_cell)]