Skip to main content

collect_lvalue_variables

Function collect_lvalue_variables 

Source
fn collect_lvalue_variables(expr: &Expr<'_>, out: &mut Vec<VariableId>)
Expand description

Collects the variables written through an assignment target. Tuple assignment targets can contain several identifiers; member and indexed targets do not write the base variable itself.