We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c107043 commit 8843485Copy full SHA for 8843485
tests/run-make/broken-pipe-no-ice/rmake.rs
@@ -11,6 +11,8 @@
11
// Internal Compiler Error strangely, but it doesn't even go through normal diagnostic infra. Very
12
// strange.
13
14
+#![feature(anonymous_pipe)
15
+
16
use std::io::Read;
17
use std::process::{Command, Stdio};
18
0 commit comments