Skip to content

Commit e5bf706

Browse files
guswynnJoshua Nelson
and
Joshua Nelson
committed
Apply suggestions from code review
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 1753f0f commit e5bf706

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/building/suggested.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,11 @@ rustup override set nightly
8080
after [installing a nightly toolchain] with `rustup`. Don't forget to do this for all
8181
directories you have [setup a worktree for].
8282

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,
8484
and [the section on rustup] for how to setup `rustup` toolchain for your bootstrapped compiler
8585

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+
8688
[installing a nightly toolchain]: https://rust-lang.github.io/rustup/concepts/channels.html?highlight=nightl#working-with-nightly-rust
8789
[setup a worktree for]: ./suggested.html#working-on-multiple-branches-at-the-same-time
8890
[the section on vscode]: suggested.html#configuring-rust-analyzer-for-rustc

0 commit comments

Comments
 (0)