diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-08-12 18:39:09 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-08-12 18:39:09 +0200 |
| commit | 72b606db89c7d2ce76ea41ea80ec92e6320bf20f (patch) | |
| tree | 1d7554551cc327539465e5366536fbada110c839 /src/bootstrap | |
| parent | f7defc0fe5ea6270de7be2159f91b4cc7afabf47 (diff) | |
| download | rust-72b606db89c7d2ce76ea41ea80ec92e6320bf20f.tar.gz rust-72b606db89c7d2ce76ea41ea80ec92e6320bf20f.zip | |
Replace `stage0-tools-bin` with `stage1-tools-bin`
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/core/builder/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/builder/mod.rs b/src/bootstrap/src/core/builder/mod.rs index 163a498d4b4..de4b941ac90 100644 --- a/src/bootstrap/src/core/builder/mod.rs +++ b/src/bootstrap/src/core/builder/mod.rs @@ -1597,7 +1597,7 @@ You have to build a stage1 compiler for `{}` first, and then use it to build a s cmd.env("CARGO", &self.initial_cargo); // Need to add the `run_compiler` libs. Those are the libs produces *by* `build_compiler` // in `tool::ToolBuild` step, so they match the Miri we just built. However this means they - // are actually living one stage up, i.e. we are running `stage0-tools-bin/miri` with the + // are actually living one stage up, i.e. we are running `stage1-tools-bin/miri` with the // libraries in `stage1/lib`. This is an unfortunate off-by-1 caused (possibly) by the fact // that Miri doesn't have an "assemble" step like rustc does that would cross the stage boundary. // We can't use `add_rustc_lib_path` as that's a NOP on Windows but we do need these libraries |
