compiletest_rs 0.2.5

The compiletest utility from the Rust compiler as a standalone testing harness
Build #36391 2016-12-16T23:43:26.011813+00:00
# rustc version
rustc 1.15.0-nightly (daf8c1dfc 2016-12-05)
# docs.rs version
cratesfyi 0.2.2 (4f7a57c 2016-10-20)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading compiletest_rs v0.2.5
Compiling rustc-serialize v0.3.22
Compiling log v0.3.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.22/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=6b938435173797f7 -C extra-filename=-6b938435173797f7 --out-dir /home/cratesfyi/compiletest_rs-0.2.5/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/compiletest_rs-0.2.5/debug/deps --cap-lints allow`
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.5/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/compiletest_rs-0.2.5/debug/deps --cap-lints allow`
Documenting compiletest_rs v0.2.5
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.5/src/compiletest.rs --crate-name compiletest_rs -o /home/cratesfyi/compiletest_rs-0.2.5/doc -L dependency=/home/cratesfyi/compiletest_rs-0.2.5/debug/deps --extern rustc_serialize=/home/cratesfyi/compiletest_rs-0.2.5/debug/deps/librustc_serialize-6b938435173797f7.rlib --extern log=/home/cratesfyi/compiletest_rs-0.2.5/debug/deps/liblog-bf16bb9a4912b11d.rlib`
error[E0560]: struct `test::TestOpts` has no field named `filter_exact`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.5/src/compiletest.rs:132:9
|
132 |         filter_exact: config.filter_exact,
|         ^^^^^^^^^^^^^ `test::TestOpts` does not have this field

error[E0560]: struct `test::TestOpts` has no field named `list`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.5/src/compiletest.rs:145:9
|
145 |         list: false,
|         ^^^^^ `test::TestOpts` does not have this field

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: Could not document `compiletest_rs`.,
cause: process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.5/src/compiletest.rs --crate-name compiletest_rs -o /home/cratesfyi/compiletest_rs-0.2.5/doc -L dependency=/home/cratesfyi/compiletest_rs-0.2.5/debug/deps --extern rustc_serialize=/home/cratesfyi/compiletest_rs-0.2.5/debug/deps/librustc_serialize-6b938435173797f7.rlib --extern log=/home/cratesfyi/compiletest_rs-0.2.5/debug/deps/liblog-bf16bb9a4912b11d.rlib` (exit code: 101)
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.