task: run spawn_pinned tests with miri (#7023)

This commit is contained in:
tiif
2024-12-08 12:45:16 +01:00
committed by GitHub
parent dc16b12edb
commit eb72ddde3b
-2
View File
@@ -1,7 +1,5 @@
#![warn(rust_2018_idioms)]
#![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::sync::Arc;