mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Use compiler.stage
Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
parent
4ea2f8e48f
commit
4dedb5830f
@ -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…
Reference in New Issue
Block a user