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:
parent
5332250d3b
commit
dcd65fac19
3 changed files with 19 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue