summaryrefslogtreecommitdiff
path: root/src/ast/ast.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/ast.hpp')
-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 02e9c5f2..b14d7e46 100644
--- a/src/ast/ast.hpp
+++ b/src/ast/ast.hpp
@@ -661,6 +661,7 @@ private:
TAGGED_UNION_EX(Item, (: public Serialisable), None,
(
(None, struct {} ),
+ (MacroInv, MacroInvocation),
(Module, Module),
(Crate, struct {
::std::string name;