Function rustc_session::config::parse_color
source · pub fn parse_color(
handler: &EarlyErrorHandler,
matches: &Matches
) -> ColorConfig
Expand description
Parses the --color
flag.
pub fn parse_color(
handler: &EarlyErrorHandler,
matches: &Matches
) -> ColorConfig
Parses the --color
flag.