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.
2 parents e22dab3 + 5e4a05f commit 70ed8a5Copy full SHA for 70ed8a5
src/bootstrap/src/core/builder/cargo.rs
@@ -647,6 +647,8 @@ impl Builder<'_> {
647
// If an explicit setting is given, use that
648
setting
649
}
650
+ // Per compiler-team#938, v0 mangling is used on nightly
651
+ None if self.config.channel == "dev" || self.config.channel == "nightly" => true,
652
None => {
653
if mode == Mode::Std {
654
// The standard library defaults to the legacy scheme
0 commit comments