Home
last modified time | relevance | path

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

/third_party/rust/crates/codespan/codespan-reporting/src/term/
Dconfig.rs105 pub primary_label_bug: ColorSpec, field
148 (LabelStyle::Primary, Severity::Bug) => &self.primary_label_bug, in label()
169 primary_label_bug: ColorSpec::new().set_fg(Some(Color::Red)).clone(), in with_blue()