pub fn file_index<'db>(db: &'db dyn Database, file: SourceFile) -> IndexArcExpand description
Build the compact symbol index for a file. no_eq so salsa doesn’t try to
compare IndexArc structurally; invalidation flows from parsed_doc.
pub fn file_index<'db>(db: &'db dyn Database, file: SourceFile) -> IndexArcBuild the compact symbol index for a file. no_eq so salsa doesn’t try to
compare IndexArc structurally; invalidation flows from parsed_doc.