enrich_lookup_context_with_ty

Function enrich_lookup_context_with_ty 

Source
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.