Make tidy happy · rust-lang/rust@10c358f (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 10c358f
File tree
1 file changed
lines changed
- tests/run-make/c-link-to-rust-va-list-fn
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -8,11 +8,9 @@ | ||
8 | 8 | use run_make_support::{cc, extra_c_flags, run, rustc, static_lib}; |
9 | 9 | |
10 | 10 | fn main() { |
11 | -rustc() | |
12 | -.input("checkrust.rs") | |
11 | +rustc().input("checkrust.rs") | |
13 | 12 | .run(); |
14 | -cc() | |
15 | -.input("test.c") | |
13 | +cc().input("test.c") | |
16 | 14 | .input(static_lib("checkrust")) |
17 | 15 | .out_exe("test") |
18 | 16 | .args(&extra_c_flags()) |