summaryrefslogtreecommitdiff
path: root/src/macros.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2015-03-20 09:26:22 +0800
committerJohn Hodge <tpg@mutabah.net>2015-03-20 09:26:22 +0800
commit66fcd19348efb2e16a21124c4465f4b911d87ded (patch)
tree3d8f4e8749247da4dafbb090e089c964e418ba30 /src/macros.hpp
parente34c31e1090fe83b70dc98b8d16bbbbc29c33517 (diff)
downloadmrust-66fcd19348efb2e16a21124c4465f4b911d87ded.tar.gz
Lifetime bounds, pattern fragments, nested modules
Diffstat (limited to 'src/macros.hpp')
-rw-r--r--src/macros.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macros.hpp b/src/macros.hpp
index df16a4c5..05c337b0 100644
--- a/src/macros.hpp
+++ b/src/macros.hpp
@@ -63,6 +63,7 @@ struct MacroPatEnt:
enum Type {
PAT_TOKEN,
PAT_TT,
+ PAT_PAT,
PAT_IDENT,
PAT_PATH,
PAT_TYPE,