Build #102673 2018-06-06T00:18:52.183634+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`
Fresh matches v0.1.6
Documenting jit_macros v0.0.9
Running `rustdoc --crate-name jit_macros .cargo/registry/src/github.com-1ecc6299db9ec823/jit_macros-0.0.9/src/macros.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 matches=/home/cratesfyi/cratesfyi/debug/deps/libmatches-e2a43ce3f52b9dcc.rlib --extern-version matches=matches,0.1.6`
error[E0457]: plugin `matches` only found in rlib format, but must be available in dylib format
--> .cargo/registry/src/github.com-1ecc6299db9ec823/jit_macros-0.0.9/src/macros.rs:2:11
|
2 | #![plugin(matches)]
| ^^^^^^^
error: `$arg:ty` may be followed by `->`, which is not allowed for `ty` fragments
--> .cargo/registry/src/github.com-1ecc6299db9ec823/jit_macros-0.0.9/src/macros.rs:363:19
|
363 | ($($arg:ty),* -> $ret:ty) => ({
| ^^
error: `$arg:expr` may be followed by `->`, which is not allowed for `expr` fragments
--> .cargo/registry/src/github.com-1ecc6299db9ec823/jit_macros-0.0.9/src/macros.rs:369:25
|
369 | (raw $($arg:expr),* -> $ret:expr) => ({
| ^^
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `jit_macros`.,
cause: process didn't exit successfully: `rustdoc --crate-name jit_macros .cargo/registry/src/github.com-1ecc6299db9ec823/jit_macros-0.0.9/src/macros.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 matches=/home/cratesfyi/cratesfyi/debug/deps/libmatches-e2a43ce3f52b9dcc.rlib --extern-version matches=matches,0.1.6` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.