fn is_null_ptr<'tcx>(
cx: &LateContext<'tcx>,
expr: &'tcx Expr<'_>,
) -> Option<Span>
Expand description
Checks if the given expression is a null pointer (modulo casting)
fn is_null_ptr<'tcx>(
cx: &LateContext<'tcx>,
expr: &'tcx Expr<'_>,
) -> Option<Span>
Checks if the given expression is a null pointer (modulo casting)