Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_type_ir/src/
Dlib.rs49 type TypeAndMut: Clone + Debug + Hash + Ord; typedef
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dsty.rs52 pub struct TypeAndMut<'tcx> { struct
53 pub ty: Ty<'tcx>,
54 pub mutbl: hir::Mutability,
Dcontext.rs94 type TypeAndMut = TypeAndMut<'tcx>; typedef