Build #60588 2017-06-06 14:21:37

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.19.0-dev (28a93c1f4 2017-05-31)

# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading pidfile v0.1.0 Fresh cfg-if v0.1.0 Fresh libc v0.2.23 Fresh void v1.0.2 Fresh bitflags v0.7.0 Fresh nix v0.8.1 Documenting pidfile v0.1.0 Running `rustdoc --crate-name pidfile .cargo/registry/src/github.com-1ecc6299db9ec823/pidfile-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern nix=/home/cratesfyi/cratesfyi/debug/deps/libnix-0e4d1f8b38b84f1e.rlib --extern-version nix=nix,0.8.1` error: macros that expand to items must either be surrounded with braces or followed by a semicolon --> .cargo/registry/src/github.com-1ecc6299db9ec823/pidfile-0.1.0/src/file_posix.rs:22:19 | 22 | macro_rules! check( | ___________________^ 23 | | ($expr:expr) => ({ 24 | | let mut ret; 25 | | ... | 46 | | }) 47 | | ) | |_^ error: aborting due to previous error(s) thread 'main' panicked at 'ChainedError { error: Could not document `pidfile`., cause: process didn't exit successfully: `rustdoc --crate-name pidfile .cargo/registry/src/github.com-1ecc6299db9ec823/pidfile-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern nix=/home/cratesfyi/cratesfyi/debug/deps/libnix-0e4d1f8b38b84f1e.rlib --extern-version nix=nix,0.8.1` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.