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.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version cratesfyi 0.2.0 (5dbd676 2016-07-30)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading ev v0.1.0 Compiling libc v0.2.15 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/ev-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/ev-0.1.0/debug/deps -L dependency=/home/cratesfyi/ev-0.1.0/debug/deps --cap-lints allow` Documenting ev v0.1.0 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/lib.rs --crate-name ev -o /home/cratesfyi/ev-0.1.0/doc -L dependency=/home/cratesfyi/ev-0.1.0/debug -L dependency=/home/cratesfyi/ev-0.1.0/debug/deps --extern libc=/home/cratesfyi/ev-0.1.0/debug/deps/liblibc-1bd8847afb79f283.rlib` .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:33:12: 33:22 error: failed to resolve. Use of undeclared type or module `inner` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:33 inner: inner::Mux, ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:38:9: 38:24 error: failed to resolve. Use of undeclared type or module `inner::Mux` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:38 inner::Mux::new().map(|m| Mux { inner: m }) ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:57:12: 57:25 error: failed to resolve. Use of undeclared type or module `inner` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:57 inner: inner::Buffer, ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:62:9: 62:27 error: failed to resolve. Use of undeclared type or module `inner::Buffer` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:62 inner::Buffer::new().map(|b| Buffer { inner: b }) ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:69:12: 69:27 error: failed to resolve. Use of undeclared type or module `inner` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:69 inner: inner::Iter<'a>, ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:83:12: 83:27 error: failed to resolve. Use of undeclared type or module `inner` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:83 inner: inner::Notifier, ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:88:9: 88:32 error: failed to resolve. Use of undeclared type or module `inner::Notifier` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:88 inner::Notifier::attach(&mut mux.inner).map(|n| Notifier { inner: n }) ^~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/util.rs:74:15: 74:22 error: unresolved name `__errno` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/util.rs:74 unsafe { *__errno() } ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:68:17: 68:19 error: parameter `'a` is never used [E0392] .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:68 pub struct Iter<'a> { ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/core.rs:68:17: 68:19 help: consider removing `'a` or using a marker such as `std::marker::PhantomData` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `ev v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/ev-0.1.0`, cause: ChainedError { error: Could not document `ev`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/ev-0.1.0/src/lib.rs --crate-name ev -o /home/cratesfyi/ev-0.1.0/doc -L dependency=/home/cratesfyi/ev-0.1.0/debug -L dependency=/home/cratesfyi/ev-0.1.0/debug/deps --extern libc=/home/cratesfyi/ev-0.1.0/debug/deps/liblibc-1bd8847afb79f283.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.