Home
last modified time | relevance | path

Searched defs:target_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_function.rs889 let target_impl = target.parent().ancestors().find_map(ast::Impl::cast)?; in filter_bounds_in_scope() localVariable
890 let target_impl = ctx.sema.to_def(&target_impl)?; in filter_bounds_in_scope() localVariable