Struct selene_lib::rules::Diagnostic [−][src]
pub struct Diagnostic {
pub code: &'static str,
pub message: String,
pub notes: Vec<String>,
pub primary_label: Label,
pub secondary_labels: Vec<Label>,
}Fields
code: &'static strmessage: Stringnotes: Vec<String>primary_label: Labelsecondary_labels: Vec<Label>