Skip to content

Commit 9ce811c

Browse files
authored
Change orphan hint from "only" to "any uncovered type inside..."
1 parent e69c19e commit 9ce811c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_hir_analysis/messages.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ hir_analysis_only_current_traits_arbitrary = only traits defined in the current
351351
352352
hir_analysis_only_current_traits_foreign = this is not defined in the current crate because this is a foreign trait
353353
354-
hir_analysis_only_current_traits_label = impl doesn't use only types from inside the current crate
354+
hir_analysis_only_current_traits_label = impl doesn't use any uncovered types from inside the current crate
355355
356356
hir_analysis_only_current_traits_name = this is not defined in the current crate because {$name} are always foreign
357357

0 commit comments

Comments
 (0)