aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/ast.rs
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-02-15 12:20:30 -0800
committerGraydon Hoare <[email protected]>2011-02-15 12:20:30 -0800
commit9ae89bd404803be6b820189d8e0480b3395d05ee (patch)
treebc9fb10220f1d2275f02731a866cf9a177abef3d /src/comp/front/ast.rs
parentFix missing path in expr_ext. (diff)
downloadrust-9ae89bd404803be6b820189d8e0480b3395d05ee.tar.xz
rust-9ae89bd404803be6b820189d8e0480b3395d05ee.zip
Add _mutable unop.
Diffstat (limited to 'src/comp/front/ast.rs')
-rw-r--r--src/comp/front/ast.rs1
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 {