We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1609a3 commit b21b0bbCopy full SHA for b21b0bb
src/building/how-to-build-and-run.md
@@ -150,8 +150,9 @@ This final product (stage1 compiler + libs built using that compiler)
150
is what you need to build other Rust programs (unless you use `#![no_std]` or
151
`#![no_core]`).
152
153
-You will probably find that building the stage1 `std` is a bottleneck for you** -- but fear not,
154
-there is a (hacky) workaround. See [the section on "recommended workflows"](./suggested.md) below.
+You will probably find that building the stage1 `std` is a bottleneck for you,
+but fear not, there is a (hacky) workaround...
155
+see [the section on "recommended workflows"](./suggested.md) below.
156
157
Note that this whole command just gives you a subset of the full `rustc`
158
build. The **full** `rustc` build (what you get with `./x.py build
0 commit comments