fn expr_type_certainty(
cx: &LateContext<'_>,
expr: &Expr<'_>,
in_arg: bool,
) -> CertaintyExpand description
Determine the type certainty of expr. in_arg indicates that the expression happens within
the evaluation of a function or method call argument.