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/process/issue-20091.rs
1 parent 8322609 commit 02c003bCopy full SHA for 02c003b
tests/ui/process/issue-20091.rs
@@ -1,9 +1,5 @@
1
//@ run-pass
2
-#![allow(stable_features)]
3
-//@ ignore-wasm32 no processes
4
-//@ ignore-sgx no processes
5
-
6
-#![feature(os)]
+//@ needs-subprocess
7
8
#[cfg(unix)]
9
fn main() {
0 commit comments