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
|
@ -243,7 +243,7 @@ impl SourceMapExtension for SourceMap {
|
|||
substring: &str,
|
||||
n: usize,
|
||||
) -> Span {
|
||||
println!(
|
||||
eprintln!(
|
||||
"span_substr(file={:?}/{:?}, substring={:?}, n={})",
|
||||
file.name, file.start_pos, substring, n
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue