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
+7-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Suggested Workflows
2
2
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
4
4
to make your life easier.
5
5
6
6
## Configuring `rust-analyzer` for `rustc`
@@ -78,12 +78,16 @@ rustup override set nightly
78
78
```
79
79
80
80
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.
82
84
83
85
**Note** see [the section on vscode] for how to configure it with this real rustfmt `x.py` uses,
84
86
and [the section on rustup] for how to setup `rustup` toolchain for your bootstrapped compiler
85
87
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`.
87
91
88
92
[installing a nightly toolchain]: https://rust-lang.github.io/rustup/concepts/channels.html?highlight=nightl#working-with-nightly-rust
89
93
[setup a worktree for]: ./suggested.html#working-on-multiple-branches-at-the-same-time
0 commit comments