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 abdaed2 commit 9d0b75fCopy full SHA for 9d0b75f
tests/run-make/no-intermediate-extras/rmake.rs
@@ -6,6 +6,7 @@
6
//@ ignore-cross-compile
7
8
use run_make_support::{rustc, tmp_dir};
9
+use std::fs;
10
11
fn main() {
12
rustc().crate_type("rlib").arg("--test").input("foo.rs").run();
0 commit comments