File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # If you see this, run `rustup self update` to get rustup 1.23 or newer
1
+ # If you see this, run `rustup self update` to get rustup 1.23 or newer.
2
2
3
- # NOTE: above comment is for older `rustup` (before TOML support was added)
3
+ # NOTE: above comment is for older `rustup` (before TOML support was added),
4
4
# which will treat the first line as the toolchain name, and therefore show it
5
- # to the user in the error, instead of "error: invalid channel name '[toolchain]'"
5
+ # to the user in the error, instead of "error: invalid channel name '[toolchain]'".
6
6
7
7
[toolchain]
8
8
channel = "nightly-2023-01-21"
9
9
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
10
10
# commit_hash = 5ce39f42bd2c8bca9c570f0560ebe1fce4eddb14
11
11
12
12
# Whenever changing the nightly channel, update the commit hash above, and make
13
- # sure to change REQUIRED_TOOLCHAIN in crates/rustc_codegen_spirv/src/build.rs also
13
+ # sure to change REQUIRED_TOOLCHAIN in crates/rustc_codegen_spirv/src/build.rs also.
You can’t perform that action at this time.
0 commit comments