Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dcast.rs55 pub struct CastCheck<'tcx> { struct
57 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