wayland-sys 0.1.0

FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.
Build #14025 2016-08-10T06:37:05.764541+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`
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=\"cargo-build\" --cfg feature=\"default\" -C metadata=0c57a2126eb1e7e8 -C extra-filename=-0c57a2126eb1e7e8 --out-dir /home/cratesfyi/wayland-sys-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/wayland-sys-0.1.0/debug/deps -L dependency=/home/cratesfyi/wayland-sys-0.1.0/debug/deps --cap-lints allow`
Compiling dlib v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs --crate-name dlib --crate-type lib -g -C metadata=6a2f6b2869865c01 -C extra-filename=-6a2f6b2869865c01 --out-dir /home/cratesfyi/wayland-sys-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/wayland-sys-0.1.0/debug/deps -L dependency=/home/cratesfyi/wayland-sys-0.1.0/debug/deps --extern libc=/home/cratesfyi/wayland-sys-0.1.0/debug/deps/liblibc-0c57a2126eb1e7e8.rlib --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:39:11: 39:20 error: `$stype:ty` may be followed by `functions`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:39         $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|*
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:40:11: 40:18 error: `$stype:ty` may be followed by `varargs`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:40         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:40:11: 40:18 error: `$fret:ty` may be followed by `varargs`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:40         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:40:55: 40:58 error: `$vargs:ty` may be followed by `...`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:40         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:66:11: 66:20 error: `$stype:ty` may be followed by `functions`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:66         $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|*
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:67:11: 67:18 error: `$stype:ty` may be followed by `varargs`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:67         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:67:11: 67:18 error: `$fret:ty` may be followed by `varargs`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:67         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:67:55: 67:58 error: `$vargs:ty` may be followed by `...`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:67         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:83:11: 83:20 error: `$stype:ty` may be followed by `functions`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:83         $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|*
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:84:11: 84:18 error: `$stype:ty` may be followed by `varargs`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:84         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:84:11: 84:18 error: `$fret:ty` may be followed by `varargs`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:84         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:84:55: 84:58 error: `$vargs:ty` may be followed by `...`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:84         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:134:11: 134:20 error: `$stype:ty` may be followed by `functions`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:134         $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|*
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:135:11: 135:18 error: `$stype:ty` may be followed by `varargs`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:135         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:135:11: 135:18 error: `$fret:ty` may be followed by `varargs`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:135         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:135:55: 135:58 error: `$vargs:ty` may be followed by `...`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:135         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:156:11: 156:20 error: `$stype:ty` may be followed by `functions`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:156         $(functions: $(fn $fname: ident($($farg: ty),*) -> $fret:ty),+)|*
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:157:11: 157:18 error: `$stype:ty` may be followed by `varargs`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:157         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:157:11: 157:18 error: `$fret:ty` may be followed by `varargs`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:157         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:157:55: 157:58 error: `$vargs:ty` may be followed by `...`, which is not allowed for `ty` fragments 
.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs:157         $(varargs: $(fn $vname: ident($($vargs: ty),+ ...) -> $vret: ty),+)|*
^~~
error: aborting due to 20 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `wayland-sys v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/wayland-sys-0.1.0`,
cause: ChainedError {
error: Could not compile `dlib`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.1.1/src/lib.rs --crate-name dlib --crate-type lib -g -C metadata=6a2f6b2869865c01 -C extra-filename=-6a2f6b2869865c01 --out-dir /home/cratesfyi/wayland-sys-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/wayland-sys-0.1.0/debug/deps -L dependency=/home/cratesfyi/wayland-sys-0.1.0/debug/deps --extern libc=/home/cratesfyi/wayland-sys-0.1.0/debug/deps/liblibc-0c57a2126eb1e7e8.rlib --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.