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_insufficient_vs_code_product = VS Code is a different product, and is not sufficient.
90
96
97
+
codegen_ssa_invalid_argument = invalid argument
98
+
.help = valid inline arguments are `always` and `never`
99
+
100
+
codegen_ssa_invalid_instruction_set = invalid instruction set specified
101
+
91
102
codegen_ssa_invalid_link_ordinal_nargs = incorrect number of arguments to `#[link_ordinal]`
92
103
.note = the attribute requires exactly one argument
93
104
105
+
codegen_ssa_invalid_literal_value = invalid literal value
106
+
.label = value must be an integer between `0` and `255`
107
+
94
108
codegen_ssa_invalid_monomorphization_basic_float_type = invalid monomorphization of `{$name}` intrinsic: expected basic float type, found `{$ty}`
95
109
96
110
codegen_ssa_invalid_monomorphization_basic_integer_type = invalid monomorphization of `{$name}` intrinsic: expected basic integer type, found `{$ty}`
@@ -217,6 +231,8 @@ codegen_ssa_msvc_missing_linker = the msvc targets depend on the msvc linker but
217
231
218
232
codegen_ssa_multiple_external_func_decl = multiple declarations of external function `{$function}` from library `{$library_name}` have different calling conventions
219
233
234
+
codegen_ssa_multiple_instruction_set = cannot specify more than one instruction set
235
+
220
236
codegen_ssa_multiple_main_functions = entry symbol `main` declared multiple times
221
237
.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}`
369
395
396
+
codegen_ssa_unsupported_instruction_set = target does not support `#[instruction_set]`
397
+
370
398
codegen_ssa_unsupported_link_self_contained = option `-C link-self-contained` is not supported on this target
371
399
372
400
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