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 3f99982 commit 5298f62Copy full SHA for 5298f62
compiler/rustc_codegen_ssa/src/back/symbol_export.rs
@@ -572,6 +572,7 @@ pub(crate) fn linking_symbol_name_for_instance_in_crate<'tcx>(
572
}
573
574
let prefix = match &target.arch[..] {
575
+ "x86" if target.is_like_windows && undecorated.starts_with("?") => return undecorated,
576
"x86" => Some('_'),
577
"x86_64" => None,
578
"arm64ec" => Some('#'),
0 commit comments