mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-22 15:46:49 -04:00
c60e5614e1
It is used once, when marking a `rustc_thread_pool` worker thread as blocked. `rustc_thread_pool` already has access to the jobserver proxy, so we can move its use from outside of `mark_blocked` to inside of it.