Function full_diagnostics

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

Request both syntax and semantic diagnostics for the given [FileId].