rust/src/libcore/task
bors a22bcd8aab Auto merge of #51935 - cramertj:unpin-references, r=withoutboats
Unpin references

I also considered adding an impl for raw pointers as well, but that makes it easy to accidentally have unsound owning-collections that might otherwise be able to project pinned-ness (e.g. `Box`).

cc @RalfJung

r? @withoutboats
2018-07-04 11:32:40 +00:00
..
context.rs
executor.rs Add lifetime to FutureObj 2018-07-02 13:59:40 +02:00
mod.rs Add lifetime to FutureObj 2018-07-02 13:59:40 +02:00
poll.rs
wake.rs Make Waker and LocalWaker Unpin 2018-06-29 19:33:16 -07:00