We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check::Rustc
1 parent 38b09dd commit 4017638Copy full SHA for 4017638
src/bootstrap/src/core/build_steps/check.rs
@@ -187,6 +187,8 @@ impl Step for Rustc {
187
/// This will check the compiler for a particular stage of the build using
188
/// the `compiler` targeting the `target` architecture. The artifacts
189
/// 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.
192
fn run(self, builder: &Builder<'_>) {
193
let build_compiler = self.build_compiler;
194
let target = self.target;
0 commit comments