itertools 0.1.0

extra iterator adaptors, functions and macros
Build #11555 2016-08-08T13:17:47.780610+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 itertools v0.1.0
Documenting itertools v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs --crate-name itertools -o /home/cratesfyi/itertools-0.1.0/doc -L dependency=/home/cratesfyi/itertools-0.1.0/debug -L dependency=/home/cratesfyi/itertools-0.1.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/adaptors.rs:410:20: 410:24 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/adaptors.rs:410         let div = |&: x: usize| {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/adaptors.rs:410:20: 410:24 note: rely on inference instead 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs:88:1: 88:4 error: can't qualify macro_rules invocation with `pub` 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs:88 pub macro_rules! iproduct {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs:88:1: 88:4 help: did you mean #[macro_export]? 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs:132:1: 132:4 error: can't qualify macro_rules invocation with `pub` 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs:132 pub macro_rules! izip {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs:132:1: 132:4 help: did you mean #[macro_export]? 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs:170:1: 170:4 error: can't qualify macro_rules invocation with `pub` 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs:170 pub macro_rules! icompr {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs:170:1: 170:4 help: did you mean #[macro_export]? 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs:434:25: 434:28 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs:434         let mut index = 0us;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs:434:25: 434:28 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/adaptors.rs:8:5: 8:18 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/adaptors.rs:8 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/intersperse.rs:1:5: 1:18 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/intersperse.rs:1 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:3:16: 3:21 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:3 use std::num::{Float, NumCast};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:3:23: 3:30 error: unresolved import `std::num::NumCast`. There is no `NumCast` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:3 use std::num::{Float, NumCast};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/misc.rs:5:5: 5:14 error: unresolved import `std::ops::FullRange`. There is no `FullRange` in `std::ops` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/misc.rs:5     FullRange,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/tee.rs:2:5: 2:30 error: unresolved import `std::collections::RingBuf`. There is no `RingBuf` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/tee.rs:2 use std::collections::RingBuf;
^~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/tee.rs:4:5: 4:18 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/tee.rs:4 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/zip.rs:2:5: 2:36 error: unresolved import `std::iter::RandomAccessIterator`. There is no `RandomAccessIterator` in `std::iter` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/zip.rs:2 use std::iter::RandomAccessIterator;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:8:35: 8:51 error: type name `iter::Counter` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:8 pub type Linspace<F> = iter::Take<iter::Counter<F>>;
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:8:35: 8:51 help: no candidates by the name of `Counter` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:22:20: 22:25 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:22 pub fn linspace<F: Float>(a: F, b: F, n: usize) -> Linspace<F>
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:27:9: 27:20 error: unresolved name `iter::count` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:27         iter::count(a, step).take(n)
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:29:9: 29:20 error: unresolved name `iter::count` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/linspace.rs:29         iter::count(a, Float::one()).take(n)
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:26:11: 26:44 error: type name `marker::ContravariantLifetime` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:26     life: marker::ContravariantLifetime<'a>,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:26:11: 26:44 help: no candidates by the name of `ContravariantLifetime` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:39:11: 39:44 error: type name `marker::ContravariantLifetime` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:39     life: marker::ContravariantLifetime<'a>,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:39:11: 39:44 help: no candidates by the name of `ContravariantLifetime` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:40:13: 40:27 error: type name `marker::NoCopy` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:40     nocopy: marker::NoCopy
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:40:13: 40:27 help: no candidates by the name of `NoCopy` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:53:19: 53:48 error: unresolved name `marker::ContravariantLifetime` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:53             life: marker::ContravariantLifetime,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:68:19: 68:48 error: unresolved name `marker::ContravariantLifetime` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:68             life: marker::ContravariantLifetime,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:69:21: 69:35 error: unresolved name `marker::NoCopy` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:69             nocopy: marker::NoCopy,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:234:26: 234:31 error: unresolved name `range` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:234                 for i in range(0, self.len()) {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:246:1: 246:64 note: in this expansion of stride_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:234:26: 234:31 error: unresolved name `range` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:234                 for i in range(0, self.len()) {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:247:1: 247:77 note: in this expansion of stride_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:259:5: 259:21 error: type `Output` is not a member of trait `IndexMut` [E0437]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/stride.rs:259     type Output = A;
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/zip.rs:81:12: 81:40 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/zip.rs:81         T: RandomAccessIterator<Item=A>,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/zip.rs:82:12: 82:40 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/zip.rs:82         U: RandomAccessIterator<Item=B>,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/zip.rs:79:18: 79:38 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/zip.rs:79 impl<A, B, T, U> RandomAccessIterator for ZipLongest<T, U>
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/adaptors.rs:426:8: 426:22 error: wrong number of type arguments: expected 1, found 2 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/adaptors.rs:426     a: Peekable<T, A>,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/adaptors.rs:427:8: 427:22 error: wrong number of type arguments: expected 1, found 2 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/adaptors.rs:427     b: Peekable<T, B>,
^~~~~~~~~~~~~~
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `itertools v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/itertools-0.1.0`,
cause: ChainedError {
error: Could not document `itertools`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.1.0/src/lib.rs --crate-name itertools -o /home/cratesfyi/itertools-0.1.0/doc -L dependency=/home/cratesfyi/itertools-0.1.0/debug -L dependency=/home/cratesfyi/itertools-0.1.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.