We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324b175 commit bf126d2Copy full SHA for bf126d2
src/tools/build-manifest/src/main.rs
@@ -317,6 +317,8 @@ impl Builder {
317
fn filename(&self, component: &str, target: &str) -> String {
318
if component == "rust-src" {
319
format!("rust-src-{}.tar.gz", self.channel)
320
+ } else if component == "cargo" {
321
+ format!("cargo-nightly-{}.tar.gz", target)
322
} else {
323
format!("{}-{}-{}.tar.gz", component, self.channel, target)
324
}
0 commit comments