Skip to content

Commit 9d0b75f

Browse files
authored
missing import
1 parent abdaed2 commit 9d0b75f

File tree

1 file changed

+1
-0
lines changed
  • tests/run-make/no-intermediate-extras

1 file changed

+1
-0
lines changed

tests/run-make/no-intermediate-extras/rmake.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//@ ignore-cross-compile
77

88
use run_make_support::{rustc, tmp_dir};
9+
use std::fs;
910

1011
fn main() {
1112
rustc().crate_type("rlib").arg("--test").input("foo.rs").run();

0 commit comments

Comments
 (0)