about summary refs log tree commit diff
diff options
context:
space:
mode:
authormejrs <>2022-12-17 19:20:44 +0100
committermejrs <>2022-12-17 19:20:44 +0100
commit6749ee4d7b7a2f6fd57cf15fdb7332d6e94289dc (patch)
treede8807a43bd5c631cb79b47b8c66a139f2ee67e6
parent1bdf1125292d9b0545581ea2a4473a2d80bd9813 (diff)
Remove (eager)
-rw-r--r--compiler/rustc_mir_build/src/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_build/src/errors.rs b/compiler/rustc_mir_build/src/errors.rs
index f3bfafb37b7..68179001b91 100644
--- a/compiler/rustc_mir_build/src/errors.rs
+++ b/compiler/rustc_mir_build/src/errors.rs
@@ -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,
 }