diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-07-21 15:52:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-21 15:52:50 +0200 |
| commit | c6aaadc33ea241e3548a04b8431644ad8bbdf6e7 (patch) | |
| tree | 40caaf8f754d15044b5960c7408680d69a99e990 | |
| parent | eb54ddd123d0c2d14968336189eb5ab9ab169c8e (diff) | |
| parent | 64f4e34d69a99b00e635a572a0643dd008bb5a3a (diff) | |
| download | rust-c6aaadc33ea241e3548a04b8431644ad8bbdf6e7.tar.gz rust-c6aaadc33ea241e3548a04b8431644ad8bbdf6e7.zip | |
Rollup merge of #87301 - chinmaydd:chinmaydd-patch-1-1, r=jyn514
Fix typo in compile.rs
| -rw-r--r-- | src/bootstrap/compile.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs index 8c28d0b60fa..77d2684b5d2 100644 --- a/src/bootstrap/compile.rs +++ b/src/bootstrap/compile.rs @@ -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. |
