mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-07 12:33:14 +00:00
missing import
This commit is contained in:
parent
abdaed2fa9
commit
9d0b75f75e
@ -6,6 +6,7 @@
|
||||
//@ ignore-cross-compile
|
||||
|
||||
use run_make_support::{rustc, tmp_dir};
|
||||
use std::fs;
|
||||
|
||||
fn main() {
|
||||
rustc().crate_type("rlib").arg("--test").input("foo.rs").run();
|
||||
|
Loading…
Reference in New Issue
Block a user