[go: up one dir, main page]

derivative 0.1.0

A set of alternative `derive` attributes for Rust
Build #32327 2016-10-15 22:04:39

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 derivative v0.1.0
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/derivative-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/derivative-0.1.0/debug/deps -L dependency=/home/cratesfyi/derivative-0.1.0/debug/deps --cap-lints allow`
Compiling quote v0.3.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/quote-0.3.3/src/lib.rs --crate-name quote --crate-type lib -g -C metadata=90e47f572f455756 -C extra-filename=-90e47f572f455756 --out-dir /home/cratesfyi/derivative-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/derivative-0.1.0/debug/deps -L dependency=/home/cratesfyi/derivative-0.1.0/debug/deps --cap-lints allow`
Compiling syn v0.9.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.9.0/src/lib.rs --crate-name syn --crate-type lib -g --cfg feature=\"full\" --cfg feature=\"visit\" --cfg feature=\"parsing\" --cfg feature=\"unicode-xid\" --cfg feature=\"default\" --cfg feature=\"printing\" --cfg feature=\"quote\" --cfg feature=\"aster\" -C metadata=51913ce7f5435c63 -C extra-filename=-51913ce7f5435c63 --out-dir /home/cratesfyi/derivative-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/derivative-0.1.0/debug/deps -L dependency=/home/cratesfyi/derivative-0.1.0/debug/deps --extern quote=/home/cratesfyi/derivative-0.1.0/debug/deps/libquote-90e47f572f455756.rlib --extern unicode_xid=/home/cratesfyi/derivative-0.1.0/debug/deps/libunicode_xid-6613e5c0eda58b13.rlib --cap-lints allow`
Documenting derivative v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/derivative-0.1.0/src/lib.rs --crate-name derivative -o /home/cratesfyi/derivative-0.1.0/doc -L dependency=/home/cratesfyi/derivative-0.1.0/debug -L dependency=/home/cratesfyi/derivative-0.1.0/debug/deps --extern syn=/home/cratesfyi/derivative-0.1.0/debug/deps/libsyn-51913ce7f5435c63.rlib --extern quote=/home/cratesfyi/derivative-0.1.0/debug/deps/libquote-90e47f572f455756.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/derivative-0.1.0/src/lib.rs:46:23
|
46 | #[cfg_attr(not(test), proc_macro_derive(Derivative))]
|                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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 `derivative v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/derivative-0.1.0`,
cause: ChainedError {
error: Could not document `derivative`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/derivative-0.1.0/src/lib.rs --crate-name derivative -o /home/cratesfyi/derivative-0.1.0/doc -L dependency=/home/cratesfyi/derivative-0.1.0/debug -L dependency=/home/cratesfyi/derivative-0.1.0/debug/deps --extern syn=/home/cratesfyi/derivative-0.1.0/debug/deps/libsyn-51913ce7f5435c63.rlib --extern quote=/home/cratesfyi/derivative-0.1.0/debug/deps/libquote-90e47f572f455756.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:132
note: Run with `RUST_BACKTRACE=1` for a backtrace.