Remove (eager)

This commit is contained in:
mejrs 2022-12-17 19:20:44 +01:00
parent 1bdf112529
commit 6749ee4d7b

View File

@ -588,7 +588,7 @@ pub struct MultipleMutBorrows {
pub span: Span,
#[label]
pub binding_span: Span,
#[subdiagnostic(eager)]
#[subdiagnostic]
pub occurences: Vec<MultipleMutBorrowOccurence>,
pub name: Ident,
}