We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5d512 commit e29b201Copy full SHA for e29b201
src/bootstrap/defaults/config.tools.toml
@@ -8,7 +8,7 @@ debug-logging = true
8
# This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower.
9
incremental = true
10
# This avoids recompiling rustc if you haven't changed it.
11
-download_stage1 = true
+download-stage1 = true
12
13
[llvm]
14
# Will download LLVM from CI if available on your platform (Linux only for now)
0 commit comments