expr_adjustment_requires_coercion

Function expr_adjustment_requires_coercion 

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

Checks if the expression has adjustments that require coercion, for example: dereferencing with overloaded deref, coercing pointers and dyn objects.