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 a285550 commit b3b1c67Copy full SHA for b3b1c67
1 file changed
compiler/rustc_session/src/config.rs
@@ -1408,7 +1408,7 @@ impl Options {
1408
}
1409
1410
pub fn get_symbol_mangling_version(&self) -> SymbolManglingVersion {
1411
- self.cg.symbol_mangling_version.unwrap_or(SymbolManglingVersion::Legacy)
+ self.cg.symbol_mangling_version.unwrap_or(SymbolManglingVersion::V0)
1412
1413
1414
0 commit comments