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 {
267267 pub suggestion : Span ,
268268}
269269
270- pub ( crate ) struct BuiltinTypeAliasBounds < ' a , ' hir > {
270+ pub ( crate ) struct BuiltinTypeAliasBounds < ' hir > {
271271 pub in_where_clause : bool ,
272272 pub label : Span ,
273273 pub enable_feat_help : bool ,
274274 pub suggestions : Vec < ( Span , String ) > ,
275275 pub preds : & ' hir [ hir:: WherePredicate < ' hir > ] ,
276- pub ty : Option < & ' a hir:: Ty < ' hir > > ,
276+ pub ty : Option < & ' hir hir:: Ty < ' hir > > ,
277277}
278278
279- impl < ' a > LintDiagnostic < ' a , ( ) > for BuiltinTypeAliasBounds < ' _ , ' _ > {
279+ impl < ' a > LintDiagnostic < ' a , ( ) > for BuiltinTypeAliasBounds < ' _ > {
280280 fn decorate_lint < ' b > ( self , diag : & ' b mut Diag < ' a , ( ) > ) {
281281 diag. primary_message ( if self . in_where_clause {
282282 fluent:: lint_builtin_type_alias_bounds_where_clause
You can’t perform that action at this time.
0 commit comments