summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index b9ae7934..8edb8fe6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -61,8 +61,8 @@
abstractions) is wrong.
We get things like :
`AProjLoans (s0 <: &'a mut T) [AProjBorrows (s1 <: &'a mut T)]`
- while in the case of `s1` we should ignore the outer borrow (we
- gave back something because this borrow ended...).
+ while in the case of `s1` we should ignore the outer borrow (what we give
+ back actually has type `T`...)
* write a function to check that the code we are about to synthesize is in the proper
subset. In particular: