We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244f893 commit aa83d71Copy full SHA for aa83d71
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