You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/building/suggested.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,11 @@ 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,
83
+
**Note** see [the section on vscode] for how to configure it with this real rustfmt `x.py` uses,
84
84
and [the section on rustup] for how to setup `rustup` toolchain for your bootstrapped compiler
85
85
86
+
**Note** This does _not_ allow you to build `rustc` with cargo directly. You still have to use `x.py` to work on the compiler or standard library, this just lets you use `cargo fmt`.
87
+
86
88
[installing a nightly toolchain]: https://rust-lang.github.io/rustup/concepts/channels.html?highlight=nightl#working-with-nightly-rust
87
89
[setup a worktree for]: ./suggested.html#working-on-multiple-branches-at-the-same-time
88
90
[the section on vscode]: suggested.html#configuring-rust-analyzer-for-rustc
0 commit comments