summary refs log tree commit diff
path: root/src/test/compile-fail/future_not_copyable.rs
AgeCommit message (Collapse)AuthorLines
2014-02-14extern mod => extern crateAlex Crichton-1/+1
This was previously implemented, and it just needed a snapshot to go through
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-2/+2
2013-09-19Modernize extra::future APISteven Fackler-2/+2
2013-09-19Removed future's destructorSteven Fackler-0/+19
It was only there to prevent Future from being copyable, but it's noncopyable anyways since it contains a ~fn.