Build #122124 2018-10-18T12:02:26.015772+00:00
# 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 rstest v0.2.2
Fresh unicode-xid v0.1.0
Fresh proc-macro2 v0.4.20
Fresh quote v0.6.8
Fresh syn v0.14.9
Documenting rstest v0.2.2
Running `rustdoc --crate-name rstest .cargo/registry/src/github.com-1ecc6299db9ec823/rstest-0.2.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 proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-9cfead491f541d08.rlib --extern-version proc_macro2=proc-macro2,0.4.20 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-659bd544ea5c7385.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/rstest-0.2.2/src/lib.rs:224:1
|
224 | #[proc_macro_attribute]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable
error[E0658]: attribute proc macros are currently unstable (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rstest-0.2.2/src/lib.rs:280:1
|
280 | #[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 `rstest`.,
cause: process didn't exit successfully: `rustdoc --crate-name rstest .cargo/registry/src/github.com-1ecc6299db9ec823/rstest-0.2.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 proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-9cfead491f541d08.rlib --extern-version proc_macro2=proc-macro2,0.4.20 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-659bd544ea5c7385.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.