We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242f20d commit 49f9b4bCopy full SHA for 49f9b4b
config.example.toml
@@ -503,8 +503,8 @@
503
# Set this to "if-unchanged" if you are working on `src/tools`, `tests` or `library` (on CI, `library`
504
# 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
+# Set this to `true` to always download or `false` to always use the in-tree compiler.
+#download-rustc = "if-unchanged"
508
509
# Number of codegen units to use for each compiler invocation. A value of 0
510
# means "the number of cores on this machine", and 1+ is passed through to the
0 commit comments