ansi_term 0.5.0

Library for ANSI terminal colours and styles (bold, underline)
Build #6087 2016-08-04T00:34:15.222097+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 ansi_term v0.5.0
Documenting ansi_term v0.5.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs --crate-name ansi_term -o /home/cratesfyi/ansi_term-0.5.0/doc -L dependency=/home/cratesfyi/ansi_term-0.5.0/debug -L dependency=/home/cratesfyi/ansi_term-0.5.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:111:10: 111:14 error: the trait bound `ANSIString<'a>: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:111 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:111:10: 111:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:111:10: 111:14 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:137:21: 137:25 error: the trait bound `Colour: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:137 #[derive(PartialEq, Copy, Debug)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:137:21: 137:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:137:21: 137:25 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:207:21: 207:25 error: the trait bound `Style: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:207 #[derive(PartialEq, Copy, Debug)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:207:21: 207:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:207:21: 207:25 note: required by `std::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:401:21: 401:25 error: the trait bound `Difference: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:401 #[derive(PartialEq, Copy, Debug)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:401:21: 401:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs:401:21: 401:25 note: required by `std::marker::Copy` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `ansi_term v0.5.0`, intermediate artifacts can be found at `/home/cratesfyi/ansi_term-0.5.0`,
cause: ChainedError {
error: Could not document `ansi_term`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.5.0/src/ansi_term.rs --crate-name ansi_term -o /home/cratesfyi/ansi_term-0.5.0/doc -L dependency=/home/cratesfyi/ansi_term-0.5.0/debug -L dependency=/home/cratesfyi/ansi_term-0.5.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.