zmq-sys 0.6.1

Low-level bindings to the zeromq library
Build #56332016-08-03T19:31:38.630275+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading zmq-sys v0.6.1
Documenting zmq-sys v0.6.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/lib.rs --crate-name zmq_sys -o /home/cratesfyi/zmq-sys-0.6.1/doc -L dependency=/home/cratesfyi/zmq-sys-0.6.1/debug -L dependency=/home/cratesfyi/zmq-sys-0.6.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs:4:10: 4:14 error: the trait bound `ffi::Struct_zmq_msg_t: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs:4 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs:4:10: 4:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/lib.rs:69:5: 69:24 note: in this expansion of include!
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs:4:10: 4:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs:11:10: 11:14 error: the trait bound `ffi::Struct_Unnamed1: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs:11 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs:11:10: 11:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/lib.rs:69:5: 69:24 note: in this expansion of include!
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs:11:10: 11:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs:19:10: 19:14 error: the trait bound `ffi::Struct_Unnamed2: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs:19 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs:19:10: 19:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/lib.rs:69:5: 69:24 note: in this expansion of include!
.cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/ffi.rs:19:10: 19:14 note: required by `std::marker::Copy` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `zmq-sys v0.6.1`, intermediate artifacts can be found at `/home/cratesfyi/zmq-sys-0.6.1`,
cause: ChainedError {
error: Could not document `zmq-sys`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/zmq-sys-0.6.1/src/lib.rs --crate-name zmq_sys -o /home/cratesfyi/zmq-sys-0.6.1/doc -L dependency=/home/cratesfyi/zmq-sys-0.6.1/debug -L dependency=/home/cratesfyi/zmq-sys-0.6.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.