Build #151229 2019-03-27T21:54:36.736653+00:00
# rustc version
rustc 1.35.0-nightly (0f88167f8 2019-03-18)# docs.rs version
cratesfyi 0.6.0 (67b2b94 2019-03-26)# build log
Updating crates.io index
Downloading crates ...
Downloaded cli v0.0.1
Fresh unicode-width v0.1.5
Fresh getopts v0.2.18
Documenting cli v0.0.1
Running `rustdoc --crate-name cli /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url 'getopts=https://docs.rs/getopts/0.2.18' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern getopts=/home/cratesfyi/cratesfyi/debug/deps/libgetopts-3c1ec5c89365d807.rmeta`
error[E0432]: unresolved import `std::old_io`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/term.rs:5:5
|
5 | use std::old_io;
| ^^^^^^^^^^^ no `old_io` in the root
error: Compilation failed, aborting rustdoc
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0432`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name cli /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/cli-0.0.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url \'getopts=https://docs.rs/getopts/0.2.18\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern getopts=/home/cratesfyi/cratesfyi/debug/deps/libgetopts-3c1ec5c89365d807.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }
Could not document `cli`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.