diff options
Diffstat (limited to 'src/ast/ast.hpp')
-rw-r--r-- | src/ast/ast.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast/ast.hpp b/src/ast/ast.hpp index 93652a9a..c0ab4b2f 100644 --- a/src/ast/ast.hpp +++ b/src/ast/ast.hpp @@ -551,6 +551,8 @@ TAGGED_UNION_EX(Item, (: public Serialisable), None, Static e;
))
),
+
+ (, attrs(mv$(x.attrs))), (attrs = mv$(x.attrs);),
(
public:
MetaItems attrs;
|