We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
channel
dist
1 parent da83217 commit 75b451bCopy full SHA for 75b451b
src/bootstrap/defaults/bootstrap.dist.toml
@@ -13,9 +13,6 @@ extended = true
13
download-ci-llvm = false
14
15
[rust]
16
-# We have several defaults in bootstrap that depend on whether the channel is `dev` (e.g. `omit-git-hash` and `download-ci-llvm`).
17
-# Make sure they don't get set when installing from source.
18
-channel = "nightly"
19
# Never download a rustc, distributions must build a fresh compiler.
20
download-rustc = false
21
lld = true
0 commit comments