Skip to main content

walk_named_args

Function walk_named_args 

Source
fn walk_named_args<'hir>(
    ctx: &LintContext<'_, '_>,
    hir: &'hir Hir<'hir>,
    named_args: &Option<&'hir CallOptions<'hir>>,
    pending: &mut HashMap<VariableId, Span>,
)
Expand description

Walk named call arguments (e.g. {value: expr, gas: expr}) for reads and writes.