Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/consts/
Dkind.rs55 pub enum InferConst<'tcx> { enum
62 impl<CTX> HashStable<CTX> for InferConst<'_> { implementation
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dstructural_impls.rs227 impl<'tcx> fmt::Debug for ty::InferConst<'tcx> { implementation
756 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for InferConst<'tcx> { implementation
765 impl<'tcx> TypeVisitable<TyCtxt<'tcx>> for InferConst<'tcx> { implementation
Dcontext.rs110 type InferConst = ty::InferConst<'tcx>; typedef
/third_party/rust/rust/compiler/rustc_type_ir/src/
Dlib.rs64 type InferConst: Clone + Debug + Hash + Ord; typedef