From 2385520b38fd01b34ed2605b1f8d0ae0254b899a Mon Sep 17 00:00:00 2001 From: ozkanonur Date: Mon, 30 Jan 2023 11:35:37 +0300 Subject: [PATCH] save Signed-off-by: ozkanonur --- src/building/bootstrapping.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/building/bootstrapping.md b/src/building/bootstrapping.md index 7463acefbf..700629d5ef 100644 --- a/src/building/bootstrapping.md +++ b/src/building/bootstrapping.md @@ -475,7 +475,8 @@ local Rust source into libraries we can use. #### Copying stage0 {std,rustc} -This copies the library and compiler artifacts from Cargo into `stage0-sysroot/lib/rustlib/{target-triple}/lib` +This copies the library and compiler artifacts from Cargo into +`stage0-sysroot/lib/rustlib/{target-triple}/lib` #### Assembling stage1 compiler