File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -267,16 +267,16 @@ pub(crate) struct MacroExprFragment2024 {
267
267
pub suggestion : Span ,
268
268
}
269
269
270
- pub ( crate ) struct BuiltinTypeAliasBounds < ' a , ' hir > {
270
+ pub ( crate ) struct BuiltinTypeAliasBounds < ' hir > {
271
271
pub in_where_clause : bool ,
272
272
pub label : Span ,
273
273
pub enable_feat_help : bool ,
274
274
pub suggestions : Vec < ( Span , String ) > ,
275
275
pub preds : & ' hir [ hir:: WherePredicate < ' hir > ] ,
276
- pub ty : Option < & ' a hir:: Ty < ' hir > > ,
276
+ pub ty : Option < & ' hir hir:: Ty < ' hir > > ,
277
277
}
278
278
279
- impl < ' a > LintDiagnostic < ' a , ( ) > for BuiltinTypeAliasBounds < ' _ , ' _ > {
279
+ impl < ' a > LintDiagnostic < ' a , ( ) > for BuiltinTypeAliasBounds < ' _ > {
280
280
fn decorate_lint < ' b > ( self , diag : & ' b mut Diag < ' a , ( ) > ) {
281
281
diag. primary_message ( if self . in_where_clause {
282
282
fluent:: lint_builtin_type_alias_bounds_where_clause
You can’t perform that action at this time.
0 commit comments