pub fn enrich_lookup_context_with_ty<'db>(
db: &'db dyn Database,
ty: TypeId<'db>,
lookup_context: &mut ImplLookupContext<'db>,
)Expand description
Adds the defining module of the type to the lookup context.
pub fn enrich_lookup_context_with_ty<'db>(
db: &'db dyn Database,
ty: TypeId<'db>,
lookup_context: &mut ImplLookupContext<'db>,
)Adds the defining module of the type to the lookup context.