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 (67b2b94 2019-03-26)# build log
Updating crates.io index
Downloading crates ...
Downloaded kqueue-sys v0.2.0
Fresh bitflags v0.7.0
Fresh libc v0.2.50
Documenting kqueue-sys v0.2.0
Running `rustdoc --crate-name kqueue_sys /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.2.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url 'bitflags=https://docs.rs/bitflags/0.7.0' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.50' -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-300305037ffda401.rmeta`
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: Compilation failed, aborting rustdoc
error: aborting due to 4 previous errors
For more information about this error, try `rustc --explain E0412`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name kqueue_sys /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/kqueue-sys-0.2.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url \'bitflags=https://docs.rs/bitflags/0.7.0\' --extern-html-root-url \'libc=https://docs.rs/libc/0.2.50\' -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-300305037ffda401.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }
Could not document `kqueue-sys`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.