Skip to content

Commit 4017638

Browse files
committed
Add staging comment to check::Rustc
1 parent 38b09dd commit 4017638

File tree

1 file changed

+2
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+2
-0
lines changed

src/bootstrap/src/core/build_steps/check.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ impl Step for Rustc {
187187
/// This will check the compiler for a particular stage of the build using
188188
/// the `compiler` targeting the `target` architecture. The artifacts
189189
/// created will also be linked into the sysroot directory.
190+
///
191+
/// If we check a stage 2 compiler, we will have to first build a stage 1 compiler to check it.
190192
fn run(self, builder: &Builder<'_>) {
191193
let build_compiler = self.build_compiler;
192194
let target = self.target;

0 commit comments

Comments
 (0)