File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 497
497
# debug = false
498
498
499
499
# 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).
501
502
#
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 .
505
506
# download-rustc = false
506
507
507
508
# Number of codegen units to use for each compiler invocation. A value of 0
You can’t perform that action at this time.
0 commit comments