File tree 3 files changed +6
-462
lines changed
3 files changed +6
-462
lines changed Original file line number Diff line number Diff line change 213
213
# the root of the repository.
214
214
# build-dir = "build"
215
215
216
- # Instead of downloading the src/stage0.json version of Cargo specified, use
216
+ # Instead of downloading the src/stage0 version of Cargo specified, use
217
217
# this Cargo binary instead to build all Rust code
218
218
# If you set this, you likely want to set `rustc` as well.
219
219
# cargo = "/path/to/cargo"
220
220
221
- # Instead of downloading the src/stage0.json version of the compiler
221
+ # Instead of downloading the src/stage0 version of the compiler
222
222
# specified, use this rustc binary instead as the stage0 snapshot compiler.
223
223
# If you set this, you likely want to set `cargo` as well.
224
224
# rustc = "/path/to/rustc"
225
225
226
- # Instead of downloading the src/stage0.json version of rustfmt specified,
226
+ # Instead of downloading the src/stage0 version of rustfmt specified,
227
227
# use this rustfmt binary instead as the stage0 snapshot rustfmt.
228
228
# rustfmt = "/path/to/rustfmt"
229
229
You can’t perform that action at this time.
0 commit comments