Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dchalk_ext.rs51 fn impl_trait_bounds(&self, db: &dyn HirDatabase) -> Option<Vec<QuantifiedWhereClause>>; in impl_trait_bounds() method
239 fn impl_trait_bounds(&self, db: &dyn HirDatabase) -> Option<Vec<QuantifiedWhereClause>> { in impl_trait_bounds() method
/third_party/rust/rust/src/librustdoc/
Dcore.rs51 pub(crate) impl_trait_bounds: FxHashMap<ImplTraitParam, Vec<clean::GenericBound>>, field
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Ditem.rs1390 let impl_trait_bounds = std::mem::take(&mut self.impl_trait_bounds); in lower_generics() localVariable
Dlib.rs132 impl_trait_bounds: Vec<hir::WherePredicate<'hir>>, field