Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4dedb58

Browse files
Use compiler.stage
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 4ea2f8e commit 4dedb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ impl Step for RustAnalyzer {
351351

352352
builder.info(&format!(
353353
"Checking stage{} {} artifacts ({} -> {})",
354-
builder.top_stage, "rust-analyzer", &compiler.host.triple, target.triple
354+
compiler.stage, "rust-analyzer", &compiler.host.triple, target.triple
355355
));
356356
run_cargo(builder, cargo, args(builder), &stamp(builder, compiler, target), vec![], true);
357357

0 commit comments

Comments
 (0)