diff options
author | John Hodge <tpg@mutabah.net> | 2015-03-20 09:26:22 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2015-03-20 09:26:22 +0800 |
commit | 66fcd19348efb2e16a21124c4465f4b911d87ded (patch) | |
tree | 3d8f4e8749247da4dafbb090e089c964e418ba30 /src/macros.hpp | |
parent | e34c31e1090fe83b70dc98b8d16bbbbc29c33517 (diff) | |
download | mrust-66fcd19348efb2e16a21124c4465f4b911d87ded.tar.gz |
Lifetime bounds, pattern fragments, nested modules
Diffstat (limited to 'src/macros.hpp')
-rw-r--r-- | src/macros.hpp | 1 |
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,
|