diff options
author | John Hodge <tpg@mutabah.net> | 2016-09-26 12:01:57 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-09-26 12:01:57 +0800 |
commit | b2e0f5c122b64fe31ba935f9cb5c6a397fd8f6ab (patch) | |
tree | ac8345ef30f03ef950b0cac61f299afd34959e4f /src/ast/ast.hpp | |
parent | 03d5e68698de0da77ee97775578822b55c6148ef (diff) | |
download | mrust-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.hpp | 2 |
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"
|