Skip to content

Commit

Permalink
Rollup merge of rust-lang#87301 - chinmaydd:chinmaydd-patch-1-1, r=jy…
Browse files Browse the repository at this point in the history
…n514

Fix typo in compile.rs
  • Loading branch information
Dylan-DPC authored Jul 21, 2021
2 parents 8b727eb + 64f4e34 commit 8d9cb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8d9cb66

Please sign in to comment.