Hacker News new | ask | show | jobs
by steveklabnik 2804 days ago
Those semantics would be nice, but they have a lot of unsolved issues: https://gankro.github.io/blah/linear-rust/
1 comments

Nice article, but not sure that the changes it talks about are actually required for the suggested semantics. The `must_drop` annotation suggested could just be a lint rather than actually being encoded in the type system. I don't know if early drops is related or possible though.