pub fn format_pretty(diagnostics: &[Diagnostic], color: bool) -> StringExpand description
Pretty-print diagnostics grouped by file with ANSI colour.
Pass color = false when stdout is not a TTY.
pub fn format_pretty(diagnostics: &[Diagnostic], color: bool) -> StringPretty-print diagnostics grouped by file with ANSI colour.
Pass color = false when stdout is not a TTY.