We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfc052 commit 2d143abCopy full SHA for 2d143ab
config.example.toml
@@ -500,8 +500,9 @@
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).
502
#
503
-# Set this to "if-unchanged" to only download if the compiler (and library if running on CI) have
504
-# not been modified.
+# Set this to "if-unchanged" if you are working on `src/tools`, `tests` or `library` (on CI, `library`
+# changes triggers in-tree compiler build) to speed up the build process.
505
+#
506
# Set this to `true` to download unconditionally.
507
#download-rustc = false
508
0 commit comments