aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/ast.rs
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-18 11:49:06 -0700
committerPatrick Walton <[email protected]>2011-03-18 11:49:47 -0700
commit2ef9c01ffcd160937ddccc91a6f5e9fa24f22fd4 (patch)
tree2c558d866e94eb0ee42d9d4c608f75dc4e45a4c8 /src/comp/front/ast.rs
parentYet more painstaking configure/make logic. (diff)
downloadrust-2ef9c01ffcd160937ddccc91a6f5e9fa24f22fd4.tar.xz
rust-2ef9c01ffcd160937ddccc91a6f5e9fa24f22fd4.zip
rustc: Implement "mutable?". Add a test case and XFAIL it in rustboot for now.
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 e519d03b..ec93db55 100644
--- a/src/comp/front/ast.rs
+++ b/src/comp/front/ast.rs
@@ -91,6 +91,7 @@ tag pat_ {
tag mutability {
mut;
imm;
+ maybe_mut;
}
tag opacity {