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 a9a4dd0 commit 585a491Copy full SHA for 585a491
compiler/rustc_log/src/lib.rs
@@ -82,8 +82,6 @@ pub fn init_env_logger(env: &str) -> Result<(), Error> {
82
.with_verbose_exit(verbose_entry_exit)
83
.with_verbose_entry(verbose_entry_exit)
84
.with_indent_amount(2);
85
- #[cfg(all(parallel_compiler, debug_assertions))]
86
- let layer = layer.with_thread_ids(true).with_thread_names(true);
87
88
let subscriber = tracing_subscriber::Registry::default().with(filter).with(layer);
89
match env::var(format!("{env}_BACKTRACE")) {
0 commit comments