Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dfold.rs137 fn replace_ty(&mut self, bt: ty::BoundTy) -> Ty<'tcx>; in replace_ty() method
151 fn replace_ty(&mut self, bt: ty::BoundTy) -> Ty<'tcx> { in replace_ty() method
393 fn replace_ty(&mut self, bt: ty::BoundTy) -> Ty<'tcx> { in anonymize_bound_vars() method
/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dmod.rs1386 fn replace_ty(&mut self, bt: ty::BoundTy) -> Ty<'tcx> { in instantiate_binder_with_fresh_vars() method
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Dsuggestions.rs4178 replace_ty: Ty<'tcx>, field