We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d600f commit b192f91Copy full SHA for b192f91
patches/0027-coretests-128bit-atomic-operations.patch
@@ -21,7 +21,7 @@ index 897a5e9..331f66f 100644
21
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
22
#![cfg_attr(test, feature(cfg_match))]
23
#![feature(int_roundings)]
24
- #![feature(slice_group_by)]
+ #![feature(split_array)]
25
diff --git a/atomic.rs b/atomic.rs
26
index b735957..ea728b6 100644
27
--- a/atomic.rs
0 commit comments