We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafd75a commit 8548689Copy full SHA for 8548689
library/std/tests/process_spawning.rs
@@ -1,3 +1,5 @@
1
+#![cfg(not(target_env="sgx"))]
2
+
3
use std::env;
4
use std::fs;
5
use std::process;
0 commit comments