We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 673d9c3 + e8a3ffe commit 881f2ecCopy full SHA for 881f2ec
src/tools/miri/tests/pass-dep/concurrency/linux-futex.rs
@@ -1,5 +1,4 @@
1
-//@only-target: linux
2
-//@only-target: android
+//@only-target: linux android
3
//@compile-flags: -Zmiri-disable-isolation
4
5
// FIXME(static_mut_refs): Do not allow `static_mut_refs` lint
@@ -8,8 +7,8 @@
8
7
use std::mem::MaybeUninit;
9
use std::ptr::{self, addr_of};
10
use std::sync::atomic::{AtomicI32, Ordering};
11
-use std::thread;
12
use std::time::{Duration, Instant};
+use std::{io, thread};
13
14
fn wake_nobody() {
15
let futex = 0;
0 commit comments