File tree 2 files changed +2
-2
lines changed
compiler/rustc_hir_analysis
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ hir_analysis_trait_object_declared_with_no_traits =
69
69
at least one trait is required for an object type
70
70
.alias_span = this alias does not contain a trait
71
71
72
- hir_analysis_opaque_type_constrained_bug_not_in_sig = opaque type constrained without being represented in the signature
72
+ hir_analysis_opaque_type_constrained_but_not_in_sig = opaque type constrained without being represented in the signature
73
73
.item_label = this item must mention the opaque type in its signature or where bounds
74
74
75
75
hir_analysis_missing_type_params =
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ pub struct UnconstrainedOpaqueType {
177
177
}
178
178
179
179
#[ derive( Diagnostic ) ]
180
- #[ diag( hir_analysis_opaque_type_constrained_bug_not_in_sig ) ]
180
+ #[ diag( hir_analysis_opaque_type_constrained_but_not_in_sig ) ]
181
181
pub struct OpaqueTypeConstrainedButNotInSig {
182
182
#[ primary_span]
183
183
pub span : Span ,
You can’t perform that action at this time.
0 commit comments