hackfn 0.1.0

Fake implementation of `std::ops::Fn` for user-defined data types.
Build #116138 2018-09-08T08:10:14.352041+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 hackfn v0.1.0
Fresh unicode-xid v0.1.0
Fresh proc-macro2 v0.4.18
Fresh quote v0.6.8
Compiling syn v0.15.1
Running `rustc --crate-name syn .cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="derive"' --cfg 'feature="default"' --cfg 'feature="proc-macro2"' --cfg 'feature="printing"' --cfg 'feature="parsing"' --cfg 'feature="quote"' --cfg 'feature="proc-macro"' -C metadata=afc8fe13d1231f71 -C extra-filename=-afc8fe13d1231f71 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-3eff40339770c4d8.rlib --extern-version unicode_xid=unicode-xid,0.1.0 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-f6279038a5777e0d.rlib --extern-version proc_macro2=proc-macro2,0.4.18 --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-5f93e316f9f0b34f.rlib --extern-version quote=quote,0.6.8 --cap-lints allow`
Documenting hackfn v0.1.0
Running `rustdoc --crate-name hackfn .cargo/registry/src/github.com-1ecc6299db9ec823/hackfn-0.1.0/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-afc8fe13d1231f71.rlib --extern-version syn=syn,0.15.1 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-f6279038a5777e0d.rlib --extern-version proc_macro2=proc-macro2,0.4.18 --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-5f93e316f9f0b34f.rlib --extern-version quote=quote,0.6.8`
error[E0432]: unresolved import `syn::Token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hackfn-0.1.0/src/lib.rs:92:39
|
92 | use syn::{Attribute, Generics, Ident, Token, Type, Visibility};
|                                       ^^^^^ no `Token` in the root. Did you mean to use `token`?

error[E0658]: attribute proc macros are currently unstable (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hackfn-0.1.0/src/lib.rs:182:1
|
182 | #[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 `hackfn`.,
cause: process didn't exit successfully: `rustdoc --crate-name hackfn .cargo/registry/src/github.com-1ecc6299db9ec823/hackfn-0.1.0/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-afc8fe13d1231f71.rlib --extern-version syn=syn,0.15.1 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-f6279038a5777e0d.rlib --extern-version proc_macro2=proc-macro2,0.4.18 --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.