Skip to content

Commit b3b1c67

Browse files
committed
Default to v0
1 parent a285550 commit b3b1c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ impl Options {
14081408
}
14091409

14101410
pub fn get_symbol_mangling_version(&self) -> SymbolManglingVersion {
1411-
self.cg.symbol_mangling_version.unwrap_or(SymbolManglingVersion::Legacy)
1411+
self.cg.symbol_mangling_version.unwrap_or(SymbolManglingVersion::V0)
14121412
}
14131413
}
14141414

0 commit comments

Comments
 (0)