summaryrefslogtreecommitdiff
path: root/src/macro_rules/macro_rules.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-12-28 08:37:09 +0800
committerJohn Hodge <tpg@mutabah.net>2018-12-28 08:37:09 +0800
commit38575976d5835cb8cc9e7ae335969873d01e7d65 (patch)
tree769a861d29ee3470a42fb7cb829944c9255e031d /src/macro_rules/macro_rules.hpp
parenta0bdedaaed4393236877c45bb56692fe05732a56 (diff)
downloadmrust-38575976d5835cb8cc9e7ae335969873d01e7d65.tar.gz
macro_rules - Support for the :vis fragment
Diffstat (limited to 'src/macro_rules/macro_rules.hpp')
-rw-r--r--src/macro_rules/macro_rules.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macro_rules/macro_rules.hpp b/src/macro_rules/macro_rules.hpp
index c04e3548..9ec6a6bb 100644
--- a/src/macro_rules/macro_rules.hpp
+++ b/src/macro_rules/macro_rules.hpp
@@ -60,6 +60,7 @@ struct MacroPatEnt
PAT_BLOCK,
PAT_META,
PAT_ITEM, // :item
+ PAT_VIS,
} type;
MacroPatEnt():