summaryrefslogtreecommitdiff
path: root/src/ast/ast.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-09-26 12:01:57 +0800
committerJohn Hodge <tpg@mutabah.net>2016-09-26 12:01:57 +0800
commitb2e0f5c122b64fe31ba935f9cb5c6a397fd8f6ab (patch)
treeac8345ef30f03ef950b0cac61f299afd34959e4f /src/ast/ast.hpp
parent03d5e68698de0da77ee97775578822b55c6148ef (diff)
downloadmrust-b2e0f5c122b64fe31ba935f9cb5c6a397fd8f6ab.tar.gz
Expand - Pass ownership of the input TT to macro_rules! expand
Diffstat (limited to 'src/ast/ast.hpp')
-rw-r--r--src/ast/ast.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/ast.hpp b/src/ast/ast.hpp
index 1b923ef3..533832e2 100644
--- a/src/ast/ast.hpp
+++ b/src/ast/ast.hpp
@@ -25,7 +25,7 @@
#include <ast/attrs.hpp>
#include <ast/expr_ptr.hpp>
#include <ast/item.hpp>
-#include <ast/macro.hpp>
+#include <ast/macro.hpp> // MacroInvocation
#include "generics.hpp"