Skip to content

Commit 7e064e7

Browse files
committed
update download-rustc doc in config.example.toml
Signed-off-by: onur-ozkan <[email protected]>
1 parent 5cf6b8b commit 7e064e7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

config.example.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -497,11 +497,12 @@
497497
#debug = false
498498

499499
# Whether to download the stage 1 and 2 compilers from CI.
500-
# This is mostly useful for tools; if you have changes to `compiler/` or `library/` they will be ignored.
500+
# This is useful if you are working on tools, doc-comments, or library (you will be able to build
501+
# the standard library without needing to build the compiler).
501502
#
502-
# Set this to "if-unchanged" to only download if the compiler and standard library have not been modified.
503-
# Set this to `true` to download unconditionally. This is useful if you are working on tools, doc-comments,
504-
# or library (you will be able to build the standard library without needing to build the compiler).
503+
# Set this to "if-unchanged" to only download if the compiler (and library if running on CI) have
504+
# not been modified.
505+
# Set this to `true` to download unconditionally.
505506
#download-rustc = false
506507

507508
# Number of codegen units to use for each compiler invocation. A value of 0

0 commit comments

Comments
 (0)