expectation_plugin 0.1.2

Expectation Tests Plugin
Build #115038 2018-08-31 04:36:07

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.28.0-dev (b9bf4f162 2018-06-02)

# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading expectation_plugin v0.1.2 Fresh unicode-xid v0.1.0 Fresh proc-macro2 v0.4.15 Compiling quote v0.6.8 Running `rustc --crate-name quote .cargo/registry/src/github.com-1ecc6299db9ec823/quote-0.6.8/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="proc-macro"' --cfg 'feature="default"' --cfg 'feature="proc-macro2"' -C metadata=5f93e316f9f0b34f -C extra-filename=-5f93e316f9f0b34f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-9412572e247dd482.rlib --extern-version proc_macro2=proc-macro2,0.4.15 --cap-lints allow` Compiling syn v0.14.9 Running `rustc --crate-name syn .cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.14.9/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="proc-macro2"' --cfg 'feature="parsing"' --cfg 'feature="proc-macro"' --cfg 'feature="printing"' --cfg 'feature="clone-impls"' --cfg 'feature="full"' --cfg 'feature="quote"' -C metadata=b4f10831c66a230d -C extra-filename=-b4f10831c66a230d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-5f93e316f9f0b34f.rlib --extern-version quote=quote,0.6.8 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-9412572e247dd482.rlib --extern-version proc_macro2=proc-macro2,0.4.15 --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-3eff40339770c4d8.rlib --extern-version unicode_xid=unicode-xid,0.1.0 --cap-lints allow` Documenting expectation_plugin v0.1.2 Running `rustdoc --crate-name expectation_plugin .cargo/registry/src/github.com-1ecc6299db9ec823/expectation_plugin-0.1.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-b4f10831c66a230d.rlib --extern-version syn=syn,0.14.9 --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-5f93e316f9f0b34f.rlib --extern-version quote=quote,0.6.8` error[E0658]: attribute proc macros are currently unstable (see issue #38356) --> .cargo/registry/src/github.com-1ecc6299db9ec823/expectation_plugin-0.1.2/src/lib.rs:8:1 | 8 | #[proc_macro_attribute] | ^^^^^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(proc_macro)] to the crate attributes to enable thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `expectation_plugin`., cause: process didn't exit successfully: `rustdoc --crate-name expectation_plugin .cargo/registry/src/github.com-1ecc6299db9ec823/expectation_plugin-0.1.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-b4f10831c66a230d.rlib --extern-version syn=syn,0.14.9 --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-5f93e316f9f0b34f.rlib --extern-version quote=quote,0.6.8` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.