Struct crate_compile_test::cargo_messages::DiagnosticMessage [] [src]

pub struct DiagnosticMessage {
    pub message: String,
    pub level: DiagnosticLevel,
    pub code: Option<DiagnosticCode>,
    pub spans: Vec<DiagnosticSpan>,
}

Fields

Trait Implementations

impl Debug for DiagnosticMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Into<CompilerMessage> for DiagnosticMessage
[src]

[src]

Performs the conversion.

Auto Trait Implementations