new_symbol_mangling: rust_new_symbol_mangling,
profile_generate: rust_profile_generate,
profile_use: rust_profile_use,
- download_rustc: rust_download_rustc,
+ download_rustc: mut rust_download_rustc,
lto: rust_lto,
validate_mir_opts: rust_validate_mir_opts,
frame_pointers: rust_frame_pointers,
// Cargo in their bootstrap.toml.
build_rustc = build_rustc.take().or(std::env::var_os("RUSTC").map(|p| p.into()));
build_cargo = build_cargo.take().or(std::env::var_os("CARGO").map(|p| p.into()));
+ rust_download_rustc = Some(StringOrBool::Bool(false));
}
if !flags_skip_stage0_validation {