Build #49518 2017-05-14T00:19:41.044689+00:00
# rustc version
rustc 1.19.0-nightly (f1140a331 2017-05-08)# docs.rs version
cratesfyi 0.3.4 (cc96115 2017-05-09)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading derive-error-chain v0.10.1
Compiling unicode-xid v0.0.4
Compiling quote v0.3.15
Running `rustc --crate-name unicode_xid .cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.0.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=c5a7e4f1b4bcb78b -C extra-filename=-c5a7e4f1b4bcb78b --out-dir /home/cratesfyi/derive-error-chain-0.10.1/debug/deps -L dependency=/home/cratesfyi/derive-error-chain-0.10.1/debug/deps --cap-lints allow`
Running `rustc --crate-name quote .cargo/registry/src/github.com-1ecc6299db9ec823/quote-0.3.15/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=983cfcbeae6039c8 -C extra-filename=-983cfcbeae6039c8 --out-dir /home/cratesfyi/derive-error-chain-0.10.1/debug/deps -L dependency=/home/cratesfyi/derive-error-chain-0.10.1/debug/deps --cap-lints allow`
Compiling synom v0.11.3
Running `rustc --crate-name synom .cargo/registry/src/github.com-1ecc6299db9ec823/synom-0.11.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=538247bd997586d9 -C extra-filename=-538247bd997586d9 --out-dir /home/cratesfyi/derive-error-chain-0.10.1/debug/deps -L dependency=/home/cratesfyi/derive-error-chain-0.10.1/debug/deps --extern unicode_xid=/home/cratesfyi/derive-error-chain-0.10.1/debug/deps/libunicode_xid-c5a7e4f1b4bcb78b.rlib --cap-lints allow`
Compiling syn v0.11.11
Running `rustc --crate-name syn .cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.11.11/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="quote"' --cfg 'feature="unicode-xid"' --cfg 'feature="parsing"' --cfg 'feature="default"' --cfg 'feature="synom"' --cfg 'feature="printing"' --cfg 'feature="full"' -C metadata=2463a2250ecf76cd -C extra-filename=-2463a2250ecf76cd --out-dir /home/cratesfyi/derive-error-chain-0.10.1/debug/deps -L dependency=/home/cratesfyi/derive-error-chain-0.10.1/debug/deps --extern unicode_xid=/home/cratesfyi/derive-error-chain-0.10.1/debug/deps/libunicode_xid-c5a7e4f1b4bcb78b.rlib --extern synom=/home/cratesfyi/derive-error-chain-0.10.1/debug/deps/libsynom-538247bd997586d9.rlib --extern quote=/home/cratesfyi/derive-error-chain-0.10.1/debug/deps/libquote-983cfcbeae6039c8.rlib --cap-lints allow`
Documenting derive-error-chain v0.10.1
Running `rustdoc --crate-name derive_error_chain .cargo/registry/src/github.com-1ecc6299db9ec823/derive-error-chain-0.10.1/src/lib.rs -o /home/cratesfyi/derive-error-chain-0.10.1/doc -L dependency=/home/cratesfyi/derive-error-chain-0.10.1/debug/deps --extern syn=/home/cratesfyi/derive-error-chain-0.10.1/debug/deps/libsyn-2463a2250ecf76cd.rlib --extern quote=/home/cratesfyi/derive-error-chain-0.10.1/debug/deps/libquote-983cfcbeae6039c8.rlib`
error: unknown start of token: `
--> <stdin>:1:14
|
1 | error: macro `error_chain` may not be used for derive attributes
| ^
warning: Backing out of syntax highlighting
|
= note: You probably did not intend to render this as a rust code-block
Finished dev [unoptimized + debuginfo] target(s) in 9.83 secs