File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -149,20 +149,6 @@ Build artifacts include, but are not limited to:
149
149
150
150
[ rlib ] : ../serialization.md
151
151
152
- #### Assembling the compiler
153
-
154
- There is a separate step between building the compiler and making it possible
155
- to run. This step is called _ assembling_ or _ uplifting_ the compiler. It copies
156
- all the necessary build artifacts from ` build/stageN-sysroot ` to
157
- ` build/stage(N+1) ` , which allows you to use ` build/stage(N+1) ` as a [ toolchain]
158
- with ` rustup toolchain link ` .
159
-
160
- There is [ no way to trigger this step on its own] [ #73519 ] , but ` x.py ` will
161
- perform it automatically any time you build with stage N+1.
162
-
163
- [ toolchain ] : https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#creating-a-rustup-toolchain
164
- [ #73519 ] : https://github.com/rust-lang/rust/issues/73519
165
-
166
152
#### Examples
167
153
168
154
- ` x.py build --stage 0 ` means to build with the beta ` rustc ` .
You can’t perform that action at this time.
0 commit comments