Skip to content

Commit d01cfe1

Browse files
authored
Rollup merge of #89840 - wangkirin:master, r=jyn514
fix the stage0 tools config file path in `config.toml.example` in #88362 , the `stage0.txt ` have been switched to `stage0.json` , but in `config.toml.example` the guide didn't change , this PR fix this issue
2 parents 72626bf + 4b4d3ee commit d01cfe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.toml.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,15 @@ changelog-seen = 2
202202
# You can use "$ROOT" to indicate the root of the git repository.
203203
#build-dir = "build"
204204

205-
# Instead of downloading the src/stage0.txt version of Cargo specified, use
205+
# Instead of downloading the src/stage0.json version of Cargo specified, use
206206
# this Cargo binary instead to build all Rust code
207207
#cargo = "/path/to/cargo"
208208

209-
# Instead of downloading the src/stage0.txt version of the compiler
209+
# Instead of downloading the src/stage0.json version of the compiler
210210
# specified, use this rustc binary instead as the stage0 snapshot compiler.
211211
#rustc = "/path/to/rustc"
212212

213-
# Instead of download the src/stage0.txt version of rustfmt specified,
213+
# Instead of download the src/stage0.json version of rustfmt specified,
214214
# use this rustfmt binary instead as the stage0 snapshot rustfmt.
215215
#rustfmt = "/path/to/rustfmt"
216216

0 commit comments

Comments
 (0)