Function clippy_utils::macros::find_format_arg_expr

source ·
pub fn find_format_arg_expr<'hir>(
    start: &'hir Expr<'hir>,
    target: &FormatArgument,
) -> Option<&'hir Expr<'hir>>
Expand description

Attempt to find the rustc_hir::Expr that corresponds to the FormatArgument’s value