Function syntax_diagnostics

Source
pub fn syntax_diagnostics(
    db: &RootDatabase,
    config: &DiagnosticsConfig,
    file_id: FileId,
) -> Vec<Diagnostic>
Expand description

Request parser level diagnostics for the given [FileId].