Function ra_ap_ide_diagnostics::diagnostics

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

Request diagnostics for the given FileId. The produced diagnostics may point to other files due to macros.