]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_query_system/src/error.rs
Auto merge of #105233 - mejrs:always_eager, r=estebank
[rust.git] / compiler / rustc_query_system / src / error.rs
index 7a20eaceba0247682a7ae74451ddcbf3eeeb7772..cf2f04c7486b846c0609109998fc8daedc75b8db 100644 (file)
@@ -49,7 +49,7 @@ pub struct Cycle {
     #[primary_span]
     pub span: Span,
     pub stack_bottom: String,
-    #[subdiagnostic(eager)]
+    #[subdiagnostic]
     pub cycle_stack: Vec<CycleStack>,
     #[subdiagnostic]
     pub stack_count: StackCount,