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
failed to create encoded metadata from file: {$err}
173
+
174
+
metadata_non_ascii_name =
175
+
cannot load a crate with a non-ascii name `{$crate_name}`
176
+
177
+
metadata_extern_location_not_exist =
178
+
extern location for {$crate_name} does not exist: {$location}
179
+
180
+
metadata_extern_location_not_file =
181
+
extern location for {$crate_name} is not a file: {$location}
182
+
183
+
metadata_multiple_candidates =
184
+
multiple {$flavor} candidates for `{$crate_name}` found
185
+
186
+
metadata_multiple_matching_crates =
187
+
multiple matching crates for `{$crate_name}`
188
+
.note = candidates:{$candidates}
189
+
190
+
metadata_symbol_conflicts_current =
191
+
the current crate is indistinguishable from one of its dependencies: it has the same crate-name `{$crate_name}` and was compiled with the same `-C metadata` arguments. This will result in symbol conflicts between the two.
192
+
193
+
metadata_symbol_conflicts_others =
194
+
found two different crates with name `{$crate_name}` that are not distinguished by differing `-C metadata`. This will result in symbol conflicts between the two.
195
+
196
+
metadata_stable_crate_id_collision =
197
+
found crates (`{$crate_name0}` and `{$crate_name1}`) with colliding StableCrateId values.
198
+
199
+
metadata_dl_error =
200
+
{$err}
201
+
202
+
metadata_newer_crate_version =
203
+
found possibly newer version of crate `{$crate_name}`{$add_info}
204
+
.note = perhaps that crate needs to be recompiled?
205
+
206
+
metadata_found_crate_versions =
207
+
the following crate versions were found:{$found_crates}
208
+
209
+
metadata_no_crate_with_triple =
210
+
couldn't find crate `{$crate_name}` with expected target triple {$locator_triple}{$add_info}
211
+
212
+
metadata_found_staticlib =
213
+
found staticlib `{$crate_name}` instead of rlib or dylib{$add_info}
214
+
.help = please recompile that crate using --crate-type lib
215
+
216
+
metadata_incompatible_rustc =
217
+
found crate `{$crate_name}` compiled by an incompatible version of rustc{$add_info}
218
+
.help = please recompile that crate using this compiler ({$rustc_version}) (consider running `cargo clean` first)
219
+
220
+
metadata_invalid_meta_files =
221
+
found invalid metadata files for crate `{$crate_name}`{$add_info}
222
+
223
+
metadata_cannot_find_crate =
224
+
can't find crate for `{$crate_name}`{$add_info}
225
+
226
+
metadata_no_dylib_plugin =
227
+
plugin `{$crate_name}` only found in rlib format, but must be available in dylib format
0 commit comments