pub fn parse_error_count<'db>(
db: &'db dyn Database,
file: SourceFile<'_>,
) -> usizeExpand description
Parse-error count, derived from parsed_doc. Kept as a separate query so
callers that only need the diagnostic count don’t clone the parsed AST.