Use compiler.stage
Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
parent
4ea2f8e48f
commit
4dedb5830f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue