We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf3f77b + aa83d71 commit c6b2110Copy full SHA for c6b2110
src/bootstrap/config.toml.example
@@ -88,11 +88,11 @@
88
# for each target triple.
89
#target = ["x86_64-unknown-linux-gnu"] # defaults to just the build triple
90
91
-# Instead of downloading the src/nightlies.txt version of Cargo specified, use
+# Instead of downloading the src/stage0.txt version of Cargo specified, use
92
# this Cargo binary instead to build all Rust code
93
#cargo = "/path/to/bin/cargo"
94
95
-# Instead of downloading the src/nightlies.txt version of the compiler
+# Instead of downloading the src/stage0.txt version of the compiler
96
# specified, use this rustc binary instead as the stage0 snapshot compiler.
97
#rustc = "/path/to/bin/rustc"
98
0 commit comments