mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
task: run spawn_pinned tests with miri (#7023)
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
#![warn(rust_2018_idioms)]
|
#![warn(rust_2018_idioms)]
|
||||||
#![cfg(not(target_os = "wasi"))] // Wasi doesn't support threads
|
#![cfg(not(target_os = "wasi"))] // Wasi doesn't support threads
|
||||||
// Blocked on https://github.com/rust-lang/miri/issues/3911
|
|
||||||
#![cfg(not(miri))]
|
|
||||||
|
|
||||||
use std::rc::Rc;
|
use std::rc::Rc;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|||||||
Reference in New Issue
Block a user