diff options
author | Son Ho | 2022-01-13 20:53:56 +0100 |
---|---|---|
committer | Son Ho | 2022-01-13 20:53:56 +0100 |
commit | 9490bbc564d07db34a96d0fe0a4296ae48f239cb (patch) | |
tree | 89866ab4785aaf4ef751648044d686553d86d73b | |
parent | 8dfe03ed7c23ecec2844287c341be9d745c2ebb2 (diff) |
Update the TODO list
Diffstat (limited to '')
-rw-r--r-- | TODO.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,10 +2,6 @@ * write an interesting example to study with Jonathan -* update the assignment to move the destination value (which will be overriden) - to a dummy variable, and end all the outer borrows. - Also update pop_frame. - * add option for: `allow_borrow_overwrites_on_input_values` (rather: `will_overwrite_input_borrows`) (but always disallow borrow overwrites on returned values) @@ -73,3 +69,7 @@ # DONE + +* update the assignment to move the destination value (which will be overriden) + to a dummy variable, and end all the outer borrows. + Also update pop_frame. |