Skip to content

Commit

Permalink
Auto merge of #2062 - RalfJung:rustup, r=RalfJung
Browse files Browse the repository at this point in the history
rustup

rust-lang/rust#95621 made channels strict provenance compliant. :)
  • Loading branch information
bors committed Apr 10, 2022
2 parents a4a667b + ebb70da commit 8a9ef3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fbdb10f9fabe47eb763cb4b52b5721740cc63783
7af93292c27cd8b4a14f0f35bcb4c7e7ca9c287a
1 change: 1 addition & 0 deletions tests/run-pass/concurrency/channels.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// ignore-windows: Concurrency on Windows is not supported yet.
// compile-flags: -Zmiri-strict-provenance

use std::sync::mpsc::{channel, sync_channel};
use std::thread;
Expand Down

0 comments on commit 8a9ef3c

Please sign in to comment.