We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab3bcb commit 72588a2Copy full SHA for 72588a2
src/test/run-pass/print-stdout-eprint-stderr.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// ignore-emscripten spawning processes is not supported
12
+
13
use std::{env, process};
14
15
fn child() {
0 commit comments