Skip to content

Commit 6749ee4

Browse files
author
mejrs
committed
Remove (eager)
1 parent 1bdf112 commit 6749ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir_build/src/errors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ pub struct MultipleMutBorrows {
588588
pub span: Span,
589589
#[label]
590590
pub binding_span: Span,
591-
#[subdiagnostic(eager)]
591+
#[subdiagnostic]
592592
pub occurences: Vec<MultipleMutBorrowOccurence>,
593593
pub name: Ident,
594594
}

0 commit comments

Comments
 (0)