pub fn enrich_lookup_context(
db: &dyn SemanticGroup,
concrete_trait_id: ConcreteTraitId,
lookup_context: &mut ImplLookupContext,
)
Expand description
Adds the defining module of the trait and the generic arguments to the lookup context.
pub fn enrich_lookup_context(
db: &dyn SemanticGroup,
concrete_trait_id: ConcreteTraitId,
lookup_context: &mut ImplLookupContext,
)
Adds the defining module of the trait and the generic arguments to the lookup context.