pkg-config 0.3.1

A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts.
Build #19369 2016-08-14T06:24:47.259665+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`
Downloading pkg-config v0.3.1
Documenting pkg-config v0.3.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.1/src/lib.rs --crate-name pkg_config -o /home/cratesfyi/pkg-config-0.3.1/doc -L dependency=/home/cratesfyi/pkg-config-0.3.1/debug -L dependency=/home/cratesfyi/pkg-config-0.3.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.1/src/lib.rs:172:27: 172:44 error: this function takes 0 parameters but 1 parameter was supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.1/src/lib.rs:172                 dirs.push(PathBuf::new(val));
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.1/src/lib.rs:173:37: 173:54 error: this function takes 0 parameters but 1 parameter was supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.1/src/lib.rs:173                 ret.link_paths.push(PathBuf::new(val));
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.1/src/lib.rs:176:42: 176:59 error: this function takes 0 parameters but 1 parameter was supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.1/src/lib.rs:176                 ret.framework_paths.push(PathBuf::new(val));
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.1/src/lib.rs:178:40: 178:57 error: this function takes 0 parameters but 1 parameter was supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.1/src/lib.rs:178                 ret.include_paths.push(PathBuf::new(val));
^~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `pkg-config v0.3.1`, intermediate artifacts can be found at `/home/cratesfyi/pkg-config-0.3.1`,
cause: ChainedError {
error: Could not document `pkg-config`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.1/src/lib.rs --crate-name pkg_config -o /home/cratesfyi/pkg-config-0.3.1/doc -L dependency=/home/cratesfyi/pkg-config-0.3.1/debug -L dependency=/home/cratesfyi/pkg-config-0.3.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.