Skip to content

Commit c6b2110

Browse files
authored
Rollup merge of rust-lang#40681 - est31:nightlies_txt_was_removed, r=alexcrichton
config.toml.example: nightlies.txt got removed Instead, stage0.txt got introduced. See also commit 02538d4
2 parents bf3f77b + aa83d71 commit c6b2110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/config.toml.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@
8888
# for each target triple.
8989
#target = ["x86_64-unknown-linux-gnu"] # defaults to just the build triple
9090

91-
# Instead of downloading the src/nightlies.txt version of Cargo specified, use
91+
# Instead of downloading the src/stage0.txt version of Cargo specified, use
9292
# this Cargo binary instead to build all Rust code
9393
#cargo = "/path/to/bin/cargo"
9494

95-
# Instead of downloading the src/nightlies.txt version of the compiler
95+
# Instead of downloading the src/stage0.txt version of the compiler
9696
# specified, use this rustc binary instead as the stage0 snapshot compiler.
9797
#rustc = "/path/to/bin/rustc"
9898

0 commit comments

Comments
 (0)