Hacker News new | ask | show | jobs
by Cyph0n 2307 days ago
In Rust, this is how “ownership” works. Once a variable is moved to a new scope, ownership moves with it, which means that it cannot be used in the current scope anymore.