pub fn semantic_diagnostics(
db: &RootDatabase,
config: &DiagnosticsConfig,
resolve: &AssistResolveStrategy,
file_id: FileId,
) -> Vec<Diagnostic>
Expand description
Request semantic diagnostics for the given [FileId
]. The produced diagnostics may point to other files
due to macros.