We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c4125 commit fa2acbeCopy full SHA for fa2acbe
src/librustc_interface/util.rs
@@ -207,6 +207,7 @@ pub fn spawn_thread_pool<F: FnOnce() -> R + Send, R: Send>(
207
let gcx_ptr = &Lock::new(0);
208
209
let mut config = ThreadPoolBuilder::new()
210
+ .thread_name(|_| "rustc".to_string())
211
.acquire_thread_handler(jobserver::acquire_thread)
212
.release_thread_handler(jobserver::release_thread)
213
.num_threads(threads)
0 commit comments