]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/codegen_ssa.ftl
Rollup merge of #103280 - finnbear:impl_string_leak_2, r=joshtriplett
[rust.git] / compiler / rustc_error_messages / locales / en-US / codegen_ssa.ftl
1 codegen_ssa_lib_def_write_failure = failed to write lib.def file: {$error}
2
3 codegen_ssa_version_script_write_failure = failed to write version script: {$error}
4
5 codegen_ssa_symbol_file_write_failure = failed to write symbols file: {$error}
6
7 codegen_ssa_ld64_unimplemented_modifier = `as-needed` modifier not implemented yet for ld64
8
9 codegen_ssa_linker_unsupported_modifier = `as-needed` modifier not supported for current linker
10
11 codegen_ssa_L4Bender_exporting_symbols_unimplemented = exporting symbols not implemented yet for L4Bender
12
13 codegen_ssa_no_natvis_directory = error enumerating natvis directory: {$error}
14
15 codegen_ssa_copy_path = could not copy {$from} to {$to}: {$error}
16
17 codegen_ssa_copy_path_buf = unable to copy {$source_file} to {$output_path}: {$error}
18
19 codegen_ssa_ignoring_emit_path = ignoring emit path because multiple .{$extension} files were produced
20
21 codegen_ssa_ignoring_output = ignoring -o because multiple .{$extension} files were produced
22
23 codegen_ssa_create_temp_dir = couldn't create a temp dir: {$error}
24
25 codegen_ssa_incompatible_linking_modifiers = the linking modifiers `+bundle` and `+whole-archive` are not compatible with each other when generating rlibs
26
27 codegen_ssa_add_native_library = failed to add native library {$library_path}: {$error}
28
29 codegen_ssa_multiple_external_func_decl = multiple declarations of external function `{$function}` from library `{$library_name}` have different calling conventions
30
31 codegen_ssa_rlib_missing_format = could not find formats for rlibs
32
33 codegen_ssa_rlib_only_rmeta_found = could not find rlib for: `{$crate_name}`, found rmeta (metadata) file
34
35 codegen_ssa_rlib_not_found = could not find rlib for: `{$crate_name}`
36
37 codegen_ssa_linking_failed = linking with `{$linker_path}` failed: {$exit_status}
38
39 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
40
41 codegen_ssa_specify_libraries_to_link = use the `-l` flag to specify native libraries to link
42
43 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)
44
45 codegen_ssa_thorin_read_input_failure = failed to read input file
46
47 codegen_ssa_thorin_parse_input_file_kind = failed to parse input file kind
48
49 codegen_ssa_thorin_parse_input_object_file = failed to parse input object file
50
51 codegen_ssa_thorin_parse_input_archive_file = failed to parse input archive file
52
53 codegen_ssa_thorin_parse_archive_member = failed to parse archive member
54
55 codegen_ssa_thorin_invalid_input_kind = input is not an archive or elf object
56
57 codegen_ssa_thorin_decompress_data = failed to decompress compressed section
58
59 codegen_ssa_thorin_section_without_name = section without name at offset {$offset}
60
61 codegen_ssa_thorin_relocation_with_invalid_symbol = relocation with invalid symbol for section `{$section}` at offset {$offset}
62
63 codegen_ssa_thorin_multiple_relocations = multiple relocations for section `{$section}` at offset {$offset}
64
65 codegen_ssa_thorin_unsupported_relocation = unsupported relocation for section {$section} at offset {$offset}
66
67 codegen_ssa_thorin_missing_dwo_name = missing path attribute to DWARF object ({$id})
68
69 codegen_ssa_thorin_no_compilation_units = input object has no compilation units
70
71 codegen_ssa_thorin_no_die = no top-level debugging information entry in compilation/type unit
72
73 codegen_ssa_thorin_top_level_die_not_unit = top-level debugging information entry is not a compilation/type unit
74
75 codegen_ssa_thorin_missing_required_section = input object missing required section `{$section}`
76
77 codegen_ssa_thorin_parse_unit_abbreviations = failed to parse unit abbreviations
78
79 codegen_ssa_thorin_parse_unit_attribute = failed to parse unit attribute
80
81 codegen_ssa_thorin_parse_unit_header = failed to parse unit header
82
83 codegen_ssa_thorin_parse_unit = failed to parse unit
84
85 codegen_ssa_thorin_incompatible_index_version = incompatible `{$section}` index version: found version {$actual}, expected version {$format}
86
87 codegen_ssa_thorin_offset_at_index = read offset at index {$index} of `.debug_str_offsets.dwo` section
88
89 codegen_ssa_thorin_str_at_offset = read string at offset {$offset} of `.debug_str.dwo` section
90
91 codegen_ssa_thorin_parse_index = failed to parse `{$section}` index section
92
93 codegen_ssa_thorin_unit_not_in_index = unit {$unit} from input package is not in its index
94
95 codegen_ssa_thorin_row_not_in_index = row {$row} found in index's hash table not present in index
96
97 codegen_ssa_thorin_section_not_in_row = section not found in unit's row in index
98
99 codegen_ssa_thorin_empty_unit = unit {$unit} in input DWARF object with no data
100
101 codegen_ssa_thorin_multiple_debug_info_section = multiple `.debug_info.dwo` sections
102
103 codegen_ssa_thorin_multiple_debug_types_section = multiple `.debug_types.dwo` sections in a package
104
105 codegen_ssa_thorin_not_split_unit = regular compilation unit in object (missing dwo identifier)
106
107 codegen_ssa_thorin_duplicate_unit = duplicate split compilation unit ({$unit})
108
109 codegen_ssa_thorin_missing_referenced_unit = unit {$unit} referenced by executable was not found
110
111 codegen_ssa_thorin_not_output_object_created = no output object was created from inputs
112
113 codegen_ssa_thorin_mixed_input_encodings = input objects haved mixed encodings
114
115 codegen_ssa_thorin_io = {$error}
116 codegen_ssa_thorin_object_read = {$error}
117 codegen_ssa_thorin_object_write = {$error}
118 codegen_ssa_thorin_gimli_read = {$error}
119 codegen_ssa_thorin_gimli_write = {$error}