Home
last modified time | relevance | path

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

/third_party/rust/crates/codespan/codespan-reporting/src/term/
Dconfig.rs117 pub primary_label_help: ColorSpec, field
152 (LabelStyle::Primary, Severity::Help) => &self.primary_label_help, in label()
173 primary_label_help: ColorSpec::new().set_fg(Some(Color::Cyan)).clone(), in with_blue()