gen-iter 0.1.1

temporary util for creating iterators using generators
Build #69126 2017-08-30T03:28:34.744219+00:00
# rustc version
rustc 1.20.0-dev (64484707f 2017-07-10)
# docs.rs version
cratesfyi 0.4.1 (003e49d 2017-06-08)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading gen-iter v0.1.1
Documenting gen-iter v0.1.1
Running `rustdoc --crate-name gen_iter .cargo/registry/src/github.com-1ecc6299db9ec823/gen-iter-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error: expected expression, found reserved keyword `yield`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gen-iter-0.1.1/src/lib.rs:69:13
|
69 |             yield 1;
|             ^^^^^

error: expected expression, found reserved keyword `yield`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gen-iter-0.1.1/src/lib.rs:70:13
|
70 |             yield 2;
|             ^^^^^

error[E0432]: unresolved import `std::ops::Generator`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gen-iter-0.1.1/src/lib.rs:40:16
|
40 | use std::ops::{Generator, GeneratorState};
|                ^^^^^^^^^ no `Generator` in `ops`

error[E0432]: unresolved import `std::ops::GeneratorState`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/gen-iter-0.1.1/src/lib.rs:40:27
|
40 | use std::ops::{Generator, GeneratorState};
|                           ^^^^^^^^^^^^^^ no `GeneratorState` in `ops`

error: cannot continue compilation due to previous error

thread 'main' panicked at 'ChainedError {
error: Could not document `gen-iter`.,
cause: process didn't exit successfully: `rustdoc --crate-name gen_iter .cargo/registry/src/github.com-1ecc6299db9ec823/gen-iter-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.