aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/expr-block-generic.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make block results work for generic typesBrian Anderson2011-04-071-20/+0
| | | | | | | I think just about every type can be used as a block result now. There's quite a proliferation of tests here, but they all test slightly different things and some are split out to remain XFAILed. The tests of generic vectors are still XFAILed because generic aliased boxes still don't work in general.
* Add a test for block expressions of generic types. XFAILedBrian Anderson2011-03-311-0/+56