]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #51814 - MajorBreakfast:local-task-obj, r=cramertj
authorbors <bors@rust-lang.org>
Tue, 26 Jun 2018 21:09:52 +0000 (21:09 +0000)
committerbors <bors@rust-lang.org>
Tue, 26 Jun 2018 21:09:52 +0000 (21:09 +0000)
Add `LocalTaskObj` to `core::task`

- Splits `libcore/task.rs` into submodules
- Adds `LocalTaskObj` and `SpawnLocalObjError` (-> [Commit for this](https://github.com/rust-lang/rust/commit/433e6b31a75eea5ce45493acc63eae462d740338))

Note: To make reviewing easy, both actions have their own commit

r? @cramertj


Trivial merge