diff options
Diffstat (limited to 'src/comp/front/ast.rs')
| -rw-r--r-- | src/comp/front/ast.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs index 520f5557..03ccc216 100644 --- a/src/comp/front/ast.rs +++ b/src/comp/front/ast.rs @@ -106,6 +106,7 @@ tag unop { bitnot; not; neg; + _mutable; } tag mode { |