We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4f252 commit 82717abCopy full SHA for 82717ab
compiler/rustc_monomorphize/src/lib.rs
@@ -63,6 +63,7 @@ pub fn is_call_from_compiler_builtins_to_upstream_monomorphization<'tcx>(
63
) -> bool {
64
!instance.def_id().is_local()
65
&& tcx.is_compiler_builtins(LOCAL_CRATE)
66
+ && tcx.codegen_fn_attrs(instance.def_id()).link_name.is_none()
67
&& !should_codegen_locally(tcx, &instance)
68
}
69
0 commit comments