Searched defs:CastCheck (Results 1 – 1 of 1) sorted by relevance
55 pub struct CastCheck<'tcx> { struct57 expr: &'tcx hir::Expr<'tcx>,59 expr_ty: Ty<'tcx>,60 expr_span: Span,62 cast_ty: Ty<'tcx>,63 cast_span: Span,64 span: Span,66 pub constness: hir::Constness,204 impl<'a, 'tcx> CastCheck<'tcx> { implementation