Proposed modification to SE-0377: should explicit parameter ownership modifiers suppress implicit copying?

No, consume takes the place of var. As a local variable binding, we want it to to be assignable so that you don't need to lose control of ownership just to update a variable. The default assumption is that consume parameter binding is not assignable, but maybe that should change.

"borrow variables" were pitched here: