We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bare-outfile
1 parent 3f20c72 commit 7ebcc37Copy full SHA for 7ebcc37
tests/run-make/bare-outfile/rmake.rs
@@ -3,13 +3,9 @@
3
4
//@ ignore-cross-compile
5
6
-use run_make_support::{run, rustc, tmp_dir};
7
-use std::env;
8
-use std::fs;
+use run_make_support::{run, rustc};
9
10
fn main() {
11
- fs::copy("foo.rs", tmp_dir().join("foo.rs")).unwrap();
12
- env::set_current_dir(tmp_dir());
13
rustc().output("foo").input("foo.rs").run();
14
run("foo");
15
}
0 commit comments