aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-02-24 13:51:53 -0800
committerPatrick Walton <[email protected]>2011-02-24 14:24:32 -0800
commitdcd65fac199d3caac4b1019304ef5e1b480f31ff (patch)
tree00f11f18239cafd5a2f5f2efa05febc8389201b6 /src/Makefile
parentRevert "Cast more aggressively to the callee type when calling generic functi... (diff)
downloadrust-dcd65fac199d3caac4b1019304ef5e1b480f31ff.tar.xz
rust-dcd65fac199d3caac4b1019304ef5e1b480f31ff.zip
Cast more aggressively to the callee type when calling generic functions. Add a test-case for this, and XFAIL it in rustboot.
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 70b3ca0f..12b65246 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -416,6 +416,7 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \
test/run-pass/obj-as.rs \
test/run-pass/vec-slice.rs \
test/run-pass/fn-lval.rs \
+ test/run-pass/generic-fn-box.rs \
test/run-pass/generic-recursive-tag.rs \
test/run-pass/generic-tup.rs \
test/run-pass/iter-ret.rs \