diff options
author | John Hodge <tpg@mutabah.net> | 2016-10-25 23:14:55 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-10-25 23:14:55 +0800 |
commit | b0a838a6c8d06ba31ba270c6015263080073a370 (patch) | |
tree | 4c2c2eacdc8774608d6a8e2581ade697c39fd503 | |
parent | 7d1e2c29682e3958e01cb2fbaa9161278a2a5fba (diff) | |
download | mrust-b0a838a6c8d06ba31ba270c6015263080073a370.tar.gz |
Notes - TODO: Make HIR trait impls contain just the data, no prototypes
-rw-r--r-- | Notes/todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt index c2074fb7..6f5167f9 100644 --- a/Notes/todo.txt +++ b/Notes/todo.txt @@ -15,4 +15,4 @@ TODO: - Clean up AST - Almost done, just a few little niggles left - Split arg patterns and arg types up for cleaner serialisation - - Tried this, wasn't too clean. Just leaving as-is + - Could be a good idea to do as part of changing HIR::TraitImpl to only contain the impl data |