Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dutil.rs537 let mut visitor = OpaqueTypeExpander { in try_expand_impl_trait_type()
553 struct OpaqueTypeExpander<'tcx> { struct
572 impl<'tcx> OpaqueTypeExpander<'tcx> { argument
603 impl<'tcx> TypeFolder<'tcx> for OpaqueTypeExpander<'tcx> { implementation
1080 let mut visitor = OpaqueTypeExpander { in normalize_opaque_types()