diff options
author | John Hodge <tpg@mutabah.net> | 2018-12-28 08:37:09 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-12-28 08:37:09 +0800 |
commit | 38575976d5835cb8cc9e7ae335969873d01e7d65 (patch) | |
tree | 769a861d29ee3470a42fb7cb829944c9255e031d /src/macro_rules/macro_rules.hpp | |
parent | a0bdedaaed4393236877c45bb56692fe05732a56 (diff) | |
download | mrust-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.hpp | 1 |
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(): |