We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94dea89 commit 160c457Copy full SHA for 160c457
tests/global.rs
@@ -26,6 +26,7 @@ fn strings() {
26
}
27
28
#[test]
29
+#[cfg(not(target_family = "wasm"))]
30
fn threads() {
31
assert!(thread::spawn(|| panic!()).join().is_err());
32
0 commit comments