Skip to content

Commit d43ca00

Browse files
committed
Sync from rust 5c49c4f7c8393c861b849441d27f5d40e0f1e33b
2 parents fd97bb6 + 9949a53 commit d43ca00

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ diff --git a/coretests/tests/lib.rs b/coretests/tests/lib.rs
1414
index 1e336bf..35e6f54 100644
1515
--- a/coretests/tests/lib.rs
1616
+++ b/coretests/tests/lib.rs
17-
@@ -2,5 +2,4 @@
17+
@@ -2,4 +2,3 @@
1818
// tidy-alphabetical-start
1919
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
2020
#![cfg_attr(test, feature(cfg_select))]
21-
#![feature(alloc_layout_extra)]
2221
#![feature(array_ptr_get)]
2322
diff --git a/coretests/tests/atomic.rs b/coretests/tests/atomic.rs
2423
index b735957..ea728b6 100644

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// tidy-alphabetical-start
2-
#![allow(rustc::diagnostic_outside_of_impl)]
3-
#![allow(rustc::untranslatable_diagnostic)]
42
// Note: please avoid adding other feature gates where possible
53
#![feature(rustc_private)]
64
// Only used to define intrinsics in `compiler_builtins.rs`.

0 commit comments

Comments
 (0)