capture 0.1.0

A macro for adding explicit capture clauses to a (closure-) expression.
Build #151137 2019-03-27T21:27:08.501564+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 capture v0.1.0
Documenting capture v0.1.0
Running `rustdoc --crate-name capture /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/capture-0.1.0/src/capture.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 -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0658]: non-builtin inner attributes are unstable (see issue #54726)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/capture-0.1.0/src/capture.rs:58:1
|
58 | #![license = "MIT"]
| ^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_inner_attributes)] to the crate attributes to enable

error[E0658]: The attribute `license` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/capture-0.1.0/src/capture.rs:58:4
|
58 | #![license = "MIT"]
|    ^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error: Compilation failed, aborting rustdoc

error: aborting due to 3 previous errors

For more information about this error, try `rustc --explain E0658`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name capture /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/capture-0.1.0/src/capture.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 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

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