[go: up one dir, main page]

term 0.2.5

A terminal formatting library
Build #25881 2016-08-19 01:31:18

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 term v0.2.5
Documenting term v0.2.5
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/lib.rs --crate-name term -o /home/cratesfyi/term-0.2.5/doc -L dependency=/home/cratesfyi/term-0.2.5/debug -L dependency=/home/cratesfyi/term-0.2.5/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:22:10: 22:14 error: the trait bound `terminfo::parm::States: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:22 #[derive(Copy, PartialEq)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:22:10: 22:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:22:10: 22:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:39:10: 39:14 error: the trait bound `terminfo::parm::FormatState: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:39 #[derive(Copy, PartialEq)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:39:10: 39:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:39:10: 39:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:451:10: 451:14 error: the trait bound `terminfo::parm::Flags: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:451 #[derive(Copy, PartialEq)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:451:10: 451:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:451:10: 451:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:468:10: 468:14 error: the trait bound `terminfo::parm::FormatOp: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:468 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:468:10: 468:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/terminfo/parm.rs:468:10: 468:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/lib.rs:137:32: 137:36 error: the trait bound `Attr: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/lib.rs:137 #[derive(Debug, PartialEq, Eq, Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/lib.rs:137:32: 137:36 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/lib.rs:137:32: 137:36 note: required by `std::marker::Copy` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `term v0.2.5`, intermediate artifacts can be found at `/home/cratesfyi/term-0.2.5`,
cause: ChainedError {
error: Could not document `term`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/term-0.2.5/src/lib.rs --crate-name term -o /home/cratesfyi/term-0.2.5/doc -L dependency=/home/cratesfyi/term-0.2.5/debug -L dependency=/home/cratesfyi/term-0.2.5/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.