Home
last modified time | relevance | path

Searched refs:primary_label_warning (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/codespan/codespan-reporting/src/term/
Dconfig.rs111 pub primary_label_warning: ColorSpec, field
150 (LabelStyle::Primary, Severity::Warning) => &self.primary_label_warning, in label()
171 primary_label_warning: ColorSpec::new().set_fg(Some(Color::Yellow)).clone(), in with_blue()