Function rustc_session::config::parse_error_format
source · pub fn parse_error_format(
handler: &mut EarlyErrorHandler,
matches: &Matches,
color: ColorConfig,
json_rendered: HumanReadableErrorType
) -> ErrorOutputType
Expand description
Parses the --error-format
flag.