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
attr_parsing_unstable_feature_bound_incompatible_stability = item annotated with `#[unstable_feature_bound]` should not be stable
230
230
.help = If this item is meant to be stable, do not use any functions annotated with `#[unstable_feature_bound]`. Otherwise, mark this item as unstable with `#[unstable]`
231
231
232
+
attr_parsing_unsupported_instruction_set = target `{$current_target}` does not support `#[instruction_set({$instruction_set}::*)]`
codegen_ssa_insufficient_vs_code_product = VS Code is a different product, and is not sufficient.
92
90
93
-
codegen_ssa_invalid_instruction_set = invalid instruction set specified
94
-
95
91
codegen_ssa_invalid_literal_value = invalid literal value
96
92
.label = value must be an integer between `0` and `255`
97
93
@@ -215,8 +211,6 @@ codegen_ssa_msvc_missing_linker = the msvc targets depend on the msvc linker but
215
211
216
212
codegen_ssa_multiple_external_func_decl = multiple declarations of external function `{$function}` from library `{$library_name}` have different calling conventions
217
213
218
-
codegen_ssa_multiple_instruction_set = cannot specify more than one instruction set
219
-
220
214
codegen_ssa_multiple_main_functions = entry symbol `main` declared multiple times
221
215
.help = did you use `#[no_mangle]` on `fn main`? Use `#![no_main]` to suppress the usual Rust-generated entry point
unstable feature specified for `-Ctarget-feature`: `{$feature}`
384
378
.note = this feature is not stably supported; its behavior can change in the future
385
379
386
-
codegen_ssa_unsupported_instruction_set = target does not support `#[instruction_set]`
387
-
388
380
codegen_ssa_unsupported_link_self_contained = option `-C link-self-contained` is not supported on this target
389
381
390
382
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