We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56714ac commit ccc049dCopy full SHA for ccc049d
src/bootstrap/config.rs
@@ -563,7 +563,7 @@ impl Config {
563
// default values for all options that we haven't otherwise stored yet.
564
565
set(&mut config.initial_rustc, build.rustc.map(PathBuf::from));
566
- set(&mut config.initial_rustc, build.cargo.map(PathBuf::from));
+ set(&mut config.initial_cargo, build.cargo.map(PathBuf::from));
567
568
let default = false;
569
config.llvm_assertions = llvm_assertions.unwrap_or(default);
0 commit comments