pub(crate) fn query_get_at<'tcx, C>(
tcx: TyCtxt<'tcx>,
span: Span,
query: &'tcx QueryVTable<'tcx, C>,
key: C::Key,
) -> C::Valuewhere
C: QueryCache,Expand description
Shared implementation of tcx.$query(..) and tcx.at(span).$query(..)
for all queries.