summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2019-03-22 08:04:40 +0800
committerJohn Hodge <tpg@ucc.asn.au>2019-03-22 08:04:40 +0800
commit0d8048c2d1b146d74081a7fd6b15dc7231e48d94 (patch)
tree34e9e31cf188f248259b75343d78c16267181d94
parent1008d1cb81a86c6a2d2467032815eefe150b2e6c (diff)
downloadmrust-0d8048c2d1b146d74081a7fd6b15dc7231e48d94.tar.gz
AST - (minor) Comment around macro handling
-rw-r--r--src/ast/ast.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast/ast.hpp b/src/ast/ast.hpp
index 8976cfc7..43a0e027 100644
--- a/src/ast/ast.hpp
+++ b/src/ast/ast.hpp
@@ -599,6 +599,7 @@ TAGGED_UNION_EX(Item, (), None,
(
(None, struct {} ),
(MacroInv, MacroInvocation),
+ // TODO: MacroDefinition
(Use, UseItem),
// Nameless items