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.
2 parents 0da0dac + ff1a5ab commit aa04a27Copy full SHA for aa04a27
patches/0027-sysroot_tests-128bit-atomic-operations.patch
@@ -17,7 +17,7 @@ index 1e336bf..35e6f54 100644
17
@@ -2,5 +2,4 @@
18
// tidy-alphabetical-start
19
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
20
- #![cfg_attr(test, feature(cfg_match))]
+ #![cfg_attr(test, feature(cfg_select))]
21
#![feature(alloc_layout_extra)]
22
#![feature(array_chunks)]
23
diff --git a/coretests/tests/atomic.rs b/coretests/tests/atomic.rs
0 commit comments