Use compiler.stage

Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
Amos Wenger 2022-07-22 17:59:15 +02:00 committed by Amos Wenger
parent 4ea2f8e48f
commit 4dedb5830f

View File

@ -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);