Home
last modified time | relevance | path

Searched refs:gather_explicit_predicates_of (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dcollect.rs2011 fn gather_explicit_predicates_of(tcx: TyCtxt<'_>, def_id: DefId) -> ty::GenericPredicates<'_> { in gather_explicit_predicates_of() function
2353 gather_explicit_predicates_of(tcx, def_id.to_def_id()) in trait_explicit_predicates_and_bounds()
2423 gather_explicit_predicates_of(tcx, def_id) in explicit_predicates_of()