Fix associated type errors too
This commit is contained in:
parent
e4dfca8ac2
commit
06072468fe
5 changed files with 52 additions and 0 deletions
|
@ -84,6 +84,8 @@ pub(crate) struct AssocItemNotFound<'a> {
|
|||
pub label: Option<AssocItemNotFoundLabel<'a>>,
|
||||
#[subdiagnostic]
|
||||
pub sugg: Option<AssocItemNotFoundSugg<'a>>,
|
||||
#[label(hir_analysis_within_macro)]
|
||||
pub within_macro_span: Option<Span>,
|
||||
}
|
||||
|
||||
#[derive(Subdiagnostic)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue