Skip to content

Commit 791a3fd

Browse files
authored
Fix typo in rmake.rs
1 parent 8843485 commit 791a3fd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

14-
#![feature(anonymous_pipe)
14+
#![feature(anonymous_pipe)]
1515

1616
use std::io::Read;
1717
use std::process::{Command, Stdio};

0 commit comments

Comments
 (0)