Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.
This commit is contained in:
parent
25a2c13e9d
commit
6165d1cc72
12 changed files with 64 additions and 64 deletions
|
@ -608,7 +608,7 @@ pub fn print_time_passes_entry(
|
|||
(None, None) => String::new(),
|
||||
};
|
||||
|
||||
println!("time: {:>7}{}\t{}", duration_to_secs_str(dur), mem_string, what);
|
||||
eprintln!("time: {:>7}{}\t{}", duration_to_secs_str(dur), mem_string, what);
|
||||
}
|
||||
|
||||
// Hack up our own formatting for the duration to make it easier for scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue