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.13.0-nightly (e9bc1bac8 2016-08-24)
# docs.rs version cratesfyi 0.2.0 (fb1be72 2016-08-29)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading lua v0.0.7 Compiling lua v0.0.7 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/lua-0.0.7/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/lua-0.0.7/debug/build/lua-c06b851ddb4d0c79 --emit=dep-info,link -L dependency=/home/cratesfyi/lua-0.0.7/debug -L dependency=/home/cratesfyi/lua-0.0.7/debug/deps` Compiling bitflags v0.1.1 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.1.1/src/lib.rs --crate-name bitflags --crate-type lib -g -C metadata=fdf4b7654a6da3e5 -C extra-filename=-fdf4b7654a6da3e5 --out-dir /home/cratesfyi/lua-0.0.7/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/lua-0.0.7/debug/deps -L dependency=/home/cratesfyi/lua-0.0.7/debug/deps --cap-lints allow` Running `/home/cratesfyi/lua-0.0.7/debug/build/lua-c06b851ddb4d0c79/build-script-build` Documenting lua v0.0.7 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/lua-0.0.7/src/lib.rs --crate-name lua -o /home/cratesfyi/lua-0.0.7/doc -L dependency=/home/cratesfyi/lua-0.0.7/debug -L dependency=/home/cratesfyi/lua-0.0.7/debug/deps --extern bitflags=/home/cratesfyi/lua-0.0.7/debug/deps/libbitflags-fdf4b7654a6da3e5.rlib` error: file not found for module `glue` --> .cargo/registry/src/github.com-1ecc6299db9ec823/lua-0.0.7/src/ffi/mod.rs:296:5 | 296 | mod glue; | ^^^^ | = help: name the file either glue.rs or glue/mod.rs inside the directory ".cargo/registry/src/github.com-1ecc6299db9ec823/lua-0.0.7/src/ffi" thread 'main' panicked at 'ChainedError { error: failed to compile `lua v0.0.7`, intermediate artifacts can be found at `/home/cratesfyi/lua-0.0.7`, cause: ChainedError { error: Could not document `lua`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/lua-0.0.7/src/lib.rs --crate-name lua -o /home/cratesfyi/lua-0.0.7/doc -L dependency=/home/cratesfyi/lua-0.0.7/debug -L dependency=/home/cratesfyi/lua-0.0.7/debug/deps --extern bitflags=/home/cratesfyi/lua-0.0.7/debug/deps/libbitflags-fdf4b7654a6da3e5.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:132 note: Run with `RUST_BACKTRACE=1` for a backtrace.