[go: up one dir, main page]

draw_state 0.1.0

Graphics state blocks for gfx-rs
Build #5505 2016-08-03 18:03:42

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 draw_state v0.1.0
Compiling bitflags v0.7.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.7.0/src/lib.rs --crate-name bitflags --crate-type lib -g -C metadata=0e272044714c8076 -C extra-filename=-0e272044714c8076 --out-dir /home/cratesfyi/draw_state-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/draw_state-0.1.0/debug/deps -L dependency=/home/cratesfyi/draw_state-0.1.0/debug/deps --cap-lints allow`
Documenting draw_state v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs --crate-name draw_state -o /home/cratesfyi/draw_state-0.1.0/doc -L dependency=/home/cratesfyi/draw_state-0.1.0/debug -L dependency=/home/cratesfyi/draw_state-0.1.0/debug/deps --extern bitflags=/home/cratesfyi/draw_state-0.1.0/debug/deps/libbitflags-0e272044714c8076.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs:26:14: 26:18 error: struct `Mask` is private 
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs:26 use target::{Mask, Rect, Stencil};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs:47:21: 47:37 error: struct `ColorMask` is private 
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs:47     pub color_mask: state::ColorMask,
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs:85:25: 85:40 error: constant `MASK_ALL` is private 
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs:85             color_mask: state::MASK_ALL,
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs:92:37: 92:47 error: constant `STENCIL` is private 
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs:92         (if self.stencil.is_some() {t::STENCIL} else {Mask::empty()}) |
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs:93:37: 93:45 error: constant `DEPTH` is private 
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs:93         (if self.depth.is_some()   {t::DEPTH}   else {Mask::empty()}) |
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs:94:37: 94:45 error: constant `COLOR` is private 
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs:94         (if self.blend.is_some()   {t::COLOR}   else {Mask::empty()})
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/state.rs:301:1: 325:2 error: conflicting implementations of trait `std::fmt::Debug` for type `state::ColorMask`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/state.rs:301 impl fmt::Debug for ColorMask {
^
<bitflags macros>:23:1: 39:35 note: conflicting implementation is here: 
<bitflags macros>:23 impl $ crate :: __core :: fmt :: Debug for $ BitFlags {
^
<bitflags macros>:17:24: 19:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/state.rs:289:1: 299:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/target.rs:56:1: 60:2 error: conflicting implementations of trait `std::fmt::Debug` for type `target::Mask`: [E0119]
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/target.rs:56 impl fmt::Debug for Mask {
^
<bitflags macros>:23:1: 39:35 note: conflicting implementation is here: 
<bitflags macros>:23 impl $ crate :: __core :: fmt :: Debug for $ BitFlags {
^
<bitflags macros>:17:24: 19:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/target.rs:43:1: 54:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:23:1: 39:35 error: conflicting implementations of trait `std::fmt::Debug` for type `target::Mirror`: [E0119]
<bitflags macros>:23 impl $ crate :: __core :: fmt :: Debug for $ BitFlags {
^
<bitflags macros>:17:24: 19:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:140:1: 142:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/target.rs:62:1: 69:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/target.rs:64:14: 64:19 note: conflicting implementation is here: 
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/target.rs:64     #[derive(Debug)]
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/target.rs:64:14: 64:19 note: in this expansion of #[derive(Debug)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/target.rs)
<bitflags macros>:140:1: 142:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/target.rs:62:1: 69:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `draw_state v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/draw_state-0.1.0`,
cause: ChainedError {
error: Could not document `draw_state`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.1.0/src/lib.rs --crate-name draw_state -o /home/cratesfyi/draw_state-0.1.0/doc -L dependency=/home/cratesfyi/draw_state-0.1.0/debug -L dependency=/home/cratesfyi/draw_state-0.1.0/debug/deps --extern bitflags=/home/cratesfyi/draw_state-0.1.0/debug/deps/libbitflags-0e272044714c8076.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.