File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,12 @@ The rustup toolchain points to the specified toolchain compiled in your `build`
233
233
so the rustup toolchain will be updated whenever ` x.py build ` or ` x.py test ` are run for
234
234
that toolchain/stage.
235
235
236
+ ** Note:** the toolchain we've built does not include ` cargo ` . In this case, ` rustup ` will
237
+ fall back to using ` cargo ` from the installed ` nightly ` , ` beta ` , or ` stable ` toolchain
238
+ (in that order). If you need to use unstable ` cargo ` flags, be sure to run
239
+ ` rustup install nightly ` if you haven't already. See the
240
+ [ rustup documentation on custom toolchains] ( https://rust-lang.github.io/rustup/concepts/toolchains.html#custom-toolchains ) .
241
+
236
242
## Other ` x.py ` commands
237
243
238
244
Here are a few other useful ` x.py ` commands. We'll cover some of them in detail
You can’t perform that action at this time.
0 commit comments