Skip to content

Commit 8843485

Browse files
authored
Revert changes made to rmake.rs
1 parent c107043 commit 8843485

File tree

1 file changed

+2
-0
lines changed
  • tests/run-make/broken-pipe-no-ice

1 file changed

+2
-0
lines changed

tests/run-make/broken-pipe-no-ice/rmake.rs

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
// Internal Compiler Error strangely, but it doesn't even go through normal diagnostic infra. Very
1212
// strange.
1313

14+
#![feature(anonymous_pipe)
15+
1416
use std::io::Read;
1517
use std::process::{Command, Stdio};
1618

0 commit comments

Comments
 (0)