Skip to content

Commit 3f853d5

Browse files
mark-i-mJoshua Nelson
authored and
Joshua Nelson
committed
address lingering reviewer comments
1 parent e5bf706 commit 3f853d5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/building/suggested.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Suggested Workflows
22

3-
The full bootstrapping process takes quite a while. Here are five suggestions
3+
The full bootstrapping process takes quite a while. Here are some suggestions
44
to make your life easier.
55

66
## Configuring `rust-analyzer` for `rustc`
@@ -78,12 +78,16 @@ rustup override set nightly
7878
```
7979

8080
after [installing a nightly toolchain] with `rustup`. Don't forget to do this for all
81-
directories you have [setup a worktree for].
81+
directories you have [setup a worktree for]. You may need to use the pinned
82+
nightly version from `src/stage0.txt`, but often the normal `nightly` channel
83+
will work.
8284

8385
**Note** see [the section on vscode] for how to configure it with this real rustfmt `x.py` uses,
8486
and [the section on rustup] for how to setup `rustup` toolchain for your bootstrapped compiler
8587

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`.
88+
**Note** This does _not_ allow you to build `rustc` with cargo directly. You
89+
still have to use `x.py` to work on the compiler or standard library, this just
90+
lets you use `cargo fmt`.
8791

8892
[installing a nightly toolchain]: https://rust-lang.github.io/rustup/concepts/channels.html?highlight=nightl#working-with-nightly-rust
8993
[setup a worktree for]: ./suggested.html#working-on-multiple-branches-at-the-same-time

0 commit comments

Comments
 (0)