summaryrefslogtreecommitdiff
path: root/Notes
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-04-23 12:29:52 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-04-23 12:29:52 +0800
commit8d0410a22f5aceca6cc438f444d442282ed4a656 (patch)
tree08b679fbea1a4518b32383b1f091391bcc6e2e5f /Notes
parent0ba0ca404dc1be824dcf71352ef6594952613189 (diff)
downloadmrust-8d0410a22f5aceca6cc438f444d442282ed4a656.tar.gz
Notes - Add TODO to unify slot lvalues
Diffstat (limited to 'Notes')
-rw-r--r--Notes/todo.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt
index 35526889..54956718 100644
--- a/Notes/todo.txt
+++ b/Notes/todo.txt
@@ -19,5 +19,7 @@ TODO:
- Optimise typecheck.
-- MIR: Add a Parameter type that is either LValue, Constant
- > For any place a LValue is currently used, but a constant is valid
+- MIR: Unify Variable/Argument/Temporary LValue types
+ - This should reduce the amount of code needed for validation, but will be a
+ BIG change.
+