diff options
| author | Eduard-Mihai Burtescu <eddyb@lyken.rs> | 2021-02-18 14:13:38 +0200 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <eddyb@lyken.rs> | 2021-02-18 14:13:38 +0200 |
| commit | 6165d1cc72f8af55b3ef16ad81273b80876f9518 (patch) | |
| tree | 0baf5b5db99a2755d3e7fb1b654fcedec1e4aa7c /compiler/rustc_incremental/src/persist/file_format.rs | |
| parent | 25a2c13e9d19c18d5f3c2656e3d2dda086cb023b (diff) | |
| download | rust-6165d1cc72f8af55b3ef16ad81273b80876f9518.tar.gz rust-6165d1cc72f8af55b3ef16ad81273b80876f9518.zip | |
Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.
Diffstat (limited to 'compiler/rustc_incremental/src/persist/file_format.rs')
| -rw-r--r-- | compiler/rustc_incremental/src/persist/file_format.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_incremental/src/persist/file_format.rs b/compiler/rustc_incremental/src/persist/file_format.rs index 087f83c2475..374a9eb41e5 100644 --- a/compiler/rustc_incremental/src/persist/file_format.rs +++ b/compiler/rustc_incremental/src/persist/file_format.rs @@ -109,7 +109,7 @@ fn report_format_mismatch(report_incremental_info: bool, file: &Path, message: & debug!("read_file: {}", message); if report_incremental_info { - println!( + eprintln!( "[incremental] ignoring cache artifact `{}`: {}", file.file_name().unwrap().to_string_lossy(), message |
