Skip to content

Commit aa83d71

Browse files
committed
config.toml.example: nightlies.txt got removed
Instead, stage0.txt got introduced. See also commit 02538d4
1 parent 244f893 commit aa83d71

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)