Searched defs:target_impl (Results 1 – 1 of 1) sorted by relevance
889 let target_impl = target.parent().ancestors().find_map(ast::Impl::cast)?; in filter_bounds_in_scope() localVariable890 let target_impl = ctx.sema.to_def(&target_impl)?; in filter_bounds_in_scope() localVariable