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