Build #90283 2018-03-06T02:29:17.211508+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Documenting mdbm-sys v0.0.1
Running `rustdoc --crate-name mdbm_sys .cargo/registry/src/github.com-1ecc6299db9ec823/mdbm-sys-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error: macros that expand to items must either be surrounded with braces or followed by a semicolon
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mdbm-sys-0.0.1/src/lib.rs:8:9
|
8 | include!("ffi.rs")
|         ^^^^^^^^^^

error: aborting due to previous error

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `mdbm-sys`.,
cause: process didn't exit successfully: `rustdoc --crate-name mdbm_sys .cargo/registry/src/github.com-1ecc6299db9ec823/mdbm-sys-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.