Function rustc_query_impl::make_query::symbol_name [−][src]
pub fn symbol_name<'tcx>(
tcx: QueryCtxt<'tcx>,
key: symbol_name<'tcx>
) -> QueryStackFrame
Expand description
The symbol_name
query provides the symbol name for calling a
given instance from the local crate. In particular, it will also
look up the correct symbol name of instances from upstream crates.