remove stray **

This commit is contained in:
Tshepang Mbambo 2022-09-14 04:30:19 +02:00 committed by Noah Lev
parent 339720081b
commit cf7c209ce2
1 changed files with 3 additions and 2 deletions

View File

@ -150,8 +150,9 @@ This final product (stage1 compiler + libs built using that compiler)
is what you need to build other Rust programs (unless you use `#![no_std]` or is what you need to build other Rust programs (unless you use `#![no_std]` or
`#![no_core]`). `#![no_core]`).
You will probably find that building the stage1 `std` is a bottleneck for you** -- but fear not, You will probably find that building the stage1 `std` is a bottleneck for you,
there is a (hacky) workaround. See [the section on "recommended workflows"](./suggested.md) below. but fear not, there is a (hacky) workaround...
see [the section on "recommended workflows"](./suggested.md) below.
Note that this whole command just gives you a subset of the full `rustc` Note that this whole command just gives you a subset of the full `rustc`
build. The **full** `rustc` build (what you get with `./x.py build build. The **full** `rustc` build (what you get with `./x.py build