diff options
| author | Wang Qilin <qilin.wang@huawei.com> | 2021-10-13 15:47:15 +0800 |
|---|---|---|
| committer | Wang Qilin <qilin.wang@huawei.com> | 2021-10-13 15:47:15 +0800 |
| commit | 4b4d3ee60b6602d2f32f02f170f531b5df15f127 (patch) | |
| tree | 37fb84a2e1ef2ce1a282b4e9db548d94233503d4 | |
| parent | a16f686e4a0ea15dcd3b5aa3db7b1cba27bb9453 (diff) | |
| download | rust-4b4d3ee60b6602d2f32f02f170f531b5df15f127.tar.gz rust-4b4d3ee60b6602d2f32f02f170f531b5df15f127.zip | |
fix the stage0 tools config file path in config.toml.example
| -rw-r--r-- | config.toml.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.toml.example b/config.toml.example index d811b914d20..2425adfd775 100644 --- a/config.toml.example +++ b/config.toml.example @@ -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" |
