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 5135ff2 commit 20ab48cCopy full SHA for 20ab48c
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