]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_build/src/errors.rs
Rollup merge of #103104 - SUPERCILEX:sep-ref, r=dtolnay
[rust.git] / compiler / rustc_mir_build / src / errors.rs
index f3bfafb37b77f2aee4dd98f465531ce722be8b3e..68179001b916dbc3ac5128f91d7ed1cdcd7fe6e6 100644 (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,
 }