diff options
| author | Amos Wenger <fasterthanlime@users.noreply.github.com> | 2022-07-22 17:59:15 +0200 |
|---|---|---|
| committer | Amos Wenger <amoswenger@gmail.com> | 2022-07-24 10:37:53 +0200 |
| commit | 4dedb5830f65f79ee95701afd3d40ed13d8a346d (patch) | |
| tree | 91932dbebbb22ece4b9654112fd4878982ab63c2 | |
| parent | 4ea2f8e48fb9c69432b59d5f9f90a576cd0845da (diff) | |
| download | rust-4dedb5830f65f79ee95701afd3d40ed13d8a346d.tar.gz rust-4dedb5830f65f79ee95701afd3d40ed13d8a346d.zip | |
Use compiler.stage
Co-authored-by: Joshua Nelson <github@jyn.dev>
| -rw-r--r-- | src/bootstrap/check.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
