We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e5e51 commit 91a3f04Copy full SHA for 91a3f04
tests/run-make/c-link-to-rust-staticlib/rmake.rs
@@ -8,11 +8,7 @@ use std::fs;
8
9
fn main() {
10
rustc().input("foo.rs").run();
11
- cc().input("bar.c")
12
- .input(static_lib("foo"))
13
- .out_exe("bar")
14
- .args(&extra_c_flags())
15
- .run();
+ cc().input("bar.c").input(static_lib("foo")).out_exe("bar").args(&extra_c_flags()).run();
16
run("bar");
17
fs::remove_file(static_lib("foo"));
18
0 commit comments