Change orphan hint from "only" to "any uncovered type inside..."

This commit is contained in:
Jonathan Birk 2024-07-30 14:55:27 +02:00 committed by GitHub
parent e69c19ea0b
commit 9ce811cd00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -351,7 +351,7 @@ hir_analysis_only_current_traits_arbitrary = only traits defined in the current
hir_analysis_only_current_traits_foreign = this is not defined in the current crate because this is a foreign trait
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
hir_analysis_only_current_traits_name = this is not defined in the current crate because {$name} are always foreign