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.
tests/ui/command/command-pre-exec.rs
1 parent c7f9c30 commit 5f63f2dCopy full SHA for 5f63f2d
tests/ui/command/command-pre-exec.rs
@@ -1,11 +1,9 @@
1
//@ run-pass
2
-
3
-#![allow(stable_features)]
4
-//@ ignore-windows - this is a unix-specific test
5
-//@ ignore-wasm32 no processes
6
-//@ ignore-sgx no processes
+//@ only-unix (this is a unix-specific test)
+//@ needs-subprocess
7
//@ ignore-fuchsia no execvp syscall
8
-#![feature(process_exec, rustc_private)]
+
+#![feature(rustc_private)]
9
10
extern crate libc;
11
0 commit comments