Auto merge of #13019 - linyihai:typo-rusc, r=epage

typo: rusc -> rustc

I think this is a typo which misspell rustc.  So make a PR for correct it.  thanks
This commit is contained in:
bors 2023-11-21 12:04:46 +00:00
commit 63df8671ce

View file

@ -3,7 +3,7 @@
//! ## Overview
//!
//! This module implements a job queue. A job here represents a unit of work,
//! which is roughly a rusc invocation, a build script run, or just a no-op.
//! which is roughly a rustc invocation, a build script run, or just a no-op.
//! The job queue primarily handles the following things:
//!
//! * Spawns concurrent jobs. Depending on its [`Freshness`], a job could be