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 f4e1b2f commit 9ef7541Copy full SHA for 9ef7541
1 file changed
library/std/src/sys/args/mod.rs
@@ -15,7 +15,7 @@ mod common;
15
16
cfg_select! {
17
any(
18
- all(target_family = "unix", not(any(target_family = "wasm", target_os = "espidf", target_os = "vita"))),
+ all(target_family = "unix", not(any(all(target_family = "wasm", target_os = "linux"), target_os = "espidf", target_os = "vita"))),
19
target_os = "hermit",
20
) => {
21
mod unix;
0 commit comments