Skip to content

Commit b192f91

Browse files
committed
Rebase slice_group_by stabilization PR
1 parent e8d600f commit b192f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/0027-coretests-128bit-atomic-operations.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ index 897a5e9..331f66f 100644
2121
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
2222
#![cfg_attr(test, feature(cfg_match))]
2323
#![feature(int_roundings)]
24-
#![feature(slice_group_by)]
24+
#![feature(split_array)]
2525
diff --git a/atomic.rs b/atomic.rs
2626
index b735957..ea728b6 100644
2727
--- a/atomic.rs

0 commit comments

Comments
 (0)