mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
fix fmt
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
use run_make_support::{cc, extra_c_flags, run, rustc, static_lib};
|
||||
|
||||
fn main() {
|
||||
rustc().input("checkrust.rs")
|
||||
.run();
|
||||
rustc().input("checkrust.rs").run();
|
||||
cc().input("test.c")
|
||||
.input(static_lib("checkrust"))
|
||||
.out_exe("test")
|
||||
|
||||
Reference in New Issue
Block a user