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 530f575 commit 8d8a290Copy full SHA for 8d8a290
library/std/src/sys/mod.rs
@@ -89,6 +89,7 @@ cfg_if::cfg_if! {
89
#[stable(feature = "rust1", since = "1.0.0")]
90
pub use self::ext as windows_ext;
91
} else if #[cfg(any(target_os = "cloudabi",
92
+ target_os = "hermit",
93
target_arch = "wasm32",
94
all(target_vendor = "fortanix", target_env = "sgx")))] {
95
// On CloudABI and wasm right now the shim below doesn't compile, so
0 commit comments