clap 0.5.3

A simple and efficient Command Line Argument Parser
Build #26554 2016-08-19T14:24:30.336264+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.5.3
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/clap-0.5.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/clap-0.5.3/debug/deps -L dependency=/home/cratesfyi/clap-0.5.3/debug/deps --cap-lints allow`
Documenting clap v0.5.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.5.3/src/lib.rs --crate-name clap -o /home/cratesfyi/clap-0.5.3/doc -L dependency=/home/cratesfyi/clap-0.5.3/debug -L dependency=/home/cratesfyi/clap-0.5.3/debug/deps --extern libc=/home/cratesfyi/clap-0.5.3/debug/deps/liblibc-1bd8847afb79f283.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.5.3/src/app.rs:557:19: 557:39 error: unresolved name `env::set_exit_status` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.5.3/src/app.rs:557         if quit { env::set_exit_status(1); self.exit(); }
^~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `clap v0.5.3`, intermediate artifacts can be found at `/home/cratesfyi/clap-0.5.3`,
cause: ChainedError {
error: Could not document `clap`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/clap-0.5.3/src/lib.rs --crate-name clap -o /home/cratesfyi/clap-0.5.3/doc -L dependency=/home/cratesfyi/clap-0.5.3/debug -L dependency=/home/cratesfyi/clap-0.5.3/debug/deps --extern libc=/home/cratesfyi/clap-0.5.3/debug/deps/liblibc-1bd8847afb79f283.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.