quickcheck 0.2.11

Automatic property based testing with shrinking.
Build #23584 2016-08-17T07:25:32.985236+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 quickcheck v0.2.11
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/quickcheck-0.2.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quickcheck-0.2.11/debug/deps -L dependency=/home/cratesfyi/quickcheck-0.2.11/debug/deps --cap-lints allow`
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=\"use_std\" --cfg feature=\"default\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/quickcheck-0.2.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quickcheck-0.2.11/debug/deps -L dependency=/home/cratesfyi/quickcheck-0.2.11/debug/deps --cap-lints allow`
Compiling rand v0.3.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.14/src/lib.rs --crate-name rand --crate-type lib -g -C metadata=49a08859d086fffe -C extra-filename=-49a08859d086fffe --out-dir /home/cratesfyi/quickcheck-0.2.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/quickcheck-0.2.11/debug/deps -L dependency=/home/cratesfyi/quickcheck-0.2.11/debug/deps --extern libc=/home/cratesfyi/quickcheck-0.2.11/debug/deps/liblibc-1bd8847afb79f283.rlib --cap-lints allow`
Documenting quickcheck v0.2.11
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.2.11/src/lib.rs --crate-name quickcheck -o /home/cratesfyi/quickcheck-0.2.11/doc -L dependency=/home/cratesfyi/quickcheck-0.2.11/debug -L dependency=/home/cratesfyi/quickcheck-0.2.11/debug/deps --extern log=/home/cratesfyi/quickcheck-0.2.11/debug/deps/liblog-bf16bb9a4912b11d.rlib --extern rand=/home/cratesfyi/quickcheck-0.2.11/debug/deps/librand-49a08859d086fffe.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.2.11/src/tester.rs:292:28: 292:55 error: trait `std::marker::PhantomFn` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.2.11/src/tester.rs:292 trait Fun<A, B, C, D, T> : ::std::marker::PhantomFn<T> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.2.11/src/tester.rs:292:28: 292:55 help: no candidates by the name of `PhantomFn` found in your project; maybe you misspelled the name or forgot to import an external crate? 
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `quickcheck v0.2.11`, intermediate artifacts can be found at `/home/cratesfyi/quickcheck-0.2.11`,
cause: ChainedError {
error: Could not document `quickcheck`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-0.2.11/src/lib.rs --crate-name quickcheck -o /home/cratesfyi/quickcheck-0.2.11/doc -L dependency=/home/cratesfyi/quickcheck-0.2.11/debug -L dependency=/home/cratesfyi/quickcheck-0.2.11/debug/deps --extern log=/home/cratesfyi/quickcheck-0.2.11/debug/deps/liblog-bf16bb9a4912b11d.rlib --extern rand=/home/cratesfyi/quickcheck-0.2.11/debug/deps/librand-49a08859d086fffe.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.