summaryrefslogtreecommitdiff
path: root/bnf/ast_types.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2015-09-26 14:11:51 +0800
committerJohn Hodge <tpg@mutabah.net>2015-09-26 14:11:51 +0800
commit3828791d2c2d94b7751efb5ec9ec4d9a31b15b71 (patch)
tree8411221e77b6bba4c77138d7f9355aa62a9bab89 /bnf/ast_types.hpp
parentf6f4a432967cf0b077002d888bfe3aaceeffa4d3 (diff)
downloadmrust-3828791d2c2d94b7751efb5ec9ec4d9a31b15b71.tar.gz
Fuck match statements, can't match them
Diffstat (limited to 'bnf/ast_types.hpp')
-rw-r--r--bnf/ast_types.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/bnf/ast_types.hpp b/bnf/ast_types.hpp
index 09896642..cef70bc5 100644
--- a/bnf/ast_types.hpp
+++ b/bnf/ast_types.hpp
@@ -234,6 +234,10 @@ public:
{}
};
+class TypeAlias:
+ public Item
+{
+};
class Enum:
public Item