about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-06-08 12:48:19 +0300
committeronur-ozkan <work@onurozkan.dev>2024-06-09 22:48:56 +0300
commite61d3b8372f988ba8b6573deac2290d59d72b76f (patch)
tree8cf4a609028865b6f6ec6cbe9407451a9315544b /compiler/rustc_const_eval/src
parent16e8803579e5914a17a4924f47faaefc040a982d (diff)
downloadrust-e61d3b8372f988ba8b6573deac2290d59d72b76f.tar.gz
rust-e61d3b8372f988ba8b6573deac2290d59d72b76f.zip
fix `Builder::doc_rust_lang_org_channel`
Previously, we were unable to use `rust.download-rustc` with the beta or stable
channel settings through `rust.channel` due to breaking rustdoc UI tests.
This was because when using a precompiled nightly compiler from CI, we must use the
channel of precompiled compiler and ignore `rust.channel` from the configuration.

This change addresses that issue in `Builder::doc_rust_lang_org_channel` and allows rustdoc
UI tests to work with the precompiled compiler even if the channel specified in config.toml is
"beta" or "stable".

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'compiler/rustc_const_eval/src')
0 files changed, 0 insertions, 0 deletions