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_metadata/messages.ftl
-3
Original file line number
Diff line number
Diff line change
@@ -259,9 +259,6 @@ metadata_std_required =
259
259
metadata_symbol_conflicts_current =
260
260
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.
261
261
262
-
metadata_symbol_conflicts_others =
263
-
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.
264
-
265
262
metadata_target_no_std_support =
266
263
the `{$locator_triple}` target may not support the standard library
0 commit comments