Type Definition rustc_middle::ty::CanonicalUserTypeAnnotations[][src]

pub type CanonicalUserTypeAnnotations<'tcx> = IndexVec<UserTypeAnnotationIndex, CanonicalUserTypeAnnotation<'tcx>>;
Expand description

Mapping of type annotation indices to canonical user type annotations.