We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c57fa commit 5ed2d42Copy full SHA for 5ed2d42
compiler/rustc_driver/src/lib.rs
@@ -1286,6 +1286,7 @@ pub fn init_env_logger(env: &str) {
1286
}
1287
let filter = tracing_subscriber::EnvFilter::from_env(env);
1288
let layer = tracing_tree::HierarchicalLayer::default()
1289
+ .with_writer(io::stderr)
1290
.with_indent_lines(true)
1291
.with_ansi(true)
1292
.with_targets(true)
0 commit comments