File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/bootstrap/src/core/builder Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -647,6 +647,8 @@ impl Builder<'_> {
647647 // If an explicit setting is given, use that
648648 setting
649649 }
650+ // Per compiler-team#938, v0 mangling is used on nightly
651+ None if self . config . channel == "dev" || self . config . channel == "nightly" => true ,
650652 None => {
651653 if mode == Mode :: Std {
652654 // The standard library defaults to the legacy scheme
Original file line number Diff line number Diff line change @@ -491,6 +491,8 @@ fun:__dfso_*=discard
491491
492492# Rust functions.
493493fun:_ZN4core*=uninstrumented
494+ fun:_R*4core*=uninstrumented
494495fun:_ZN3std*=uninstrumented
496+ fun:_R*3std*=uninstrumented
495497fun:rust_eh_personality=uninstrumented
496498fun:_R*__rustc*=uninstrumented
You can’t perform that action at this time.
0 commit comments