Searched defs:InferConst (Results 1 – 4 of 4) sorted by relevance
55 pub enum InferConst<'tcx> { enum62 impl<CTX> HashStable<CTX> for InferConst<'_> { implementation
227 impl<'tcx> fmt::Debug for ty::InferConst<'tcx> { implementation756 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for InferConst<'tcx> { implementation765 impl<'tcx> TypeVisitable<TyCtxt<'tcx>> for InferConst<'tcx> { implementation
110 type InferConst = ty::InferConst<'tcx>; typedef
64 type InferConst: Clone + Debug + Hash + Ord; typedef