summaryrefslogtreecommitdiff
path: root/Notes
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-02-19 23:32:51 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-02-19 23:32:51 +0800
commit309a23d17998edd9f4b314570c7752b97d3cda72 (patch)
tree5a8c5174cc9dd4efd691effc5c34728dd7e41878 /Notes
parent432bbf0f4f10b0d1fbc07b5b33c9a4a72cd949b1 (diff)
downloadmrust-309a23d17998edd9f4b314570c7752b97d3cda72.tar.gz
Notes/TODO - Add change to MIR
Diffstat (limited to 'Notes')
-rw-r--r--Notes/todo.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt
index 6abeab9f..35526889 100644
--- a/Notes/todo.txt
+++ b/Notes/todo.txt
@@ -17,3 +17,7 @@ TODO:
- Could be a good idea to do as part of changing HIR::TraitImpl to only contain the impl data
- May not be too useful due to argument monomorphisation.
- 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