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.14.0-nightly (3210fd5c2 2016-10-05)# docs.rs version
cratesfyi 0.2.0 (fb1be72 2016-08-29)# build log
thread 'rustc' panicked at 'phase_2_configure_and_expand aborted in rustdoc!: 1', ../src/libcore/result.rs:799
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading tojson_macros v0.3.1
Compiling quote v0.2.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quote-0.2.3/src/lib.rs --crate-name quote --crate-type lib -g -C metadata=24e67289d43f0ee2 -C extra-filename=-24e67289d43f0ee2 --out-dir /home/cratesfyi/tojson_macros-0.3.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/tojson_macros-0.3.1/debug/deps -L dependency=/home/cratesfyi/tojson_macros-0.3.1/debug/deps --cap-lints allow`
Compiling unicode-xid v0.0.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.0.3/src/lib.rs --crate-name unicode_xid --crate-type lib -g --cfg feature=\"default\" -C metadata=6613e5c0eda58b13 -C extra-filename=-6613e5c0eda58b13 --out-dir /home/cratesfyi/tojson_macros-0.3.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/tojson_macros-0.3.1/debug/deps -L dependency=/home/cratesfyi/tojson_macros-0.3.1/debug/deps --cap-lints allow`
Compiling syn v0.8.7
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.8.7/src/lib.rs --crate-name syn --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"quote\" --cfg feature=\"unicode-xid\" --cfg feature=\"parsing\" --cfg feature=\"printing\" -C metadata=87f9b8a8a2b02a03 -C extra-filename=-87f9b8a8a2b02a03 --out-dir /home/cratesfyi/tojson_macros-0.3.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/tojson_macros-0.3.1/debug/deps -L dependency=/home/cratesfyi/tojson_macros-0.3.1/debug/deps --extern quote=/home/cratesfyi/tojson_macros-0.3.1/debug/deps/libquote-24e67289d43f0ee2.rlib --extern unicode_xid=/home/cratesfyi/tojson_macros-0.3.1/debug/deps/libunicode_xid-6613e5c0eda58b13.rlib --cap-lints allow`
Documenting tojson_macros v0.3.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/tojson_macros-0.3.1/src/lib.rs --crate-name tojson_macros -o /home/cratesfyi/tojson_macros-0.3.1/doc -L dependency=/home/cratesfyi/tojson_macros-0.3.1/debug -L dependency=/home/cratesfyi/tojson_macros-0.3.1/debug/deps --extern syn=/home/cratesfyi/tojson_macros-0.3.1/debug/deps/libsyn-87f9b8a8a2b02a03.rlib --extern quote=/home/cratesfyi/tojson_macros-0.3.1/debug/deps/libquote-24e67289d43f0ee2.rlib`
error: The attribute `proc_macro_derive` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/tojson_macros-0.3.1/src/lib.rs:14:1
|
14 | #[proc_macro_derive(ToJson)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
thread 'main' panicked at 'ChainedError {
error: failed to compile `tojson_macros v0.3.1`, intermediate artifacts can be found at `/home/cratesfyi/tojson_macros-0.3.1`,
cause: ChainedError {
error: Could not document `tojson_macros`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/tojson_macros-0.3.1/src/lib.rs --crate-name tojson_macros -o /home/cratesfyi/tojson_macros-0.3.1/doc -L dependency=/home/cratesfyi/tojson_macros-0.3.1/debug -L dependency=/home/cratesfyi/tojson_macros-0.3.1/debug/deps --extern syn=/home/cratesfyi/tojson_macros-0.3.1/debug/deps/libsyn-87f9b8a8a2b02a03.rlib --extern quote=/home/cratesfyi/tojson_macros-0.3.1/debug/deps/libquote-24e67289d43f0ee2.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.