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
message: String
The primary error message.
code: Option<DiagnosticCode>
spans: Vec<DiagnosticSpan>
children: Vec<Diagnostic>
Associated diagnostic messages.