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 2c0f486 commit 5e4a05fCopy full SHA for 5e4a05f
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