We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c358f commit 812f897Copy full SHA for 812f897
tests/run-make/c-link-to-rust-va-list-fn/rmake.rs
@@ -8,8 +8,7 @@
8
use run_make_support::{cc, extra_c_flags, run, rustc, static_lib};
9
10
fn main() {
11
- rustc().input("checkrust.rs")
12
- .run();
+ rustc().input("checkrust.rs").run();
13
cc().input("test.c")
14
.input(static_lib("checkrust"))
15
.out_exe("test")
0 commit comments