File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -820,10 +820,10 @@ fn phase_rustc(mut args: env::Args, phase: RustcPhase) {
820
820
821
821
if verbose > 0 {
822
822
eprintln ! (
823
- "[cargo-miri rustc] captured input:\n {}" ,
823
+ "[cargo-miri rustc inside rustdoc ] captured input:\n {}" ,
824
824
std:: str :: from_utf8( & env. stdin) . unwrap( )
825
825
) ;
826
- eprintln ! ( "[cargo-miri rustc] {:?}" , cmd) ;
826
+ eprintln ! ( "[cargo-miri rustc inside rustdoc] going to run: \n {:?}" , cmd) ;
827
827
}
828
828
829
829
exec_with_pipe ( cmd, & env. stdin ) ;
@@ -906,7 +906,10 @@ fn phase_rustc(mut args: env::Args, phase: RustcPhase) {
906
906
907
907
// Run it.
908
908
if verbose > 0 {
909
- eprint ! ( "[cargo-miri rustc] " ) ;
909
+ eprintln ! (
910
+ "[cargo-miri rustc] target_crate={target_crate} runnable_crate={runnable_crate} print={print}"
911
+ ) ;
912
+ eprintln ! ( "[cargo-miri rustc] going to run:" ) ;
910
913
if verbose > 1 {
911
914
for ( key, value) in env_vars_from_cmd ( & cmd) {
912
915
eprintln ! ( "{key}={value:?} \\ " ) ;
You can’t perform that action at this time.
0 commit comments