aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/expr-if-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 partial support for if expressions resulting in generic typesBrian Anderson2011-03-281-0/+53