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.
pub fn parse_error_count<'db>(db: &'db dyn Database, file: SourceFile) -> usizeParse-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.