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.debug-assertions
1 parent a153133 commit e454022Copy full SHA for e454022
src/bootstrap/src/core/config/config.rs
@@ -955,7 +955,7 @@ impl Config {
955
config.download_rustc_commit =
956
download_ci_rustc_commit(dwn_ctx, rust_download_rustc, config.llvm_assertions);
957
958
- if debug_assertions_requested {
+ if debug_assertions_requested && config.download_rustc_commit.is_some() {
959
eprintln!(
960
"WARN: `rust.debug-assertions = true` will prevent downloading CI rustc as alt CI \
961
rustc is not currently built with debug assertions."
0 commit comments