We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbe8f9 commit 10dbe25Copy full SHA for 10dbe25
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