We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7017b5 + bf126d2 commit 9f2795fCopy full SHA for 9f2795f
src/tools/build-manifest/src/main.rs
@@ -326,6 +326,8 @@ impl Builder {
326
fn filename(&self, component: &str, target: &str) -> String {
327
if component == "rust-src" {
328
format!("rust-src-{}.tar.gz", self.channel)
329
+ } else if component == "cargo" {
330
+ format!("cargo-nightly-{}.tar.gz", target)
331
} else {
332
format!("{}-{}-{}.tar.gz", component, self.channel, target)
333
}
0 commit comments