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 a4c68c6 commit d23a62bCopy full SHA for d23a62b
src/bootstrap/lib.rs
@@ -347,7 +347,7 @@ impl Build {
347
348
// FIXME: Temporary fix for https://github.com/rust-lang/cargo/issues/3005
349
// Force cargo to output binaries with disambiguating hashes in the name
350
- cargo.env("__CARGO_DEFAULT_LIB_METADATA", "1");
+ cargo.env("__CARGO_DEFAULT_LIB_METADATA", &self.config.channel);
351
352
let stage;
353
if compiler.stage == 0 && self.local_rebuild {
0 commit comments