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.
1 parent f8131a4 commit 14061ecCopy full SHA for 14061ec
src/bootstrap/src/core/config/config.rs
@@ -1427,9 +1427,7 @@ impl Config {
1427
};
1428
1429
config.initial_cargo = cargo
1430
- .map(|cargo| {
1431
- t!(PathBuf::from(cargo).canonicalize(), "`initial_cargo` not found on disk")
1432
- })
+ .map(PathBuf::from)
1433
.unwrap_or_else(|| config.out.join(config.build.triple).join("stage0/bin/cargo"));
1434
1435
// NOTE: it's important this comes *after* we set `initial_rustc` just above.
0 commit comments