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_hir_analysis/messages.ftl
+4-4
Original file line number
Diff line number
Diff line change
@@ -351,14 +351,14 @@ hir_analysis_only_current_traits_arbitrary = only traits defined in the current
351
351
352
352
hir_analysis_only_current_traits_foreign = this is not defined in the current crate because this is a foreign trait
353
353
354
-
hir_analysis_only_current_traits_label = impl doesn't have any local type before any uncovered type parameters
355
-
356
-
hir_analysis_only_current_traits_label_more_info = for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
357
-
358
354
hir_analysis_only_current_traits_name = this is not defined in the current crate because {$name} are always foreign
359
355
360
356
hir_analysis_only_current_traits_note = define and implement a trait or new type instead
361
357
358
+
hir_analysis_only_current_traits_note_more_info = for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
359
+
360
+
hir_analysis_only_current_traits_note_uncovered = impl doesn't have any local type before any uncovered type parameters
361
+
362
362
hir_analysis_only_current_traits_opaque = type alias impl trait is treated as if it were foreign, because its hidden type could be from a foreign crate
363
363
364
364
hir_analysis_only_current_traits_outside = only traits defined in the current crate can be implemented for types defined outside of the crate
0 commit comments