summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-08-24 19:47:52 +0800
committerJohn Hodge <tpg@mutabah.net>2016-08-24 19:47:52 +0800
commit9b7e985f35138594f1bc393a9b792113417fa8f5 (patch)
tree8732e2ca09259702068c06d58b87b8a9430e7b1f
parent17e187070ddb96356dd4c2607d3360fb4f0ac6e0 (diff)
downloadmrust-9b7e985f35138594f1bc393a9b792113417fa8f5.tar.gz
TODO - Add a couple of cleanup items
-rw-r--r--Notes/todo.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt
index 065c1642..c362fefb 100644
--- a/Notes/todo.txt
+++ b/Notes/todo.txt
@@ -7,3 +7,5 @@ TODO:
- MIR Optimisations
- HIR Optimisation (remove dead code in `if true/if false` branches)
- Convert enum variants to point to structs for the data type
+- Clean up Span code to correctly handle nested spans
+- Clean up AST