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 fluent-impl v0.1.2 Fresh unicode-xid v0.1.0 Fresh proc-macro2 v0.4.12 Fresh quote v0.6.6 Fresh syn v0.14.8 Documenting fluent-impl v0.1.2 Running `rustdoc --crate-name fluent_impl .cargo/registry/src/github.com-1ecc6299db9ec823/fluent-impl-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 quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-677a0acf614e36c5.rlib --extern-version quote=quote,0.6.6 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-d51c9bdba6a2f56d.rlib --extern-version syn=syn,0.14.8 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-819f0e58043d813e.rlib --extern-version proc_macro2=proc-macro2,0.4.12` error[E0658]: attribute proc macros are currently unstable (see issue #38356) --> .cargo/registry/src/github.com-1ecc6299db9ec823/fluent-impl-0.1.2/src/lib.rs:346:1 | 346 | #[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/fluent-impl-0.1.2/src/lib.rs:353:1 | 353 | #[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 `fluent-impl`., cause: process didn't exit successfully: `rustdoc --crate-name fluent_impl .cargo/registry/src/github.com-1ecc6299db9ec823/fluent-impl-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 quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-677a0acf614e36c5.rlib --extern-version quote=quote,0.6.6 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-d51c9bdba6a2f56d.rlib --extern-version syn=syn,0.14.8 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-819f0e58043d813e.rlib --extern-version proc_macro2=proc-macro2,0.4.12` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.