pub fn switch_to_eager_eval<'tcx>(
    cx: &LateContext<'tcx>,
    expr: &'tcx Expr<'_>
) -> bool
Expand description

Whether the given expression should be changed to evaluate eagerly