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_binary_output_to_tty = option `-o` or `--emit` is used to write binary output type `{$shorthand}` to stdout, but stdout is a tty
13
13
14
+
codegen_ssa_cgu_not_recorded =
15
+
CGU-reuse for `{$cgu_user_name}` is (mangled: `{$cgu_name}`) was not recorded
16
+
14
17
codegen_ssa_check_installed_visual_studio = please ensure that Visual Studio 2017 or later, or Build Tools for Visual Studio were installed with the Visual C++ option.
15
18
16
19
codegen_ssa_copy_path = could not copy {$from} to {$to}: {$error}
@@ -41,6 +44,8 @@ codegen_ssa_failed_to_get_layout = failed to get layout for {$ty}: {$err}
41
44
42
45
codegen_ssa_failed_to_write = failed to write {$path}: {$error}
43
46
47
+
codegen_ssa_field_associated_value_expected = associated value expected for `{$name}`
48
+
44
49
codegen_ssa_ignoring_emit_path = ignoring emit path because multiple .{$extension} files were produced
45
50
46
51
codegen_ssa_ignoring_output = ignoring -o because multiple .{$extension} files were produced
@@ -50,6 +55,12 @@ codegen_ssa_illegal_link_ordinal_format = illegal ordinal format in `link_ordina
50
55
51
56
codegen_ssa_incompatible_linking_modifiers = link modifiers combination `+bundle,+whole-archive` is unstable when generating rlibs
52
57
58
+
codegen_ssa_incorrect_cgu_reuse_type =
59
+
CGU-reuse for `{$cgu_user_name}` is `{$actual_reuse}` but should be {$at_least->
60
+
[one] {"at least "}
61
+
*[other] {""}
62
+
}`{$expected_reuse}`
63
+
53
64
codegen_ssa_insufficient_vs_code_product = VS Code is a different product, and is not sufficient.
54
65
55
66
codegen_ssa_invalid_link_ordinal_nargs = incorrect number of arguments to `#[link_ordinal]`
@@ -157,19 +168,30 @@ codegen_ssa_linker_unsupported_modifier = `as-needed` modifier not supported for
157
168
158
169
codegen_ssa_linking_failed = linking with `{$linker_path}` failed: {$exit_status}
159
170
171
+
codegen_ssa_malformed_cgu_name =
172
+
found malformed codegen unit name `{$user_path}`. codegen units names must always start with the name of the crate (`{$crate_name}` in this case).
found CGU-reuse attribute but `-Zquery-dep-graph` was not specified
182
+
166
183
codegen_ssa_msvc_missing_linker = the msvc targets depend on the msvc linker but `link.exe` was not found
167
184
168
185
codegen_ssa_multiple_external_func_decl = multiple declarations of external function `{$function}` from library `{$library_name}` have different calling conventions
169
186
170
187
codegen_ssa_multiple_main_functions = entry symbol `main` declared multiple times
171
188
.help = did you use `#[no_mangle]` on `fn main`? Use `#[start]` instead
172
189
190
+
codegen_ssa_no_field = no field `{$name}`
191
+
192
+
codegen_ssa_no_module_named =
193
+
no module named `{$user_path}` (mangled: {$cgu_name}). available modules: {$cgu_names}
0 commit comments