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
pub fn find_format_arg_expr<'hir>(
start: &'hir Expr<'hir>,
target: &FormatArgument,
) -> Option<&'hir Expr<'hir>>Attempt to find the rustc_hir::Expr that corresponds to the FormatArgument’s value