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
+3-1
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,9 @@ 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 use any uncovered types from inside the current crate
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
355
357
356
358
hir_analysis_only_current_traits_name = this is not defined in the current crate because {$name} are always foreign
0 commit comments