Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dtypeck_results.rs659 pub struct CanonicalUserTypeAnnotation<'tcx> { struct
660 pub user_ty: Box<CanonicalUserType<'tcx>>,
661 pub span: Span,
662 pub inferred_ty: Ty<'tcx>,
/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/
Dmod.rs1105 let CanonicalUserTypeAnnotation { span, ref user_ty, inferred_ty } = *user_annotation; in check_user_type_annotations() localVariable