pub fn common_debug_symbol_ref(
symbol_ref: SymbolRef,
modules: &IndexModules,
symbols: &SymbolRefDb,
) -> StringExpand description
passing a SymbolRef, it will return it’s string repr, the format:
${stable_id} -> ${symbol_name}
pub fn common_debug_symbol_ref(
symbol_ref: SymbolRef,
modules: &IndexModules,
symbols: &SymbolRefDb,
) -> Stringpassing a SymbolRef, it will return it’s string repr, the format:
${stable_id} -> ${symbol_name}