File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,13 @@ rustup override set nightly
80
80
after [ installing a nightly toolchain] with ` rustup ` . Don't forget to do this for all
81
81
directories you have [ setup a worktree for] .
82
82
83
+ ** note** see [ the section on vscode] for how to configure it with this real rustfmt ` x.py ` uses,
84
+ and [ the section on rustup] for how to setup ` rustup ` toolchain for your bootstrapped compiler
85
+
83
86
[ installing a nightly toolchain ] : https://rust-lang.github.io/rustup/concepts/channels.html?highlight=nightl#working-with-nightly-rust
84
87
[ setup a worktree for ] : ./suggested.html#working-on-multiple-branches-at-the-same-time
88
+ [ the section on vscode ] : suggested.html#configuring-rust-analyzer-for-rustc
89
+ [ the section on rustup ] : how-to-build-and-run.html?highlight=rustup#creating-a-rustup-toolchain
85
90
86
91
## Incremental builds with ` --keep-stage ` .
87
92
You can’t perform that action at this time.
0 commit comments