Skip to content

Commit 9c1342b

Browse files
author
hyd-dev
committed
Clarify that the "dep-info" is fake and add a newline
1 parent 49cd383 commit 9c1342b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cargo-miri/bin.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,10 @@ fn phase_cargo_rustc(mut args: env::Args) {
614614
// As we store a JSON file instead of building the crate here, an empty file is fine.
615615
let dep_info_name = out_filename("", ".d");
616616
if verbose {
617-
eprintln!("[cargo-miri rustc] writing dep-info to `{}`", dep_info_name.display());
617+
eprintln!("[cargo-miri rustc] writing stub dep-info to `{}`", dep_info_name.display());
618618
}
619619
File::create(dep_info_name).expect("failed to create fake .d file");
620+
620621
let filename = out_filename("", "");
621622
if verbose {
622623
eprintln!("[cargo-miri rustc] writing run info to `{}`", filename.display());

0 commit comments

Comments
 (0)