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 getopts v0.2.7 Compiling log v0.3.6 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.6/src/lib.rs --crate-name log --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/getopts-0.2.7/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/getopts-0.2.7/debug/deps -L dependency=/home/cratesfyi/getopts-0.2.7/debug/deps --cap-lints allow` Documenting getopts v0.2.7 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs --crate-name getopts -o /home/cratesfyi/getopts-0.2.7/doc -L dependency=/home/cratesfyi/getopts-0.2.7/debug -L dependency=/home/cratesfyi/getopts-0.2.7/debug/deps --extern log=/home/cratesfyi/getopts-0.2.7/debug/deps/liblog-bf16bb9a4912b11d.rlib` .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:622:10: 622:14 error: the trait bound `FailType: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:622 #[derive(Copy, PartialEq, Eq)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:622:10: 622:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:622:10: 622:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:863:10: 863:14 error: the trait bound `SplitWithinState: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:863 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:863:10: 863:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:863:10: 863:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:870:10: 870:14 error: the trait bound `Whitespace: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:870 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:870:10: 870:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:870:10: 870:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:876:10: 876:14 error: the trait bound `LengthLimit: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:876 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:876:10: 876:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs:876:10: 876:14 note: required by `std::marker::Copy` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `getopts v0.2.7`, intermediate artifacts can be found at `/home/cratesfyi/getopts-0.2.7`, cause: ChainedError { error: Could not document `getopts`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.7/src/lib.rs --crate-name getopts -o /home/cratesfyi/getopts-0.2.7/doc -L dependency=/home/cratesfyi/getopts-0.2.7/debug -L dependency=/home/cratesfyi/getopts-0.2.7/debug/deps --extern log=/home/cratesfyi/getopts-0.2.7/debug/deps/liblog-bf16bb9a4912b11d.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.