We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust.channel
1 parent a526d7c commit 1140750Copy full SHA for 1140750
config.example.toml
@@ -578,7 +578,10 @@
578
# The "channel" for the Rust build to produce. The stable/beta channels only
579
# allow using stable features, whereas the nightly and dev channels allow using
580
# nightly features
581
-#channel = "dev"
+#
582
+# If using tarball sources, default value for `channel` is taken from the `src/ci/channel` file;
583
+# otherwise, it's "dev".
584
+#channel = if "is a tarball source" { content of `src/ci/channel` file } else { "dev" }
585
586
# A descriptive string to be appended to `rustc --version` output, which is
587
# also used in places like debuginfo `DW_AT_producer`. This may be useful for
0 commit comments