about summary refs log tree commit diff
path: root/src/libcore/future/into_future.rs
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-27/+0
2020-05-22Add core::future::IntoFutureYoshua Wuyts-0/+27
This patch adds `core::future::IntoFuture`. However unlike earlier PRs this patch does not integrate it into the `async/.await` lowering. That integration should be done in a follow-up PR.