cairo_lang_lowering::diagnostic

Type Alias LoweringDiagnostics

source
pub type LoweringDiagnostics = DiagnosticsBuilder<LoweringDiagnostic>;

Aliased Type§

struct LoweringDiagnostics {
    pub error_count: usize,
    pub leaves: Vec<LoweringDiagnostic>,
    pub subtrees: Vec<Diagnostics<LoweringDiagnostic>>,
}

Fields§

§error_count: usize§leaves: Vec<LoweringDiagnostic>§subtrees: Vec<Diagnostics<LoweringDiagnostic>>

Trait Implementations§