Function rustc_query_impl::make_query::hir_owner[][src]

pub fn hir_owner<'tcx>(
    tcx: QueryCtxt<'tcx>,
    key: hir_owner<'tcx>
) -> QueryStackFrame
Expand description

Gives access to the HIR node for the HIR owner key.

This can be conveniently accessed by methods on tcx.hir(). Avoid calling this query directly.