diff options
author | John Hodge <tpg@mutabah.net> | 2016-08-26 12:02:39 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-08-26 12:02:39 +0800 |
commit | b8869f0fd5737e901b49f7a92a32d18870932bfb (patch) | |
tree | 16d2a4dcbf16953a95dc46492e0e9459e668d7b8 /Notes | |
parent | c45f2d7ef7d57e06812bcdc6e51a4aa0c6374a00 (diff) | |
download | mrust-b8869f0fd5737e901b49f7a92a32d18870932bfb.tar.gz |
TODO - Add idea to split HIR function args
Diffstat (limited to 'Notes')
-rw-r--r-- | Notes/todo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt index c362fefb..5c920d8d 100644 --- a/Notes/todo.txt +++ b/Notes/todo.txt @@ -9,3 +9,4 @@ TODO: - Convert enum variants to point to structs for the data type - Clean up Span code to correctly handle nested spans - Clean up AST +- Explit arg patterns and arg types up for cleaner serialisation |