We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbeff8c commit 6fcc630Copy full SHA for 6fcc630
config.example.toml
@@ -472,7 +472,8 @@
472
# This is mostly useful for tools; if you have changes to `compiler/` or `library/` they will be ignored.
473
#
474
# Set this to "if-unchanged" to only download if the compiler and standard library have not been modified.
475
-# Set this to `true` to download unconditionally (useful if e.g. you are only changing doc-comments).
+# Set this to `true` to download unconditionally. This is useful if you are working on tools, doc-comments,
476
+# or library (you will be able to build the standard library without needing to build the compiler).
477
#download-rustc = false
478
479
# Number of codegen units to use for each compiler invocation. A value of 0
0 commit comments