Skip to content

Commit

Permalink
Rollup merge of rust-lang#89840 - wangkirin:master, r=jyn514
Browse files Browse the repository at this point in the history
fix the stage0 tools config file path in `config.toml.example`

in  rust-lang#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
  • Loading branch information
JohnTitor authored Oct 13, 2021
2 parents 72626bf + 4b4d3ee commit d01cfe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,15 @@ changelog-seen = 2
# You can use "$ROOT" to indicate the root of the git repository.
#build-dir = "build"

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

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

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

Expand Down

0 comments on commit d01cfe1

Please sign in to comment.