[go: up one dir, main page]

wayland-client 0.1.3

Bindings to the standard C implementation of the wayland protocol.
Build #13983 2016-08-10 05:41:40

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.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 wayland-client v0.1.3
Compiling libc v0.1.12
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.1.12/rust/src/liblibc/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"cargo-build\" -C metadata=0c57a2126eb1e7e8 -C extra-filename=-0c57a2126eb1e7e8 --out-dir /home/cratesfyi/wayland-client-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/wayland-client-0.1.3/debug/deps -L dependency=/home/cratesfyi/wayland-client-0.1.3/debug/deps --cap-lints allow`
Compiling bitflags v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.1.1/src/lib.rs --crate-name bitflags --crate-type lib -g -C metadata=fdf4b7654a6da3e5 -C extra-filename=-fdf4b7654a6da3e5 --out-dir /home/cratesfyi/wayland-client-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/wayland-client-0.1.3/debug/deps -L dependency=/home/cratesfyi/wayland-client-0.1.3/debug/deps --cap-lints allow`
Compiling lazy_static v0.1.16
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.1.16/src/lib.rs --crate-name lazy_static --crate-type lib -g -C metadata=3a04918be71c80ee -C extra-filename=-3a04918be71c80ee --out-dir /home/cratesfyi/wayland-client-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/wayland-client-0.1.3/debug/deps -L dependency=/home/cratesfyi/wayland-client-0.1.3/debug/deps --cap-lints allow`
Documenting wayland-client v0.1.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.1.3/src/lib.rs --crate-name wayland_client -o /home/cratesfyi/wayland-client-0.1.3/doc -L dependency=/home/cratesfyi/wayland-client-0.1.3/debug -L dependency=/home/cratesfyi/wayland-client-0.1.3/debug/deps --extern bitflags=/home/cratesfyi/wayland-client-0.1.3/debug/deps/libbitflags-fdf4b7654a6da3e5.rlib --extern libc=/home/cratesfyi/wayland-client-0.1.3/debug/deps/liblibc-0c57a2126eb1e7e8.rlib --extern lazy_static=/home/cratesfyi/wayland-client-0.1.3/debug/deps/liblazy_static-3a04918be71c80ee.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.1.3/src/core/mod.rs:52:5: 52:39 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.1.3/src/core/mod.rs:52     fn from(other: T) -> Option<Self>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.1.3/src/core/mod.rs:52:5: 52:39 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.1.3/src/core/mod.rs:52:5: 52:39 note: required by `std::option::Option` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `wayland-client v0.1.3`, intermediate artifacts can be found at `/home/cratesfyi/wayland-client-0.1.3`,
cause: ChainedError {
error: Could not document `wayland-client`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.1.3/src/lib.rs --crate-name wayland_client -o /home/cratesfyi/wayland-client-0.1.3/doc -L dependency=/home/cratesfyi/wayland-client-0.1.3/debug -L dependency=/home/cratesfyi/wayland-client-0.1.3/debug/deps --extern bitflags=/home/cratesfyi/wayland-client-0.1.3/debug/deps/libbitflags-fdf4b7654a6da3e5.rlib --extern libc=/home/cratesfyi/wayland-client-0.1.3/debug/deps/liblibc-0c57a2126eb1e7e8.rlib --extern lazy_static=/home/cratesfyi/wayland-client-0.1.3/debug/deps/liblazy_static-3a04918be71c80ee.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.