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.
1 parent b533344 commit cbf7312Copy full SHA for cbf7312
tests/run-make/bare-outfile/rmake.rs
@@ -4,10 +4,10 @@
4
//@ ignore-cross-compile
5
6
use run_make_support::{run, rustc, tmp_dir};
7
-use std::fs;
8
use std::env;
+use std::fs;
9
10
-fn main(){
+fn main() {
11
fs::copy("foo.rs", tmp_dir()).unwrap();
12
env::set_current_dir(tmp_dir());
13
rustc().output("foo").input("foo.rs");
0 commit comments