Build #27635 2016-08-20T16:04:58.250199+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 zip-longest v0.1.7
Documenting zip-longest v0.1.7
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/zip-longest-0.1.7/lib.rs --crate-name zip_longest -o /home/cratesfyi/zip-longest-0.1.7/doc -L dependency=/home/cratesfyi/zip-longest-0.1.7/debug -L dependency=/home/cratesfyi/zip-longest-0.1.7/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/zip-longest-0.1.7/lib.rs:4:5: 4:36 error: unresolved import `std::iter::RandomAccessIterator`. There is no `RandomAccessIterator` in `std::iter` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/zip-longest-0.1.7/lib.rs:4 use std::iter::RandomAccessIterator;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/zip-longest-0.1.7/lib.rs:87:9: 87:29 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/zip-longest-0.1.7/lib.rs:87 impl<T: RandomAccessIterator, U: RandomAccessIterator> RandomAccessIterator for ZipLongest<T, U> {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/zip-longest-0.1.7/lib.rs:87:34: 87:54 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/zip-longest-0.1.7/lib.rs:87 impl<T: RandomAccessIterator, U: RandomAccessIterator> RandomAccessIterator for ZipLongest<T, U> {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/zip-longest-0.1.7/lib.rs:87:56: 87:76 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/zip-longest-0.1.7/lib.rs:87 impl<T: RandomAccessIterator, U: RandomAccessIterator> RandomAccessIterator for ZipLongest<T, U> {
^~~~~~~~~~~~~~~~~~~~
error: cannot continue compilation due to previous error
thread 'main' panicked at 'ChainedError {
error: failed to compile `zip-longest v0.1.7`, intermediate artifacts can be found at `/home/cratesfyi/zip-longest-0.1.7`,
cause: ChainedError {
error: Could not document `zip-longest`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/zip-longest-0.1.7/lib.rs --crate-name zip_longest -o /home/cratesfyi/zip-longest-0.1.7/doc -L dependency=/home/cratesfyi/zip-longest-0.1.7/debug -L dependency=/home/cratesfyi/zip-longest-0.1.7/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.