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
Auto merge of #106282 - Ezrashaw:merge-e0465, r=estebank
refactor: merge error code `E0465` into `E0464`
`E0465` is an undocumented and untested error code that is functionally identical to `E0464`. This PR merges `E0465` into `E0464`, thus documenting and testing another error code (#61137).
r? `@GuillaumeGomez` (not sure if you want to review this but it's relevant to my other PRs that you have reviewed)
extern location for {$crate_name} is not a file: {$location}
197
197
198
198
metadata_multiple_candidates =
199
-
multiple {$flavor} candidates for `{$crate_name}` found
200
-
201
-
metadata_multiple_matching_crates =
202
-
multiple matching crates for `{$crate_name}`
203
-
.note = candidates:{$candidates}
199
+
multiple candidates for `{$flavor}` dependency `{$crate_name}` found
204
200
205
201
metadata_symbol_conflicts_current =
206
202
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.
0 commit comments