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.35.0-nightly (0f88167f8 2019-03-18)
# docs.rs version cratesfyi 0.6.0 (b564d72 2019-03-28)
# build log Updating crates.io index Downloading crates ... Downloaded kqueue v0.2.2 Fresh bitflags v0.7.0 Fresh libc v0.2.51 Checking kqueue-sys v0.2.0 Running `rustc --crate-name kqueue_sys /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.2.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=a76d99d8a4eb3b99 -C extra-filename=-a76d99d8a4eb3b99 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-8ca908a08ccd1063.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-b05322f919facaf3.rmeta --cap-lints allow` error[E0412]: cannot find type `EventFilter` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.2.0/src/lib.rs:25:17 | 25 | pub filter: EventFilter, | ^^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `EventFlag` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.2.0/src/lib.rs:26:16 | 26 | pub flags: EventFlag, | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `FilterFlag` in this scope --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.2.0/src/lib.rs:27:17 | 27 | pub fflags: FilterFlag, | ^^^^^^^^^^ not found in this scope error: aborting due to 3 previous errors For more information about this error, try `rustc --explain E0412`. thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --crate-name kqueue_sys /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.2.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=a76d99d8a4eb3b99 -C extra-filename=-a76d99d8a4eb3b99 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-8ca908a08ccd1063.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-b05322f919facaf3.rmeta --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None } Could not compile `kqueue-sys`.', src/bin/cratesfyi.rs:143:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.