Struct rustc_errors::json::Diagnostic [−][src]
struct Diagnostic {
message: String,
code: Option<DiagnosticCode>,
level: &'static str,
spans: Vec<DiagnosticSpan>,
children: Vec<Diagnostic>,
rendered: Option<String>,
tool_metadata: ToolMetadata,
}
Fields
message: String
The primary error message.
code: Option<DiagnosticCode>
level: &'static str
“error: internal compiler error”, “error”, “warning”, “note”, “help”.
spans: Vec<DiagnosticSpan>
children: Vec<Diagnostic>
Associated diagnostic messages.
rendered: Option<String>
The message as rustc would render it.
tool_metadata: ToolMetadata
Extra tool metadata
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Diagnostic
impl Send for Diagnostic
impl Sync for Diagnostic
impl Unpin for Diagnostic
impl UnwindSafe for Diagnostic
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 184 bytes