summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSon Ho2022-01-14 23:15:08 +0100
committerSon Ho2022-01-14 23:15:08 +0100
commitad90d11e8b933202ca2be1af04a768c8077e8e2d (patch)
treec0c49ab2ea801469c5ff67cf6e96fb219178d1e3 /TODO.md
parent3a430fde41a9186b0689fa733c7ec03c0e8156da (diff)
Make more minor modifications
Diffstat (limited to '')
-rw-r--r--TODO.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 027dab18..fd950d7b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -36,7 +36,6 @@
* remove the rule which says that we can end a borrow under an abstraction if
the corresponding loan is in the same abstraction.
Actually: update the rule, rather.
-* Reduce projectors to `_` (ignored) when there are no region intersections
* update end_borrow_get_borrow to keep track of the ignored borrows/loans as
outer borrows, and track the ids of the ignored shared loans?
@@ -90,3 +89,5 @@
* `apply_proj_borrows_on_input_values` : ... -> value -> rty -> avalue
* `apply_proj_borrows_on_given_back_values` : ... -> value -> avalue -> avalue
Actually: didn't do it: bad idea.
+
+* Reduce projectors to `_` (ignored) when there are no region intersections