rec 0.11.0

Regular Expression Constructor
Build #178468 2019-08-13T19:08:19.323677+00:00
# rustc version
rustc 1.38.0-nightly (95b1fe560 2019-07-20)
# docs.rs version
cratesfyi 0.6.0 (f01dedd 2019-07-30)

# build log
Updating crates.io index
Fresh unicode-xid v0.1.0
Fresh regex-syntax v0.6.11
Fresh proc-macro2 v0.4.30
Fresh quote v0.6.13
Fresh syn v0.15.44
Documenting rec v0.11.0
Running `rustdoc --edition=2018 --crate-name rec /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rec-0.11.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190720-1.38.0-nightly-95b1fe560 --static-root-path / --disable-per-crate-search --extern-html-root-url 'proc_macro2=https://docs.rs/proc-macro2/0.4.30' --extern-html-root-url 'quote=https://docs.rs/quote/0.6.13' --extern-html-root-url 'regex=https://docs.rs/regex/1.2.1' --extern-html-root-url 'regex_syntax=https://docs.rs/regex-syntax/0.6.11' --extern-html-root-url 'syn=https://docs.rs/syn/0.15.44' --extern-html-root-url 'version_sync=https://docs.rs/version-sync/0.8.1' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-eccbefa2d5193c1f.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-87bc01c45da7d88d.rmeta --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-72a8145841c2e463.rmeta --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-c1c502092609bf37.rmeta`
error[E0432]: unresolved imports `syn::Item`, `syn::ItemConst`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rec-0.11.0/src/lib.rs:118:23
|
118 |     ExprUnary, Ident, Item, ItemConst, Lit, Path, UnOp,
|                       ^^^^  ^^^^^^^^^ no `ItemConst` in the root
|                       |
|                       no `Item` in the root

error: Compilation failed, aborting rustdoc

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0432`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --edition=2018 --crate-name rec /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rec-0.11.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190720-1.38.0-nightly-95b1fe560 --static-root-path / --disable-per-crate-search --extern-html-root-url \'proc_macro2=https://docs.rs/proc-macro2/0.4.30\' --extern-html-root-url \'quote=https://docs.rs/quote/0.6.13\' --extern-html-root-url \'regex=https://docs.rs/regex/1.2.1\' --extern-html-root-url \'regex_syntax=https://docs.rs/regex-syntax/0.6.11\' --extern-html-root-url \'syn=https://docs.rs/syn/0.15.44\' --extern-html-root-url \'version_sync=https://docs.rs/version-sync/0.8.1\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-eccbefa2d5193c1f.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-87bc01c45da7d88d.rmeta --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-72a8145841c2e463.rmeta --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-c1c502092609bf37.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `rec`.', src/bin/cratesfyi.rs:161:13
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.