We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust.channel
dist
1 parent da83217 commit 9847c73Copy full SHA for 9847c73
src/bootstrap/defaults/bootstrap.dist.toml
@@ -15,7 +15,7 @@ download-ci-llvm = false
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"
+channel = "auto-detect"
19
# Never download a rustc, distributions must build a fresh compiler.
20
download-rustc = false
21
lld = true
0 commit comments