File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,9 @@ This final product (stage1 compiler + libs built using that compiler)
150
150
is what you need to build other Rust programs (unless you use ` #![no_std] ` or
151
151
` #![no_core] ` ).
152
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.
153
+ You will probably find that building the stage1 ` std ` is a bottleneck for you,
154
+ but fear not, there is a (hacky) workaround...
155
+ see [ the section on "recommended workflows"] ( ./suggested.md ) below.
155
156
156
157
Note that this whole command just gives you a subset of the full ` rustc `
157
158
build. The ** full** ` rustc ` build (what you get with `./x.py build
You can’t perform that action at this time.
0 commit comments