Rollup merge of #87301 - chinmaydd:chinmaydd-patch-1-1, r=jyn514

Fix typo in compile.rs
This commit is contained in:
Guillaume Gomez 2021-07-21 15:52:50 +02:00 committed by GitHub
commit c6aaadc33e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
//! library.
//!
//! This module contains some of the real meat in the rustbuild build system
//! which is where Cargo is used to compiler the standard library, libtest, and
//! which is where Cargo is used to compile the standard library, libtest, and
//! compiler. This module is also responsible for assembling the sysroot as it
//! goes along from the output of the previous stage.