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
Copy file name to clipboardExpand all lines: compiler/rustc_error_messages/locales/en-US/codegen_ssa.ftl
+25
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,28 @@ codegen_ssa_copy_path_buf = unable to copy {$source_file} to {$output_path}: {$e
25
25
codegen_ssa_ignoring_emit_path = ignoring emit path because multiple .{$extension} files were produced
26
26
27
27
codegen_ssa_ignoring_output = ignoring -o because multiple .{$extension} files were produced
28
+
29
+
codegen_ssa_create_temp_dir = couldn't create a temp dir: {$error}
30
+
31
+
codegen_ssa_incompatible_linking_modifiers = the linking modifiers `+bundle` and `+whole-archive` are not compatible with each other when generating rlibs
32
+
33
+
codegen_ssa_add_native_library = failed to add native library {$library_path}: {$error}
34
+
35
+
codegen_ssa_multiple_external_func_decl = multiple declarations of external function `{$function}` from library `{$library_name}` have different calling conventions
36
+
37
+
codegen_ssa_rlib_missing_format = could not find formats for rlibs
38
+
39
+
codegen_ssa_rlib_only_rmeta_found = could not find rlib for: `{$crate_name}`, found rmeta (metadata) file
40
+
41
+
codegen_ssa_rlib_not_found = could not find rlib for: `{$crate_name}`
42
+
43
+
codegen_ssa_thorin_dwarf_linking = linking dwarf objects with thorin failed
44
+
.note = {$thorin_error}
45
+
46
+
codegen_ssa_linking_failed = linking with `{$linker_path}` failed: {$exit_status}
47
+
48
+
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
49
+
50
+
codegen_ssa_specify_libraries_to_link = use the `-l` flag to specify native libraries to link
51
+
52
+
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#cargorustc-link-libkindname)
0 commit comments