Auto merge of #2062 - RalfJung:rustup, r=RalfJung
rustup https://github.com/rust-lang/rust/pull/95621 made channels strict provenance compliant. :)
This commit is contained in:
commit
8a9ef3c248
@ -1 +1 @@
|
||||
fbdb10f9fabe47eb763cb4b52b5721740cc63783
|
||||
7af93292c27cd8b4a14f0f35bcb4c7e7ca9c287a
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user