build_epoch 0.0.1

Macro for calculating the epoch at compile time
Build #151119 2019-03-27T21:22:42.158553+00:00
# rustc version
rustc 1.35.0-nightly (0f88167f8 2019-03-18)
# docs.rs version
cratesfyi 0.6.0 (67b2b94 2019-03-26)

# build log
Updating crates.io index
Downloading crates ...
Downloaded build_epoch v0.0.1
Fresh lazy_static v1.3.0
Fresh libc v0.2.50
Fresh time v0.1.42
Documenting build_epoch v0.0.1
Running `rustdoc --crate-name build_epoch /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/build_epoch-0.0.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url 'lazy_static=https://docs.rs/lazy_static/1.3.0' --extern-html-root-url 'time=https://docs.rs/time/0.1.42' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-7d2965d58209ad65.rmeta --extern time=/home/cratesfyi/cratesfyi/debug/deps/libtime-a0e308634d1a4bb9.rmeta`
error[E0432]: unresolved import `rustc::plugin`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/build_epoch-0.0.1/src/lib.rs:13:12
|
13 | use rustc::plugin::Registry;
|            ^^^^^^ could not find `plugin` in `rustc`

error[E0432]: unresolved import `syntax::codemap`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/build_epoch-0.0.1/src/lib.rs:14:13
|
14 | use syntax::codemap::Span;
|             ^^^^^^^ could not find `codemap` in `syntax`

error[E0432]: unresolved imports `syntax::ast::Lit_`, `syntax::ast::Sign`, `syntax::ast::TokenTree`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/build_epoch-0.0.1/src/lib.rs:15:26
|
15 | use syntax::ast::{IntTy, Lit_, LitIntType, Sign, TokenTree};
|                          ^^^^              ^^^^  ^^^^^^^^^ no `TokenTree` in `ast`
|                          |                 |
|                          |                 no `Sign` in `ast`
|                          no `Lit_` in `ast`
|                          help: a similar name exists in the module: `Lit`

error: Compilation failed, aborting rustdoc

error: aborting due to 4 previous errors

For more information about this error, try `rustc --explain E0432`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name build_epoch /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/build_epoch-0.0.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url \'lazy_static=https://docs.rs/lazy_static/1.3.0\' --extern-html-root-url \'time=https://docs.rs/time/0.1.42\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-7d2965d58209ad65.rmeta --extern time=/home/cratesfyi/cratesfyi/debug/deps/libtime-a0e308634d1a4bb9.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `build_epoch`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.