Cast more aggressively to the callee type when calling generic functions. Add a test-case for this, and XFAIL it in rustboot.

This commit is contained in:
Patrick Walton 2011-02-24 13:51:53 -08:00
parent 5332250d3b
commit dcd65fac19
3 changed files with 19 additions and 3 deletions

View file

@ -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 \