Skip to main content

DiagnosticRelatedInformation

Type Alias DiagnosticRelatedInformation 

Source
pub type DiagnosticRelatedInformation = DiagnosticRelatedInformation;

Aliased Type§

pub struct DiagnosticRelatedInformation {
    pub location: Location,
    pub message: String,
}

Fields§

§location: Location

The location of this related diagnostic information.

§message: String

The message of this related diagnostic information.