aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Frostig <[email protected]>2010-07-19 18:19:31 -0700
committerRoy Frostig <[email protected]>2010-07-19 18:25:26 -0700
commitfde9ca0937171b77542028ef433fddf979aa506b (patch)
treefcf675dbbca7d865cc05b8cb76683b7de5138e86 /src/Makefile
parentInclude the statements on the LHS of a binop when desugaring. Closes #117. (diff)
downloadrust-fde9ca0937171b77542028ef433fddf979aa506b.tar.xz
rust-fde9ca0937171b77542028ef433fddf979aa506b.zip
Autoderef objects when passing them as implicit (indirect) arg upon vtbl-dispatch. Add testcase and XFAIL it on LLVM. Closes #112.
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 79164467..adc3ec17 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -386,6 +386,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
acyclic-unwind.rs \
alt-pattern-simple.rs \
alt-tag.rs \
+ autoderef-objfn.rs \
basic.rs \
bind-obj-ctor.rs \
bind-thunk.rs \