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 d7e1665 commit 9698d77Copy full SHA for 9698d77
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