Skip to content

Commit

Permalink
rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Apr 10, 2022
1 parent c568f32 commit ebb70da
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 ebb70da

Please sign in to comment.