Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_type_ir/src/
Dlib.rs68 type BoundConst: Clone + Debug + Hash + Ord; typedef
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dmod.rs1673 pub struct BoundConst<'tcx> { struct
1674 pub var: BoundVar,
1675 pub ty: Ty<'tcx>,
Dcontext.rs113 type BoundConst = ty::BoundVar; typedef