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.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`
Downloading bzip2 v0.1.3
Compiling gcc v0.3.32
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.32/src/lib.rs --crate-name gcc --crate-type lib -g -C metadata=ef3a0616dd2e0463 -C extra-filename=-ef3a0616dd2e0463 --out-dir /home/cratesfyi/bzip2-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/bzip2-0.1.3/debug/deps -L dependency=/home/cratesfyi/bzip2-0.1.3/debug/deps --cap-lints allow`
Compiling libc v0.2.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.14/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1f3392fe1afd1313 -C extra-filename=-1f3392fe1afd1313 --out-dir /home/cratesfyi/bzip2-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/bzip2-0.1.3/debug/deps -L dependency=/home/cratesfyi/bzip2-0.1.3/debug/deps --cap-lints allow`
Compiling bzip2-sys v0.1.4
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-sys-0.1.4/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/bzip2-0.1.3/debug/build/bzip2-sys-b768200d1597b521 --emit=dep-info,link -L dependency=/home/cratesfyi/bzip2-0.1.3/debug/deps -L dependency=/home/cratesfyi/bzip2-0.1.3/debug/deps --extern gcc=/home/cratesfyi/bzip2-0.1.3/debug/deps/libgcc-ef3a0616dd2e0463.rlib --cap-lints allow`
Running `/home/cratesfyi/bzip2-0.1.3/debug/build/bzip2-sys-b768200d1597b521/build-script-build`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-sys-0.1.4/lib.rs --crate-name bzip2_sys --crate-type lib -g -C metadata=9803f2abe4d1d42f -C extra-filename=-9803f2abe4d1d42f --out-dir /home/cratesfyi/bzip2-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/bzip2-0.1.3/debug/deps -L dependency=/home/cratesfyi/bzip2-0.1.3/debug/deps --extern libc=/home/cratesfyi/bzip2-0.1.3/debug/deps/liblibc-1f3392fe1afd1313.rlib --cap-lints allow -L native=/home/cratesfyi/bzip2-0.1.3/debug/build/bzip2-sys-b768200d1597b521/out -l static=bz2`
Documenting bzip2 v0.1.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-0.1.3/src/lib.rs --crate-name bzip2 -o /home/cratesfyi/bzip2-0.1.3/doc -L dependency=/home/cratesfyi/bzip2-0.1.3/debug -L dependency=/home/cratesfyi/bzip2-0.1.3/debug/deps --extern bzip2_sys=/home/cratesfyi/bzip2-0.1.3/debug/deps/libbzip2_sys-9803f2abe4d1d42f.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-0.1.3/src/lib.rs:35:14: 35:25 error: expected identifier, found `"bzip2-sys"`
.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-0.1.3/src/lib.rs:35 extern crate "bzip2-sys" as ffi;
^~~~~~~~~~~
thread 'main' panicked at 'ChainedError {
error: failed to compile `bzip2 v0.1.3`, intermediate artifacts can be found at `/home/cratesfyi/bzip2-0.1.3`,
cause: ChainedError {
error: Could not document `bzip2`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-0.1.3/src/lib.rs --crate-name bzip2 -o /home/cratesfyi/bzip2-0.1.3/doc -L dependency=/home/cratesfyi/bzip2-0.1.3/debug -L dependency=/home/cratesfyi/bzip2-0.1.3/debug/deps --extern bzip2_sys=/home/cratesfyi/bzip2-0.1.3/debug/deps/libbzip2_sys-9803f2abe4d1d42f.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.