We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69c19e commit 9ce811cCopy full SHA for 9ce811c
compiler/rustc_hir_analysis/messages.ftl
@@ -351,7 +351,7 @@ hir_analysis_only_current_traits_arbitrary = only traits defined in the current
351
352
hir_analysis_only_current_traits_foreign = this is not defined in the current crate because this is a foreign trait
353
354
-hir_analysis_only_current_traits_label = impl doesn't use only types from inside the current crate
+hir_analysis_only_current_traits_label = impl doesn't use any uncovered types from inside the current crate
355
356
hir_analysis_only_current_traits_name = this is not defined in the current crate because {$name} are always foreign
357
0 commit comments