Function rustc_query_impl::make_query::inherent_impls [−][src]
pub fn inherent_impls<'tcx>(
tcx: QueryCtxt<'tcx>,
key: inherent_impls<'tcx>
) -> QueryStackFrame
Expand description
Maps a DefId
of a type to a list of its inherent impls.
Contains implementations of methods that are inherent to a type.
Methods in these implementations don’t need to be exported.