mirror of
https://github.com/rust-lang/book.git
synced 2026-04-01 04:34:51 -04:00
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.