pub fn symbol_map<'db>(
db: &'db dyn Database,
file: SourceFile<'_>,
) -> SymbolMapArcExpand description
Build the symbol map for a file. no_eq because SymbolMapArc has no
structural equality — invalidation flows from parsed_doc.
pub fn symbol_map<'db>(
db: &'db dyn Database,
file: SourceFile<'_>,
) -> SymbolMapArcBuild the symbol map for a file. no_eq because SymbolMapArc has no
structural equality — invalidation flows from parsed_doc.