fn collect_expr_writes<'hir>( expr: &'hir Expr<'hir>, candidates: &HashSet<VariableId>, writes: &mut HashSet<VariableId>, )