We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b18b44 commit 0f221ccCopy full SHA for 0f221cc
library/std/tests/create_dir_all_bare.rs
@@ -1,3 +1,5 @@
1
+#![cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx"))))]
2
+
3
//! Note that this test changes the current directory so
4
//! should not be in the same process as other tests.
5
use std::env;
0 commit comments