Function cairo_lang_parser::utils::get_syntax_root_and_diagnostics
source · pub fn get_syntax_root_and_diagnostics(
db: &SimpleParserDatabase,
file_id: FileId,
contents: &str
) -> (SyntaxNode, Diagnostics<ParserDiagnostic>)
Expand description
Returns the syntax_root and diagnostic of a file in the db.