about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/patches
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2024-01-25 22:20:42 -0800
committerDavid Tolnay <dtolnay@gmail.com>2024-01-25 22:20:59 -0800
commit97a720b39b7e33a9201c7d7b71f44ac31a85f1bd (patch)
tree509755c58bc74dd3d02790cbbcd99f321126aa10 /compiler/rustc_codegen_cranelift/patches
parentc5c2fb1761e0962c66793f6753cbe8f0cc2d4c26 (diff)
downloadrust-97a720b39b7e33a9201c7d7b71f44ac31a85f1bd.tar.gz
rust-97a720b39b7e33a9201c7d7b71f44ac31a85f1bd.zip
Rebase slice_group_by stabilization PR
Diffstat (limited to 'compiler/rustc_codegen_cranelift/patches')
-rw-r--r--compiler/rustc_codegen_cranelift/patches/0027-coretests-128bit-atomic-operations.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/patches/0027-coretests-128bit-atomic-operations.patch b/compiler/rustc_codegen_cranelift/patches/0027-coretests-128bit-atomic-operations.patch
index be29ae09bcf..271ca12eabb 100644
--- a/compiler/rustc_codegen_cranelift/patches/0027-coretests-128bit-atomic-operations.patch
+++ b/compiler/rustc_codegen_cranelift/patches/0027-coretests-128bit-atomic-operations.patch
@@ -21,7 +21,7 @@ index 897a5e9..331f66f 100644
 -#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
  #![cfg_attr(test, feature(cfg_match))]
  #![feature(int_roundings)]
- #![feature(slice_group_by)]
+ #![feature(split_array)]
 diff --git a/atomic.rs b/atomic.rs
 index b735957..ea728b6 100644
 --- a/atomic.rs