You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
found CGU-reuse attribute but `-Zquery-dep-graph` was not specified
203
203
204
+
codegen_ssa_mixed_export_name_and_no_mangle = `{$no_mangle_attr}` attribute may not be used in combination with `#[export_name]`
205
+
.label = `{$no_mangle_attr}` is ignored
206
+
.note = `#[export_name]` takes precedence
207
+
.suggestion = remove the `{$no_mangle_attr}` attribute
208
+
204
209
codegen_ssa_msvc_missing_linker = the msvc targets depend on the msvc linker but `link.exe` was not found
205
210
206
211
codegen_ssa_multiple_external_func_decl = multiple declarations of external function `{$function}` from library `{$library_name}` have different calling conventions
0 commit comments