clap 0.8.2

A simple to use, efficient, and full featured Command Line Argument Parser
Build #26527 2016-08-19T14:18:20.608800+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 clap v0.8.2
Compiling strsim v0.5.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.5.0/src/lib.rs --crate-name strsim --crate-type lib -g -C metadata=9807e1903f223aab -C extra-filename=-9807e1903f223aab --out-dir /home/cratesfyi/clap-0.8.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/clap-0.8.2/debug/deps -L dependency=/home/cratesfyi/clap-0.8.2/debug/deps --cap-lints allow`
Compiling ansi_term v0.8.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.8.0/src/lib.rs --crate-name ansi_term --crate-type lib -g -C metadata=7a5cfeb616239ed5 -C extra-filename=-7a5cfeb616239ed5 --out-dir /home/cratesfyi/clap-0.8.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/clap-0.8.2/debug/deps -L dependency=/home/cratesfyi/clap-0.8.2/debug/deps --cap-lints allow`
Documenting clap v0.8.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.8.2/src/lib.rs --crate-name clap -o /home/cratesfyi/clap-0.8.2/doc --cfg feature=\"strsim\" --cfg feature=\"suggestions\" --cfg feature=\"default\" --cfg feature=\"color\" --cfg feature=\"ansi_term\" -L dependency=/home/cratesfyi/clap-0.8.2/debug -L dependency=/home/cratesfyi/clap-0.8.2/debug/deps --extern strsim=/home/cratesfyi/clap-0.8.2/debug/deps/libstrsim-9807e1903f223aab.rlib --extern ansi_term=/home/cratesfyi/clap-0.8.2/debug/deps/libansi_term-7a5cfeb616239ed5.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.8.2/src/app.rs:740:86: 740:89 error: binary operation `+` cannot be applied to type `std::vec::Vec<std::string::String>` [E0369]
.cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.8.2/src/app.rs:740         return g_vec.iter().map(|g| self.get_group_members(g)).fold(vec![], |acc, v| acc + &v)
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.8.2/src/app.rs:740:86: 740:89 note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<std::string::String>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.8.2/src/app.rs:740         return g_vec.iter().map(|g| self.get_group_members(g)).fold(vec![], |acc, v| acc + &v)
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.8.2/src/app.rs:766:44: 766:47 error: binary operation `+` cannot be applied to type `std::vec::Vec<&str>` [E0369]
.cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.8.2/src/app.rs:766                     .fold(vec![], |acc, v| acc + &v)
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.8.2/src/app.rs:766:44: 766:47 note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<&str>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.8.2/src/app.rs:766                     .fold(vec![], |acc, v| acc + &v)
^~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `clap v0.8.2`, intermediate artifacts can be found at `/home/cratesfyi/clap-0.8.2`,
cause: ChainedError {
error: Could not document `clap`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.8.2/src/lib.rs --crate-name clap -o /home/cratesfyi/clap-0.8.2/doc --cfg feature="strsim" --cfg feature="suggestions" --cfg feature="default" --cfg feature="color" --cfg feature="ansi_term" -L dependency=/home/cratesfyi/clap-0.8.2/debug -L dependency=/home/cratesfyi/clap-0.8.2/debug/deps --extern strsim=/home/cratesfyi/clap-0.8.2/debug/deps/libstrsim-9807e1903f223aab.rlib --extern ansi_term=/home/cratesfyi/clap-0.8.2/debug/deps/libansi_term-7a5cfeb616239ed5.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.