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)
150150is what you need to build other Rust programs (unless you use ` #![no_std] ` or
151151` #![no_core] ` ).
152152
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.
155156
156157Note that this whole command just gives you a subset of the full ` rustc `
157158build. The ** full** ` rustc ` build (what you get with `./x.py build
You can’t perform that action at this time.
0 commit comments