Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dinstance.rs665 struct PolymorphizationFolder<'tcx> { in polymorphize() struct
666 tcx: TyCtxt<'tcx>, in polymorphize()
669 impl<'tcx> ty::TypeFolder<TyCtxt<'tcx>> for PolymorphizationFolder<'tcx> { in polymorphize() implementation