Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_function.rs718 struct WherePredWithParams { struct
719 node: ast::WherePred,
728 self_ty_params: FxHashSet<hir::GenericParam>,
737 other_params: FxHashSet<hir::GenericParam>,
772 ) -> Option<WherePredWithParams> { in compute_contained_params_in_where_pred()
827 where_preds: &mut Vec<WherePredWithParams>, in filter_unnecessary_bounds()
885 where_preds: &mut Vec<WherePredWithParams>, in filter_bounds_in_scope()