Skip to content
Merged

rustup #2062

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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