We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9570cc commit eaf4e7cCopy full SHA for eaf4e7c
tokio/tests/task_hooks.rs
@@ -1,4 +1,9 @@
1
-#![cfg(all(feature = "full", tokio_unstable, target_has_atomic = "64"))]
+#![cfg(all(
2
+ feature = "full",
3
+ tokio_unstable,
4
+ target_has_atomic = "64",
5
+ not(target_arch = "wasm32")
6
+))]
7
8
use std::sync::atomic::{AtomicUsize, Ordering};
9
use std::sync::Arc;
0 commit comments