]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_error_messages/locales/en-US/metadata.ftl
Migrate some range parsing diagnostics
[rust.git] / compiler / rustc_error_messages / locales / en-US / metadata.ftl
index b6a371b23c24af868d7fa304dc658fa237a8ecaa..79b8b417257045a6b60f244acf4f4a0f7acc35d5 100644 (file)
@@ -201,11 +201,7 @@ metadata_extern_location_not_file =
     extern location for {$crate_name} is not a file: {$location}
 
 metadata_multiple_candidates =
-    multiple {$flavor} candidates for `{$crate_name}` found
-
-metadata_multiple_matching_crates =
-    multiple matching crates for `{$crate_name}`
-    .note = candidates:{$candidates}
+    multiple candidates for `{$flavor}` dependency `{$crate_name}` found
 
 metadata_symbol_conflicts_current =
     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.