Add staging comment to check::Rustc

This commit is contained in:
Jakub Beránek 2025-07-03 18:04:10 +02:00
parent 38b09dd838
commit 40176388d2
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -187,6 +187,8 @@ impl Step for Rustc {
/// This will check the compiler for a particular stage of the build using
/// the `compiler` targeting the `target` architecture. The artifacts
/// created will also be linked into the sysroot directory.
///
/// If we check a stage 2 compiler, we will have to first build a stage 1 compiler to check it.
fn run(self, builder: &Builder<'_>) {
let build_compiler = self.build_compiler;
let target = self.target;