Function rustc_query_impl::make_query::resolve_lifetimes_trait_definition [−][src]
pub fn resolve_lifetimes_trait_definition<'tcx>(
tcx: QueryCtxt<'tcx>,
key: resolve_lifetimes_trait_definition<'tcx>
) -> QueryStackFrameExpand description
Does lifetime resolution, but does not descend into trait items. This
should only be used for resolving lifetimes of on trait definitions,
and is used to avoid cycles. Importantly, resolve_lifetimes still visits
the same lifetimes and is responsible for diagnostics.
See `rustc_resolve::late::lifetimes for details.