Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_type_ir/src/
Dfold.rs76 pub trait TypeSuperFoldable<I: Interner>: TypeFoldable<I> { interface
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dstructural_impls.rs522 impl<'tcx> TypeSuperFoldable<TyCtxt<'tcx>> for Ty<'tcx> { impl
665 impl<'tcx> TypeSuperFoldable<TyCtxt<'tcx>> for ty::Predicate<'tcx> { impl
708 impl<'tcx> TypeSuperFoldable<TyCtxt<'tcx>> for ty::Const<'tcx> { impl