quickcheck 0.1.32

Automatic property based testing with shrinking.
Build #23602 2016-08-17T07:28:27.180555+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
thread 'rustc' panicked at 'phase_2_configure_and_expand aborted in rustdoc!: 1', ../src/libcore/result.rs:788
note: Run with `RUST_BACKTRACE=1` for a backtrace.

Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading quickcheck v0.1.32
Compiling log v0.3.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.6/src/lib.rs --crate-name log --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/quickcheck-0.1.32/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quickcheck-0.1.32/debug/deps -L dependency=/home/cratesfyi/quickcheck-0.1.32/debug/deps --cap-lints allow`
Documenting quickcheck v0.1.32
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/lib.rs --crate-name quickcheck -o /home/cratesfyi/quickcheck-0.1.32/doc -L dependency=/home/cratesfyi/quickcheck-0.1.32/debug -L dependency=/home/cratesfyi/quickcheck-0.1.32/debug/deps --extern log=/home/cratesfyi/quickcheck-0.1.32/debug/deps/liblog-bf16bb9a4912b11d.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:390:20: 390:27 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:390         let cat = |&mut: x: &Vec<A>| {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:390:20: 390:27 note: rely on inference instead 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:403:44: 403:47 error: invalid suffix `is` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:403 fn half<A: Int>(x: A) -> A { x / num::cast(2is).unwrap() }
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:403:44: 403:47 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:512:30: 512:33 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:512         for _ in iter::range(0us, 100) {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:512:30: 512:33 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:571:12: 571:15 error: invalid suffix `is` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:571         eq(5is, vec![0, 3, 4]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:571:12: 571:15 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:572:13: 572:16 error: invalid suffix `is` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:572         eq(-5is, vec![5, 0, -3, -4]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:572:13: 572:16 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:573:12: 573:15 error: invalid suffix `is` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:573         eq(0is, vec![]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:573:12: 573:15 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:606:12: 606:15 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:606         eq(5us, vec![0, 3, 4]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:606:12: 606:15 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:607:12: 607:15 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:607         eq(0us, vec![]);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:607:12: 607:15 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:654:27: 654:29 error: invalid suffix `i` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:654             map.insert(1, 1i);
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:654:27: 654:29 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:672:24: 672:27 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:672             map.insert(1us, 1is);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:672:24: 672:27 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:672:29: 672:32 error: invalid suffix `is` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:672             map.insert(1us, 1is);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/arbitrary.rs:672:29: 672:32 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/lib.rs:9:1: 9:17 error: The attribute `experimental` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) 
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/lib.rs:9 #![experimental]
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/lib.rs:9:1: 9:17 help: add #![feature(custom_attribute)] to the crate attributes to enable 
error: internal compiler error: unexpected panic 
note: the compiler unexpectedly panicked. this is a bug. 
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports 
thread 'main' panicked at 'ChainedError {
error: failed to compile `quickcheck v0.1.32`, intermediate artifacts can be found at `/home/cratesfyi/quickcheck-0.1.32`,
cause: ChainedError {
error: Could not document `quickcheck`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.1.32/src/lib.rs --crate-name quickcheck -o /home/cratesfyi/quickcheck-0.1.32/doc -L dependency=/home/cratesfyi/quickcheck-0.1.32/debug -L dependency=/home/cratesfyi/quickcheck-0.1.32/debug/deps --extern log=/home/cratesfyi/quickcheck-0.1.32/debug/deps/liblog-bf16bb9a4912b11d.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.