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 49cd383 commit 9c1342bCopy full SHA for 9c1342b
cargo-miri/bin.rs
@@ -614,9 +614,10 @@ fn phase_cargo_rustc(mut args: env::Args) {
614
// As we store a JSON file instead of building the crate here, an empty file is fine.
615
let dep_info_name = out_filename("", ".d");
616
if verbose {
617
- eprintln!("[cargo-miri rustc] writing dep-info to `{}`", dep_info_name.display());
+ eprintln!("[cargo-miri rustc] writing stub dep-info to `{}`", dep_info_name.display());
618
}
619
File::create(dep_info_name).expect("failed to create fake .d file");
620
+
621
let filename = out_filename("", "");
622
623
eprintln!("[cargo-miri rustc] writing run info to `{}`", filename.display());
0 commit comments