diff options
| author | Chinmay Deshpande <cddeshpa@uci.edu> | 2021-07-19 20:03:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-19 20:03:03 -0700 |
| commit | 64f4e34d69a99b00e635a572a0643dd008bb5a3a (patch) | |
| tree | 1f8227e100a5a1830ec571cdd97c68bef084c7fe | |
| parent | 6535449a002264ee08dec8e741f1aadd97428fae (diff) | |
| download | rust-64f4e34d69a99b00e635a572a0643dd008bb5a3a.tar.gz rust-64f4e34d69a99b00e635a572a0643dd008bb5a3a.zip | |
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 1fae4bee732..5b9ea97dea5 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. |
