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.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading zwave v0.0.1 Downloading serial v0.3.4 Fresh libc v0.2.39 Fresh termios v0.2.2 Compiling ioctl-rs v0.1.6 Running `rustc --crate-name ioctl_rs .cargo/registry/src/github.com-1ecc6299db9ec823/ioctl-rs-0.1.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=9c3479b47ea002c3 -C extra-filename=-9c3479b47ea002c3 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f854cf2dcfbf787e.rlib --extern-version libc=libc,0.2.39 --cap-lints allow` Compiling serial v0.3.4 Running `rustc --crate-name serial .cargo/registry/src/github.com-1ecc6299db9ec823/serial-0.3.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=3dd42e83ed77b251 -C extra-filename=-3dd42e83ed77b251 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f854cf2dcfbf787e.rlib --extern-version libc=libc,0.2.39 --extern termios=/home/cratesfyi/cratesfyi/debug/deps/libtermios-94bc6e98643771ed.rlib --extern-version termios=termios,0.2.2 --extern ioctl_rs=/home/cratesfyi/cratesfyi/debug/deps/libioctl_rs-9c3479b47ea002c3.rlib --extern-version ioctl_rs=ioctl-rs,0.1.6 --cap-lints allow` Documenting zwave v0.0.1 Running `rustdoc --crate-name zwave .cargo/registry/src/github.com-1ecc6299db9ec823/zwave-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern serial=/home/cratesfyi/cratesfyi/debug/deps/libserial-3dd42e83ed77b251.rlib --extern-version serial=serial,0.3.4` error[E0432]: unresolved import `std::marker::Reflect` --> .cargo/registry/src/github.com-1ecc6299db9ec823/zwave-0.0.1/src/protocol/command/mod.rs:4:5 | 4 | use std::marker::Reflect; | ^^^^^^^^^^^^^^^^^^^^ no `Reflect` in `marker` error[E0432]: unresolved import `std::marker::Reflect` --> .cargo/registry/src/github.com-1ecc6299db9ec823/zwave-0.0.1/src/protocol/message/mod.rs:3:5 | 3 | use std::marker::Reflect; | ^^^^^^^^^^^^^^^^^^^^ no `Reflect` in `marker` error: cannot continue compilation due to previous error If you want more information on this error, try using "rustc --explain E0432" thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `zwave`., cause: process didn't exit successfully: `rustdoc --crate-name zwave .cargo/registry/src/github.com-1ecc6299db9ec823/zwave-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern serial=/home/cratesfyi/cratesfyi/debug/deps/libserial-3dd42e83ed77b251.rlib --extern-version serial=serial,0.3.4` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.