about summary refs log tree commit diff
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
commitb192f911d5c861030be528d5caa962f887780b38 (patch)
tree30703328ad57e9ca8758daac2337262db44954c9
parente8d600fd23d7edfbee9ff7d99f732757f51e7a08 (diff)
downloadrust-b192f911d5c861030be528d5caa962f887780b38.tar.gz
rust-b192f911d5c861030be528d5caa962f887780b38.zip
Rebase slice_group_by stabilization PR
-rw-r--r--patches/0027-coretests-128bit-atomic-operations.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0027-coretests-128bit-atomic-operations.patch b/patches/0027-coretests-128bit-atomic-operations.patch
index be29ae09bcf..271ca12eabb 100644
--- a/patches/0027-coretests-128bit-atomic-operations.patch
+++ b/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