1
Fork 0

Always evaluate vecs of subdiagnostics eagerly

This commit is contained in:
mejrs 2022-12-04 01:13:21 +01:00
parent d6c4de0fb2
commit a7838d8bd7
6 changed files with 48 additions and 57 deletions

View 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,