Skip to content

Commit cdf5486

Browse files
committed
Auto merge of rust-lang#133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - rust-lang#131081 (Use `ConstArgKind::Path` for all single-segment paths, not just params under `min_generic_const_args`) - rust-lang#132577 (Report the `unexpected_cfgs` lint in external macros) - rust-lang#133023 (Merge `-Zhir-stats` into `-Zinput-stats`) - rust-lang#133200 (ignore an occasionally-failing test in Miri) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 607b493 + 543667a commit cdf5486

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

std/src/sync/rwlock/tests.rs

+3
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,9 @@ fn test_downgrade_observe() {
550550
}
551551

552552
#[test]
553+
// FIXME: On macOS we use a provenance-incorrect implementation and Miri catches that issue.
554+
// See <https://github.com/rust-lang/rust/issues/121950> for details.
555+
#[cfg_attr(all(miri, target_os = "macos"), ignore)]
553556
fn test_downgrade_atomic() {
554557
const NEW_VALUE: i32 = -1;
555558

stdarch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit ff9a4445038eae46fd095188740946808581bc0e
1+
Subproject commit e5e00aab0a8c8fa35fb7865e88fa82366f615c53

0 commit comments

Comments
 (0)