We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[T]::array_chunks(_mut)
1 parent 8390745 commit 8b5d8e3Copy full SHA for 8b5d8e3
patches/0027-sysroot_tests-128bit-atomic-operations.patch
@@ -19,7 +19,7 @@ index 1e336bf..35e6f54 100644
19
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
20
#![cfg_attr(test, feature(cfg_select))]
21
#![feature(alloc_layout_extra)]
22
- #![feature(array_chunks)]
+ #![feature(array_ptr_get)]
23
diff --git a/coretests/tests/atomic.rs b/coretests/tests/atomic.rs
24
index b735957..ea728b6 100644
25
--- a/coretests/tests/atomic.rs
0 commit comments