Home
last modified time | relevance | path

Searched defs:ColorConfig (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/library/test/src/
Doptions.rs20 pub enum ColorConfig { enum
Dcli.rs428 fn get_color_config(matches: &getopts::Matches) -> OptPartRes<ColorConfig> { in get_color_config()
/third_party/rust/rust/compiler/rustc_errors/src/
Demitter.rs54 pub fn unzip(self) -> (bool, ColorConfig) { in unzip() argument
612 pub enum ColorConfig { enum
618 impl ColorConfig { impl
666 color_config: ColorConfig, in stderr()
Dlib.rs547 color_config: ColorConfig, in with_tty_emitter()
564 color_config: ColorConfig, in with_tty_emitter_and_flags()
/third_party/rust/rust/compiler/rustc_driver_impl/src/
Dlib.rs544 fn handle_explain(handler: &EarlyErrorHandler, registry: Registry, code: &str, color: ColorConfig) { in handle_explain()
583 fn show_md_content_with_pager(content: &str, color: ColorConfig) { in show_md_content_with_pager()
/third_party/rust/rust/src/tools/rustfmt/src/parse/
Dsession.rs111 impl From<Color> for ColorConfig { implementation
/third_party/rust/rust/compiler/rustc_session/src/
Dconfig.rs1803 pub fn parse_color(handler: &EarlyErrorHandler, matches: &getopts::Matches) -> ColorConfig { in parse_color()
1897 color: ColorConfig, in parse_error_format()