Skip to main content

lint_int2ptr

Function lint_int2ptr 

Source
fn lint_int2ptr<'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>,
)