Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# 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 ev v0.1.0 Fresh libc v0.2.23 Documenting ev v0.1.0 Running `rustdoc --crate-name ev .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23` error[E0433]: failed to resolve. Use of undeclared type or module `inner` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:33:12 | 33 | inner: inner::Mux, | ^^^^^^^^^^ Use of undeclared type or module `inner` error[E0433]: failed to resolve. Use of undeclared type or module `inner` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:38:9 | 38 | inner::Mux::new().map(|m| Mux { inner: m }) | ^^^^^^^^^^^^^^^ Use of undeclared type or module `inner` error[E0433]: failed to resolve. Use of undeclared type or module `inner` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:57:12 | 57 | inner: inner::Buffer, | ^^^^^^^^^^^^^ Use of undeclared type or module `inner` error[E0433]: failed to resolve. Use of undeclared type or module `inner` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:62:9 | 62 | inner::Buffer::new().map(|b| Buffer { inner: b }) | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `inner` error[E0433]: failed to resolve. Use of undeclared type or module `inner` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:69:12 | 69 | inner: inner::Iter<'a>, | ^^^^^^^^^^^^^^^ Use of undeclared type or module `inner` error[E0433]: failed to resolve. Use of undeclared type or module `inner` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:83:12 | 83 | inner: inner::Notifier, | ^^^^^^^^^^^^^^^ Use of undeclared type or module `inner` error[E0433]: failed to resolve. Use of undeclared type or module `inner` --> .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:88:9 | 88 | inner::Notifier::attach(&mut mux.inner).map(|n| Notifier { inner: n }) | ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `inner` error[E0425]: cannot find function `__errno` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/util.rs:74:15 | 74 | unsafe { *__errno() } | ^^^^^^^ did you mean `errno`? error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `ev`., cause: process didn't exit successfully: `rustdoc --crate-name ev .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.