about summary refs log tree commit diff
path: root/src/rt/sync/timer.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-08-21 18:51:42 -0700
committerbors <bors@rust-lang.org>2013-08-21 18:51:42 -0700
commit3ddfb725127a49e03593c0c56542f12826713bd6 (patch)
tree0f9d94dcd21fcf4036379b418b224ac5255648a7 /src/rt/sync/timer.cpp
parentfca75199c7b2186e64fcab51a9e498695ce4a7b8 (diff)
parentb795fab046ca1b218785bee5ec5af7326ef9fc85 (diff)
downloadrust-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