Build #24573 2016-08-18T01:35:30.239335+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Compiling matches v0.1.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/matches-0.1.2/lib.rs --crate-name matches --crate-type lib -g -C metadata=5d5580ffd528031c -C extra-filename=-5d5580ffd528031c --out-dir /home/cratesfyi/jit_macros-0.0.9/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/jit_macros-0.0.9/debug/deps -L dependency=/home/cratesfyi/jit_macros-0.0.9/debug/deps --cap-lints allow`
Documenting jit_macros v0.0.9
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/jit_macros-0.0.9/src/macros.rs --crate-name jit_macros -o /home/cratesfyi/jit_macros-0.0.9/doc -L dependency=/home/cratesfyi/jit_macros-0.0.9/debug -L dependency=/home/cratesfyi/jit_macros-0.0.9/debug/deps --extern matches=/home/cratesfyi/jit_macros-0.0.9/debug/deps/libmatches-5d5580ffd528031c.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/jit_macros-0.0.9/src/macros.rs:363:19: 363:21 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     ($($arg:ty),* -> $ret:ty) => ({
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/jit_macros-0.0.9/src/macros.rs:369:25: 369:27 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     (raw $($arg:expr),* -> $ret:expr) => ({
^~
error: aborting due to 2 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `jit_macros v0.0.9`, intermediate artifacts can be found at `/home/cratesfyi/jit_macros-0.0.9`,
cause: ChainedError {
error: Could not document `jit_macros`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/jit_macros-0.0.9/src/macros.rs --crate-name jit_macros -o /home/cratesfyi/jit_macros-0.0.9/doc -L dependency=/home/cratesfyi/jit_macros-0.0.9/debug -L dependency=/home/cratesfyi/jit_macros-0.0.9/debug/deps --extern matches=/home/cratesfyi/jit_macros-0.0.9/debug/deps/libmatches-5d5580ffd528031c.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.