monkeys 0.1.0

Coroutines with async/await/yield
Build #54372 2017-06-03T23:34:57.171376+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading monkeys v0.1.0
Fresh libc v0.2.23
Fresh gcc v0.3.50
Fresh context v1.0.1
Documenting monkeys v0.1.0
Running `rustdoc --crate-name monkeys .cargo/registry/src/github.com-1ecc6299db9ec823/monkeys-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern context=/home/cratesfyi/cratesfyi/debug/deps/libcontext-a001f19a2ade6dcf.rlib --extern-version context=context,1.0.1`
error[E0432]: unresolved import `std::marker::Reflect`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/monkeys-0.1.0/src/lib.rs:10:32
|
10 | use std::marker::{PhantomData, Reflect};
|                                ^^^^^^^ no `Reflect` in `marker`

error[E0432]: unresolved import `std::panic::AssertRecoverSafe`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/monkeys-0.1.0/src/lib.rs:15:24
|
15 | use std::panic::{self, AssertRecoverSafe};
|                        ^^^^^^^^^^^^^^^^^ no `AssertRecoverSafe` in `panic`

error[E0423]: expected function, found macro `panic::propagate`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/monkeys-0.1.0/src/lib.rs:90:5
|
90 |     panic::propagate(Box::new(ForceUnwind));
|     ^^^^^^^^^^^^^^^^ did you mean `panic::propagate!(...)`?

error[E0423]: expected function, found macro `panic::recover`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/monkeys-0.1.0/src/lib.rs:124:22
|
124 |         let result = panic::recover(move || {
|                      ^^^^^^^^^^^^^^ did you mean `panic::recover!(...)`?

error: cannot continue compilation due to previous error

thread 'main' panicked at 'ChainedError {
error: Could not document `monkeys`.,
cause: process didn't exit successfully: `rustdoc --crate-name monkeys .cargo/registry/src/github.com-1ecc6299db9ec823/monkeys-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern context=/home/cratesfyi/cratesfyi/debug/deps/libcontext-a001f19a2ade6dcf.rlib --extern-version context=context,1.0.1` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.