From 0f4d7640435e3099c65f18c479bf6c3d10cbe780 Mon Sep 17 00:00:00 2001 From: ohno418 Date: Sun, 8 May 2022 16:46:26 +0900 Subject: [PATCH] Slight format adjustment on bootstrapping --- src/building/bootstrapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/bootstrapping.md b/src/building/bootstrapping.md index b6ba3000e..c61afbcd9 100644 --- a/src/building/bootstrapping.md +++ b/src/building/bootstrapping.md @@ -359,7 +359,7 @@ The following tables indicate the outputs of various stage actions: | `stage0` builds `test`/`std` | `build/HOST/stage0-std/TARGET` | | copy `stage0-std` (HOST only) | `build/HOST/stage0-sysroot/lib/rustlib/HOST` | | `stage0` builds `rustc` with `stage0-sysroot` | `build/HOST/stage0-rustc/HOST` | -| copy `stage0-rustc (except executable)` | `build/HOST/stage0-sysroot/lib/rustlib/HOST` | +| copy `stage0-rustc` (except executable) | `build/HOST/stage0-sysroot/lib/rustlib/HOST` | | build `llvm` | `build/HOST/llvm` | | `stage0` builds `codegen` with `stage0-sysroot` | `build/HOST/stage0-codegen/HOST` | | `stage0` builds `rustdoc`, `clippy`, `miri`, with `stage0-sysroot` | `build/HOST/stage0-tools/HOST` |