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