Skip to content

Commit fc2f5c2

Browse files
committed
bootstrap: add rust-toolchain to the root directory
Helps with rust-lang#94829. This doesn't solve "bootstrap uses beta rustc but nightly rustfmt", but in practice there should be very little difference between two. Users can still override the toolchain used with `cargo +nightly` or similar.
1 parent 5f4e067 commit fc2f5c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rust-toolchain

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[toolchain]
2+
# not just `beta`, since during release week there are two different beta compilers
3+
channel = "beta-2022-02-22"
4+
components = ["rustfmt"]
5+
profile = "minimal"

0 commit comments

Comments
 (0)