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 212ab82 commit 083d4a3Copy full SHA for 083d4a3
compiler/rustc_session/src/config.rs
@@ -755,7 +755,7 @@ impl DebuggingOptions {
755
}
756
757
pub fn get_symbol_mangling_version(&self) -> SymbolManglingVersion {
758
- self.symbol_mangling_version.unwrap_or(SymbolManglingVersion::Legacy)
+ self.symbol_mangling_version.unwrap_or(SymbolManglingVersion::V0)
759
760
761
src/test/codegen/vec-shrink-panic.rs renamed to src/test/codegen/vec-shrink-panik.rs
0 commit comments