diff --git a/src/bootstrap/check.rs b/src/bootstrap/check.rs index 972785c0cf7..cfeb1c9d607 100644 --- a/src/bootstrap/check.rs +++ b/src/bootstrap/check.rs @@ -351,7 +351,7 @@ impl Step for RustAnalyzer { builder.info(&format!( "Checking stage{} {} artifacts ({} -> {})", - builder.top_stage, "rust-analyzer", &compiler.host.triple, target.triple + compiler.stage, "rust-analyzer", &compiler.host.triple, target.triple )); run_cargo(builder, cargo, args(builder), &stamp(builder, compiler, target), vec![], true);