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 bf36338 commit 9c3b53dCopy full SHA for 9c3b53d
compiler/rustc_codegen_ssa/src/back/symbol_export.rs
@@ -578,7 +578,7 @@ pub(crate) fn linking_symbol_name_for_instance_in_crate<'tcx>(
578
579
let prefix = match &target.arch[..] {
580
"x86" | "x86_64" if target.is_like_msvc && undecorated.starts_with("?") => {
581
- return undecorated
+ return undecorated;
582
}
583
"x86" => Some('_'),
584
"x86_64" => None,
0 commit comments