We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c5797 commit 7b1fb89Copy full SHA for 7b1fb89
src/bootstrap/install.rs
@@ -55,16 +55,16 @@ pub fn install(build: &Build, stage: u32, host: &str) {
55
stage, target, &prefix, &docdir, &libdir, &mandir, &empty_dir);
56
}
57
58
- install_sh(&build, "rustc", "rustc", &build.rust_package_vers(),
59
- stage, host, &prefix, &docdir, &libdir, &mandir, &empty_dir);
60
-
61
if build.config.extended {
62
install_sh(&build, "cargo", "cargo", &build.cargo_package_vers(),
63
stage, host, &prefix, &docdir, &libdir, &mandir, &empty_dir);
64
install_sh(&build, "rls", "rls", &build.rls_package_vers(),
65
66
67
+ install_sh(&build, "rustc", "rustc", &build.rust_package_vers(),
+ stage, host, &prefix, &docdir, &libdir, &mandir, &empty_dir);
+
68
t!(fs::remove_dir_all(&empty_dir));
69
70
0 commit comments