missing import

This commit is contained in:
Julien 2024-05-17 14:55:14 -04:00 committed by GitHub
parent abdaed2fa9
commit 9d0b75f75e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();