summary refs log tree commit diff
path: root/config.example.toml
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-11-14 14:56:48 +0300
committeronur-ozkan <work@onurozkan.dev>2024-11-14 14:56:48 +0300
commit49f9b4b4decd6dd198416f493ad666d469897ebe (patch)
tree34354423b3ca1bce7e040e1ed6a87439333c99ee /config.example.toml
parent242f20dc1e95ca8def0ff436d7c844811ae7ac25 (diff)
downloadrust-49f9b4b4decd6dd198416f493ad666d469897ebe.tar.gz
rust-49f9b4b4decd6dd198416f493ad666d469897ebe.zip
update download-rustc comments and default
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml
index 2bc79a6d6ba..9dc71b10f70 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -503,8 +503,8 @@
 # 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.
 #
-# Set this to `true` to download unconditionally.
-#download-rustc = false
+# Set this to `true` to always download or `false` to always use the in-tree compiler.
+#download-rustc = "if-unchanged"
 
 # Number of codegen units to use for each compiler invocation. A value of 0
 # means "the number of cores on this machine", and 1+ is passed through to the