1
Fork 0

Fix associated type errors too

This commit is contained in:
Michael Goulet 2025-02-24 20:36:15 +00:00
parent e4dfca8ac2
commit 06072468fe
5 changed files with 52 additions and 0 deletions

View file

@ -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)]