Function rustc_query_impl::make_query::all_local_trait_impls[][src]

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

Return all impl blocks in the current crate.

To allow caching this between crates, you must pass in LOCAL_CRATE as the crate number. Passing in any other crate will cause an ICE.