Skip to content

Commit 6b1ee2c

Browse files
committed
Stabilize cfg_select
1 parent f4bc203 commit 6b1ee2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ index 1e336bf..35e6f54 100644
1717
@@ -2,4 +2,3 @@
1818
// tidy-alphabetical-start
1919
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
20-
#![cfg_attr(test, feature(cfg_select))]
2120
#![feature(array_ptr_get)]
21+
#![feature(array_try_from_fn)]
2222
diff --git a/coretests/tests/atomic.rs b/coretests/tests/atomic.rs
2323
index b735957..ea728b6 100644
2424
--- a/coretests/tests/atomic.rs

0 commit comments

Comments
 (0)