Skip to main content

lint_ptr2int

Function lint_ptr2int 

Source
fn lint_ptr2int<'tcx>(
    cx: &LateContext<'tcx>,
    expr: &'tcx Expr<'tcx>,
    cast_from_expr: &'tcx Expr<'tcx>,
    cast_from_ty: Ty<'tcx>,
    cast_to_hir: &'tcx Ty<'tcx>,
    cast_to_ty: Ty<'tcx>,
)