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.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading connected_socket v0.0.6 Fresh byteorder v0.3.13 Fresh libc v0.2.23 Fresh time v0.1.37 Documenting connected_socket v0.0.6 Running `rustdoc --crate-name connected_socket .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23 --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-b3164db7b79754a4.rlib --extern-version byteorder=byteorder,0.3.13 --extern time=/home/cratesfyi/cratesfyi/debug/deps/libtime-162277ce7a864579.rlib --extern-version time=time,0.1.37` error[E0432]: unresolved import `libc::funcs::bsd43::connect` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:5:5 | 5 | use libc::funcs::bsd43::connect; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `funcs` in `libc` error[E0432]: unresolved import `libc::types::os::common::bsd44::socklen_t` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:18:5 | 18 | use libc::types::os::common::bsd44::socklen_t; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `types` in `libc` error[E0432]: unresolved import `libc::types::os::common::bsd44::sockaddr_in` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:19:5 | 19 | use libc::types::os::common::bsd44::sockaddr_in; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `types` in `libc` error[E0432]: unresolved import `libc::types::os::common::bsd44::sockaddr_in6` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:20:5 | 20 | use libc::types::os::common::bsd44::sockaddr_in6; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `types` in `libc` error[E0432]: unresolved import `libc::types::os::common::bsd44::in_addr` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:21:5 | 21 | use libc::types::os::common::bsd44::in_addr; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `types` in `libc` error[E0432]: unresolved import `libc::types::os::common::bsd44::in6_addr` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:22:5 | 22 | use libc::types::os::common::bsd44::in6_addr; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `types` in `libc` error[E0432]: unresolved import `libc::types::os::common::bsd44::sa_family_t` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:23:5 | 23 | use libc::types::os::common::bsd44::sa_family_t; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `types` in `libc` error[E0432]: unresolved import `libc::types::os::common::posix01::timeval` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:24:5 | 24 | use libc::types::os::common::posix01::timeval; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `types` in `libc` error[E0432]: unresolved import `libc::funcs::bsd43::setsockopt` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:25:5 | 25 | use libc::funcs::bsd43::setsockopt; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `funcs` in `libc` error[E0432]: unresolved import `libc::consts::os::bsd44::SOL_SOCKET` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:26:5 | 26 | use libc::consts::os::bsd44::SOL_SOCKET; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `consts` in `libc` error[E0432]: unresolved import `libc::consts::os::bsd44::AF_INET` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:27:5 | 27 | use libc::consts::os::bsd44::AF_INET; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `consts` in `libc` error[E0432]: unresolved import `libc::consts::os::bsd44::AF_INET6` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:28:5 | 28 | use libc::consts::os::bsd44::AF_INET6; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `consts` in `libc` error[E0432]: unresolved import `libc::types::os::arch::c95::c_int` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:29:5 | 29 | use libc::types::os::arch::c95::c_int; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `types` in `libc` error[E0432]: unresolved import `libc::types::os::arch::c95::c_char` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:30:5 | 30 | use libc::types::os::arch::c95::c_char; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `types` in `libc` error[E0432]: unresolved import `libc::types::common::c95::c_void` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:31:5 | 31 | use libc::types::common::c95::c_void; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `types` in `libc` error[E0432]: unresolved import `libc::funcs::bsd43::send` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:32:5 | 32 | use libc::funcs::bsd43::send; | ^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `funcs` in `libc` error[E0432]: unresolved import `libc::funcs::bsd43::recv` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:33:5 | 33 | use libc::funcs::bsd43::recv; | ^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `funcs` in `libc` error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied in `ConnectedSocket<Self>` --> .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs:186:2 | 186 | fn connect<A: ToSocketAddrs + ?Sized>(self, addr: &A) -> Result<ConnectedSocket<Self>,Error>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Self` does not have a constant size known at compile-time | = help: within `ConnectedSocket<Self>`, the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound = note: required because it appears within the type `ConnectedSocket<Self>` = note: required by `std::result::Result` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `connected_socket`., cause: process didn't exit successfully: `rustdoc --crate-name connected_socket .cargo/registry/src/github.com-1ecc6299db9ec823/connected_socket-0.0.6/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23 --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-b3164db7b79754a4.rlib --extern-version byteorder=byteorder,0.3.13 --extern time=/home/cratesfyi/cratesfyi/debug/deps/libtime-162277ce7a864579.rlib --extern-version time=time,0.1.37` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.