pub fn has_ambiguous_literal_in_expr(
cx: &LateContext<'_>,
expr: &Expr<'_>,
) -> bool
Expand description
Returns true if the expression contains ambiguous literals (unsuffixed float or int literals) that could be interpreted as either f32/f64 or i32/i64 depending on context.