about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Birk <1965620+cafce25@users.noreply.github.com>2024-07-30 14:55:27 +0200
committerGitHub <noreply@github.com>2024-07-30 14:55:27 +0200
commit9ce811cd004e4f1bb7042d0f3fa4b54ffbe9421f (patch)
treecb3f2f32baa578a6f248c7c1ece7d77d726efc08
parente69c19ea0b8cf29ab8188a0eb5e899655464a1ff (diff)
downloadrust-9ce811cd004e4f1bb7042d0f3fa4b54ffbe9421f.tar.gz
rust-9ce811cd004e4f1bb7042d0f3fa4b54ffbe9421f.zip
Change orphan hint from "only" to "any uncovered type inside..."
-rw-r--r--compiler/rustc_hir_analysis/messages.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/messages.ftl b/compiler/rustc_hir_analysis/messages.ftl
index 367f6e17e7f..33bda77e335 100644
--- a/compiler/rustc_hir_analysis/messages.ftl
+++ b/compiler/rustc_hir_analysis/messages.ftl
@@ -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