We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Once
1 parent eb5e244 commit fa58d1bCopy full SHA for fa58d1b
library/std/src/sys/sync/once/mod.rs
@@ -9,6 +9,7 @@
9
10
cfg_if::cfg_if! {
11
if #[cfg(any(
12
+ all(target_os = "windows", not(target_vendor="win7")),
13
target_os = "linux",
14
target_os = "android",
15
all(target_arch = "wasm32", target_feature = "atomics"),
0 commit comments