Skip to content

Commit

Permalink
Change orphan hint from "only" to "any uncovered type inside..."
Browse files Browse the repository at this point in the history
  • Loading branch information
cafce25 authored Jul 30, 2024
1 parent e69c19e commit 9ce811c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_hir_analysis/messages.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ce811c

Please sign in to comment.