Skip to content

Commit 8d8a290

Browse files
committed
add hermit to the list of omit OS
1 parent 530f575 commit 8d8a290

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/sys/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ cfg_if::cfg_if! {
8989
#[stable(feature = "rust1", since = "1.0.0")]
9090
pub use self::ext as windows_ext;
9191
} else if #[cfg(any(target_os = "cloudabi",
92+
target_os = "hermit",
9293
target_arch = "wasm32",
9394
all(target_vendor = "fortanix", target_env = "sgx")))] {
9495
// On CloudABI and wasm right now the shim below doesn't compile, so

0 commit comments

Comments
 (0)