aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/generic-fn-box.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Cast more aggressively to the callee type when calling generic functions. ↵Patrick Walton2011-02-241-0/+9
| | | | Add a test-case for this, and XFAIL it in rustboot.
* Revert "Cast more aggressively to the callee type when calling generic ↵Patrick Walton2011-02-241-9/+0
| | | | | | functions. Add a test-case for this, and XFAIL it in rustboot." due to test failures This reverts commit 0a65283c5eeae0b98fff7d213dbaad59889e677e.
* Cast more aggressively to the callee type when calling generic functions. ↵Patrick Walton2011-02-241-0/+9
Add a test-case for this, and XFAIL it in rustboot.