diff --git a/compiler/rustc_thread_pool/src/registry.rs b/compiler/rustc_thread_pool/src/registry.rs index ccf4561014f2..22d3a7860452 100644 --- a/compiler/rustc_thread_pool/src/registry.rs +++ b/compiler/rustc_thread_pool/src/registry.rs @@ -800,8 +800,8 @@ impl WorkerThread { unsafe { self.wait_or_steal_until(latch, false) }; } - // Wait until the latch is set. Executes local jobs if `is_job` is true for them and - // `all_jobs_started` still returns false. + /// Wait until the latch is set. Executes local jobs if `is_job` is true for them and + /// `all_jobs_started` still returns false. #[inline] pub(super) unsafe fn wait_for_jobs( &self,