Skip to content

Commit 8a9ef3c

Browse files
committed
Auto merge of #2062 - RalfJung:rustup, r=RalfJung
rustup rust-lang/rust#95621 made channels strict provenance compliant. :)
2 parents a4a667b + ebb70da commit 8a9ef3c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fbdb10f9fabe47eb763cb4b52b5721740cc63783
1+
7af93292c27cd8b4a14f0f35bcb4c7e7ca9c287a

tests/run-pass/concurrency/channels.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// ignore-windows: Concurrency on Windows is not supported yet.
2+
// compile-flags: -Zmiri-strict-provenance
23

34
use std::sync::mpsc::{channel, sync_channel};
45
use std::thread;

0 commit comments

Comments
 (0)