bors
3ddfb72512
auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis
...
For #7083 .
The metadata issue with the old version is now fixed. Ready for review.
This is also not the full solution to #7083 , because this is not supported yet:
```
trait Foo : Send { }
impl <T: Send> Foo for T { }
fn foo<T: Foo>(val: T, chan: std::comm::Chan<T>) {
chan.send(val);
}
```
cc @nikomatsakis
2013-08-21 18:51:42 -07:00
..
2013-06-01 09:18:27 -07:00
2013-07-30 21:13:55 -07:00
2013-08-17 08:42:35 -07:00
2013-06-01 09:18:27 -07:00
2013-06-01 09:18:27 -07:00
2013-06-01 09:18:27 -07:00
2013-08-17 08:42:35 -07:00
2013-06-01 09:18:27 -07:00
2013-08-17 08:42:35 -07:00
2013-07-20 17:39:38 -07:00
2013-08-03 22:48:02 -04:00
2013-08-17 08:42:35 -07:00
2013-08-17 08:42:35 -07:00
2013-08-17 08:42:35 -07:00
2013-08-19 07:13:15 -04:00
2013-07-30 21:13:55 -07:00
2013-06-01 09:18:27 -07:00
2013-08-15 14:19:09 -07:00
2013-06-25 21:14:39 -04:00
2013-08-17 08:42:35 -07:00
2013-07-17 14:57:51 -07:00
2013-07-17 14:57:51 -07:00
2013-07-17 14:57:51 -07:00
2013-08-17 08:42:35 -07:00
2013-06-01 09:18:27 -07:00
2013-08-13 21:32:34 -07:00
2013-07-23 17:06:56 -07:00
2013-07-22 23:09:21 -07:00
2013-08-15 14:22:36 -07:00
2013-08-17 08:42:35 -07:00
2013-07-17 14:57:51 -07:00
2013-06-25 21:14:39 -04:00
2013-08-17 08:42:35 -07:00
2013-07-25 19:23:17 -07:00
2013-08-12 23:20:46 -07:00
2013-08-12 23:20:46 -07:00
2013-06-23 17:59:35 -07:00
2013-08-21 17:29:47 +02:00
2013-07-17 14:57:53 -07:00
2013-07-18 13:56:15 -07:00
2013-08-17 08:42:35 -07:00
2013-08-20 13:28:51 -04:00
2013-06-13 18:03:08 -04:00
2013-08-19 15:09:20 -07:00
2013-08-19 15:09:20 -07:00
2013-08-19 15:09:20 -07:00
2013-08-19 15:09:20 -07:00
2013-08-07 14:30:00 +02:00
2013-08-01 01:54:34 -07:00
2013-08-07 22:41:13 -04:00