pub fn has_blocking(diags: &[Diagnostic], strict: bool) -> boolExpand description
Whether there are blocking diagnostics: errors always, warnings too under strict (SPEC §6.1).
pub fn has_blocking(diags: &[Diagnostic], strict: bool) -> boolWhether there are blocking diagnostics: errors always, warnings too under strict (SPEC §6.1).