We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06eecbf commit c63c7baCopy full SHA for c63c7ba
std/src/os/fd/owned.rs
@@ -8,7 +8,7 @@ use crate::fmt;
8
use crate::fs;
9
use crate::marker::PhantomData;
10
use crate::mem::forget;
11
-#[cfg(not(target_os = "wasi"))]
+#[cfg(not(any(target_os = "wasi", target_env = "sgx")))]
12
use crate::sys::cvt;
13
use crate::sys_common::{AsInner, FromInner, IntoInner};
14
0 commit comments