aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-01-24 18:03:31 -0800
committerGraydon Hoare <[email protected]>2011-01-24 18:03:31 -0800
commita32d206d27779bc479270fcb41f770de7d57cf34 (patch)
tree90d0229e6805f3c860876680ebd41d428ab03d0e /src/Makefile
parentDo better at parsing expr_paths with type arguments. (diff)
downloadrust-a32d206d27779bc479270fcb41f770de7d57cf34.tar.xz
rust-a32d206d27779bc479270fcb41f770de7d57cf34.zip
Implement autoderef in rustc. Un-XFAIL autoderef-full-lval.rs.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index ad0e209a..675a4823 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -422,6 +422,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
arith-0.rs \
arith-1.rs \
arith-2.rs \
+ autoderef-full-lval.rs \
bind-interior.rs \
bind-thunk.rs \
bind-trivial.rs \