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