Function rustc_query_impl::plumbing::create_query_frame

source ยท
pub(crate) fn create_query_frame<'tcx, K: Copy + Key + for<'a> HashStable<StableHashingContext<'a>>>(
    tcx: TyCtxt<'tcx>,
    do_describe: fn(_: TyCtxt<'tcx>, _: K) -> String,
    key: K,
    kind: DepKind,
    name: &'static str,
) -> QueryStackFrame