Function rustc_query_impl::make_query::hir_attrs[][src]

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

Gives access to the HIR attributes inside the HIR owner key.

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