Skip to content

Commit a651581

Browse files
authored
Rollup merge of #87412 - r00ster91:patch-13, r=Mark-Simulacrum
Add missing article Redo of #87305. I messed up in that PR and wasn't sure how to fix it.
2 parents 57ea2d8 + 97721a1 commit a651581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/compile.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//!
44
//! This module contains some of the real meat in the rustbuild build system
55
//! which is where Cargo is used to compile the standard library, libtest, and
6-
//! compiler. This module is also responsible for assembling the sysroot as it
6+
//! the compiler. This module is also responsible for assembling the sysroot as it
77
//! goes along from the output of the previous stage.
88
99
use std::borrow::Cow;

0 commit comments

Comments
 (0)