We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf7312 commit e57e223Copy full SHA for e57e223
tests/run-make/mixing-formats/rmake.rs
@@ -41,7 +41,7 @@ fn main() {
41
rustc().crate_type("rlib").input("bar1.rs").run();
42
rustc().crate_type("dylib").input("bar2.rs").arg("-Cprefer-dynamic").run();
43
rustc().crate_type("dylib,rlib").input("baz2.rs").run();
44
- rustc().crate_type("bin").input("baz2.rs").run;
+ rustc().crate_type("bin").input("baz2.rs").run();
45
fs::remove_dir_all(tmp_dir()).unwrap();
46
fs::create_dir(tmp_dir()).unwrap();
47
rustc().crate_type("rlib").input("foo.rs").run();
0 commit comments