Struct selene_lib::rules::Diagnostic
source · [−]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 str
message: String
notes: Vec<String>
primary_label: Label
secondary_labels: Vec<Label>