Skip to content

Commit

Permalink
Remove (eager)
Browse files Browse the repository at this point in the history
  • Loading branch information
mejrs committed Dec 17, 2022
1 parent 1bdf112 commit 6749ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_mir_build/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 6749ee4

Please sign in to comment.