Function rustc_query_impl::make_query::hir_module_items[][src]

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

The items in a module.

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