Skip to content

Commit c4889ec

Browse files
committed
Test fixes and rebase conflicts
1 parent 2d38fc8 commit c4889ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/bootstrap/dist.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ pub fn cargo(build: &Build, stage: u32, target: &str) {
534534
println!("Dist cargo stage{} ({})", stage, target);
535535
let compiler = Compiler::new(stage, &build.config.build);
536536

537-
let src = build.src.join("src/tools/cargo");
537+
let src = build.src.join("cargo");
538538
let etc = src.join("src/etc");
539539
let release_num = build.cargo_release_num();
540540
let name = format!("cargo-{}", build.package_vers(&release_num));

0 commit comments

Comments
 (0)