Skip to content

Commit 083d4a3

Browse files
committed
Use Rust symbol mangling by default
1 parent 212ab82 commit 083d4a3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler/rustc_session/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ impl DebuggingOptions {
755755
}
756756

757757
pub fn get_symbol_mangling_version(&self) -> SymbolManglingVersion {
758-
self.symbol_mangling_version.unwrap_or(SymbolManglingVersion::Legacy)
758+
self.symbol_mangling_version.unwrap_or(SymbolManglingVersion::V0)
759759
}
760760
}
761761

0 commit comments

Comments
 (0)