Nick Cameron
e0684e8769
Fallout
2015-01-06 14:20:48 +13:00
Niko Matsakis
5b425c1b2f
Fix fallout in tests.
2015-01-02 12:08:36 -05:00
Niko Matsakis
7836c72eba
Patch tests and create new tests related to projection from a HRTB.
2014-12-30 09:36:22 -05:00
Niko Matsakis
964a5fabb7
Update error messages in various compile-fail tests
2014-12-30 09:36:22 -05:00
Niko Matsakis
1b487a8906
Implement generalized object and type parameter bounds ( Fixes #16462 )
2014-08-27 21:46:52 -04:00
Nick Cameron
a0cfda53c4
Change DST syntax: type -> Sized?
...
closes #13367
[breaking-change] Use `Sized?` to indicate a dynamically sized type parameter or trait (used to be `type`). E.g.,
```
trait Tr for Sized? {}
fn foo<Sized? X: Share>(x: X) {}
```
2014-07-08 22:44:31 +12:00
Nick Cameron
f78add10cd
Support unsized types with the type
keyword
2014-04-23 12:30:58 +12:00