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 778e803 commit 0b80057Copy full SHA for 0b80057
library/std/src/fs.rs
@@ -8,7 +8,7 @@
8
#![stable(feature = "rust1", since = "1.0.0")]
9
#![deny(unsafe_op_in_unsafe_fn)]
10
11
-#[cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx"))))]
+#[cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx", target_os = "xous"))))]
12
mod tests;
13
14
use crate::ffi::OsString;
0 commit comments