Skip to content

Commit 585a491

Browse files
committed
correct rustc_log
1 parent a9a4dd0 commit 585a491

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_log/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ pub fn init_env_logger(env: &str) -> Result<(), Error> {
8282
.with_verbose_exit(verbose_entry_exit)
8383
.with_verbose_entry(verbose_entry_exit)
8484
.with_indent_amount(2);
85-
#[cfg(all(parallel_compiler, debug_assertions))]
86-
let layer = layer.with_thread_ids(true).with_thread_names(true);
8785

8886
let subscriber = tracing_subscriber::Registry::default().with(filter).with(layer);
8987
match env::var(format!("{env}_BACKTRACE")) {

0 commit comments

Comments
 (0)