cairo_lang_parser::utils

Function get_syntax_file_and_diagnostics

source
pub fn get_syntax_file_and_diagnostics(
    db: &SimpleParserDatabase,
    file_id: FileId,
    contents: &str,
) -> (SyntaxFile, Diagnostics<ParserDiagnostic>)
Expand description

Returns the syntax_file and diagnostic of a file in the db.