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
192
192
193
+
codegen_ssa_mixed_export_name_and_no_mangle = `{$no_mangle_attr}` attribute may not be used in combination with `#[export_name]`
194
+
.label = `{$no_mangle_attr}` is ignored
195
+
.note = `#[export_name]` takes precedence
196
+
.suggestion = remove the `{$no_mangle_attr}` attribute
197
+
193
198
codegen_ssa_msvc_missing_linker = the msvc targets depend on the msvc linker but `link.exe` was not found
194
199
195
200
codegen_ssa_multiple_external_func_decl = multiple declarations of external function `{$function}` from library `{$library_name}` have different calling conventions
0 commit comments