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.
cdylib
1 parent c0eb13b commit eec5423Copy full SHA for eec5423
cargo-miri/bin.rs
@@ -608,15 +608,6 @@ fn phase_cargo_rustc(mut args: env::Args) {
608
let target_crate = is_target_crate();
609
let print = get_arg_flag_value("--print").is_some(); // whether this is cargo passing `--print` to get some infos
610
611
- // cdylib is just skipped, we cannot interpret it and do not need it
612
- // for the rest of the build either.
613
- if get_arg_flag_value("--crate-type").as_deref() == Some("cdylib") {
614
- if verbose {
615
- eprint!("[cargo-miri rustc] (cdylib skipped)");
616
- }
617
- return;
618
619
-
620
let store_json = |info: CrateRunInfo| {
621
let filename = out_filename("", "");
622
if verbose {
0 commit comments