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
codegen_ssa_expected_name_value_pair = expected name value pair
58
+
59
+
codegen_ssa_expected_one_argument = expected one argument
60
+
55
61
codegen_ssa_expected_used_symbol = expected `used`, `used(compiler)` or `used(linker)`
56
62
57
63
codegen_ssa_extern_funcs_not_found = some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
codegen_ssa_invalid_windows_subsystem = invalid windows subsystem `{$subsystem}`, only `windows` and `console` are allowed
174
190
175
191
codegen_ssa_ld64_unimplemented_modifier = `as-needed` modifier not implemented yet for ld64
@@ -216,6 +232,8 @@ codegen_ssa_msvc_missing_linker = the msvc targets depend on the msvc linker but
216
232
217
233
codegen_ssa_multiple_external_func_decl = multiple declarations of external function `{$function}` from library `{$library_name}` have different calling conventions
218
234
235
+
codegen_ssa_multiple_instruction_set = cannot specify more than one instruction set
236
+
219
237
codegen_ssa_multiple_main_functions = entry symbol `main` declared multiple times
220
238
.help = did you use `#[no_mangle]` on `fn main`? Use `#![no_main]` to suppress the usual Rust-generated entry point
codegen_ssa_unsupported_arch = unsupported arch `{$arch}` for os `{$os}`
368
396
397
+
codegen_ssa_unsupported_instruction_set = target does not support `#[instruction_set]`
398
+
369
399
codegen_ssa_unsupported_link_self_contained = option `-C link-self-contained` is not supported on this target
370
400
371
401
codegen_ssa_use_cargo_directive = use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib)
0 commit comments