compiletest_rs 0.2.4

The compiletest utility from the Rust compiler as a standalone testing harness
Build #31901 2016-10-08T18:55:15.276271+00:00
# rustc version
rustc 1.14.0-nightly (3210fd5c2 2016-10-05)
# docs.rs version
cratesfyi 0.2.0 (fb1be72 2016-08-29)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading compiletest_rs v0.2.4
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/compiletest_rs-0.2.4/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/compiletest_rs-0.2.4/debug/deps -L dependency=/home/cratesfyi/compiletest_rs-0.2.4/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=\"default\" --cfg feature=\"use_std\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/compiletest_rs-0.2.4/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/compiletest_rs-0.2.4/debug/deps -L dependency=/home/cratesfyi/compiletest_rs-0.2.4/debug/deps --cap-lints allow`
Documenting compiletest_rs v0.2.4
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.4/src/compiletest.rs --crate-name compiletest_rs -o /home/cratesfyi/compiletest_rs-0.2.4/doc -L dependency=/home/cratesfyi/compiletest_rs-0.2.4/debug -L dependency=/home/cratesfyi/compiletest_rs-0.2.4/debug/deps --extern log=/home/cratesfyi/compiletest_rs-0.2.4/debug/deps/liblog-bf16bb9a4912b11d.rlib --extern rustc_serialize=/home/cratesfyi/compiletest_rs-0.2.4/debug/deps/librustc_serialize-3561541d79c18212.rlib`
error[E0281]: type mismatch: the type `[closure@.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.4/src/compiletest.rs:292:30: 294:6 config:_, testpaths:_]` implements the trait `std::ops::FnOnce<((),)>`, but the trait `std::ops::FnOnce<()>` is required (expected (), found tuple)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.4/src/compiletest.rs:292:21
|
292 |     test::DynTestFn(Box::new(move |()| {
|                     ^
|
= note: required because of the requirements on the impl of `std::boxed::FnBox<()>` for `[closure@.cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.4/src/compiletest.rs:292:30: 294:6 config:_, testpaths:_]`
= note: required for the cast to the object type `std::boxed::FnBox<(), Output=()> + Send + 'static`

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: failed to compile `compiletest_rs v0.2.4`, intermediate artifacts can be found at `/home/cratesfyi/compiletest_rs-0.2.4`,
cause: ChainedError {
error: Could not document `compiletest_rs`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.4/src/compiletest.rs --crate-name compiletest_rs -o /home/cratesfyi/compiletest_rs-0.2.4/doc -L dependency=/home/cratesfyi/compiletest_rs-0.2.4/debug -L dependency=/home/cratesfyi/compiletest_rs-0.2.4/debug/deps --extern log=/home/cratesfyi/compiletest_rs-0.2.4/debug/deps/liblog-bf16bb9a4912b11d.rlib --extern rustc_serialize=/home/cratesfyi/compiletest_rs-0.2.4/debug/deps/librustc_serialize-3561541d79c18212.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.