Struct rustfix::diagnostics::Diagnostic [] [src]

pub struct Diagnostic {
    pub message: String,
    pub code: Option<DiagnosticCode>,
    pub spans: Vec<DiagnosticSpan>,
    pub children: Vec<Diagnostic>,
    // some fields omitted
}

Fields

The primary error message.

Associated diagnostic messages.

Trait Implementations

impl Debug for Diagnostic
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Diagnostic

impl Sync for Diagnostic