diff options
| author | bors <bors@rust-lang.org> | 2013-08-21 18:51:42 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-08-21 18:51:42 -0700 |
| commit | 3ddfb725127a49e03593c0c56542f12826713bd6 (patch) | |
| tree | 0f9d94dcd21fcf4036379b418b224ac5255648a7 /src/rt/sync/timer.cpp | |
| parent | fca75199c7b2186e64fcab51a9e498695ce4a7b8 (diff) | |
| parent | b795fab046ca1b218785bee5ec5af7326ef9fc85 (diff) | |
| download | rust-3ddfb725127a49e03593c0c56542f12826713bd6.tar.gz rust-3ddfb725127a49e03593c0c56542f12826713bd6.zip | |
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
Diffstat (limited to 'src/rt/sync/timer.cpp')
0 files changed, 0 insertions, 0 deletions
