Function rustc_query_impl::make_query::region_scope_tree[][src]

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

Per-body region::ScopeTree. The DefId should be the owner DefId for the body; in the case of closures, this will be redirected to the enclosing function.