1
Fork 0

On E0195 point at where clause lifetime bounds

Fix #104733
This commit is contained in:
Esteban Küber 2022-11-28 00:03:57 -08:00
parent 203c8765ea
commit e802165dfe
5 changed files with 103 additions and 11 deletions

View file

@ -43,6 +43,10 @@ pub struct LifetimesOrBoundsMismatchOnTrait {
pub span: Span,
#[label(generics_label)]
pub generics_span: Option<Span>,
#[label(where_label)]
pub where_span: Option<Span>,
#[label(bounds_label)]
pub bounds_span: Vec<Span>,
pub item_kind: &'static str,
pub ident: Ident,
}