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/doc/rustc-dev-guide | |
| parent | f7defc0fe5ea6270de7be2159f91b4cc7afabf47 (diff) | |
| download | rust-72b606db89c7d2ce76ea41ea80ec92e6320bf20f.tar.gz rust-72b606db89c7d2ce76ea41ea80ec92e6320bf20f.zip | |
Replace `stage0-tools-bin` with `stage1-tools-bin`
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/optimized-build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/optimized-build.md b/src/doc/rustc-dev-guide/src/building/optimized-build.md index 863ed9749fb..46def66d178 100644 --- a/src/doc/rustc-dev-guide/src/building/optimized-build.md +++ b/src/doc/rustc-dev-guide/src/building/optimized-build.md @@ -118,7 +118,7 @@ Here is an example of how can `opt-dist` be used locally (outside of CI): ``` 3. Run the tool with the `local` mode and provide necessary parameters: ```bash - ./build/host/stage0-tools-bin/opt-dist local \ + ./build/host/stage1-tools-bin/opt-dist local \ --target-triple <target> \ # select target, e.g. "x86_64-unknown-linux-gnu" --checkout-dir <path> \ # path to rust checkout, e.g. "." --llvm-dir <path> \ # path to built LLVM toolchain, e.g. "/foo/bar/llvm/install" |
