Commit Graph

1 Commits

Author SHA1 Message Date
Chris Krycho
dc67ffe78f Add a short discussion of assignment and ownership in ch. 04
Add a short new section showing how assignment to a mutable variable
causes an existing *owned* binding to be freed immediately. Create a new
code sample and a new diagram to illustrate the behavior.

Fixes #4001.
2024-10-01 09:36:32 -06:00