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.
run-make/prefer-dylib/rmake.rs
1 parent 6483320 commit d976fe6Copy full SHA for d976fe6
tests/run-make/prefer-dylib/rmake.rs
@@ -2,7 +2,6 @@
2
3
use run_make_support::{cwd, dynamic_lib_name, read_dir, run, run_fail, rustc};
4
use std::fs::remove_file;
5
-use std::process::Command;
6
7
fn main() {
8
rustc().input("bar.rs").crate_type("dylib").crate_type("rlib").arg("-Cprefer-dynamic").run();
0 commit comments