Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_mir_build/src/build/expr/
Das_constant.rs45 push_cuta: impl FnMut(&Box<CanonicalUserType<'tcx>>) -> Option<UserTypeAnnotationIndex>, in as_constant_inner()
/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/
Dmod.rs2382 fn rvalue_user_ty(&self, rvalue: &Rvalue<'tcx>) -> Option<UserTypeAnnotationIndex> { in rvalue_user_ty()