Build #63765 2017-07-02T01:26:37.974935+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)# docs.rs version
cratesfyi 0.4.1 (003e49d 2017-06-08)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading serial-windows v0.4.0
Fresh libc v0.2.24
Fresh serial-core v0.4.0
Documenting serial-windows v0.4.0
Running `rustdoc --crate-name serial_windows .cargo/registry/src/github.com-1ecc6299db9ec823/serial-windows-0.4.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f4ccf2fa58092d85.rlib --extern-version libc=libc,0.2.24 --extern serial_core=/home/cratesfyi/cratesfyi/debug/deps/libserial_core-5b0f3b93d2701997.rlib --extern-version serial_core=serial-core,0.4.0`
error[E0432]: unresolved import `std::os::windows::prelude::*`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serial-windows-0.4.0/src/com.rs:10:5
|
10 | use std::os::windows::prelude::*;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `windows` in `os`
error[E0405]: cannot find trait `AsRawHandle` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serial-windows-0.4.0/src/com.rs:94:6
|
94 | impl AsRawHandle for COMPort {
| ^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `RawHandle` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serial-windows-0.4.0/src/com.rs:95:32
|
95 | fn as_raw_handle(&self) -> RawHandle {
| ^^^^^^^^^ not found in this scope
error: cannot continue compilation due to previous error
thread 'main' panicked at 'ChainedError {
error: Could not document `serial-windows`.,
cause: process didn't exit successfully: `rustdoc --crate-name serial_windows .cargo/registry/src/github.com-1ecc6299db9ec823/serial-windows-0.4.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f4ccf2fa58092d85.rlib --extern-version libc=libc,0.2.24 --extern serial_core=/home/cratesfyi/cratesfyi/debug/deps/libserial_core-5b0f3b93d2701997.rlib --extern-version serial_core=serial-core,0.4.0` (exit code: 101)
}', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.