oledb-sys 0.0.1

FFI bindings to oledb. This crate is a placeholder for the future. If you are interested in this library feel free to get in touch with me: http://www.rustaceans.org/retep998
Build #52487 2017-06-02T19:15:07.822736+00:00
# 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 oledb-sys v0.0.1
Compiling oledb-sys v0.0.1
Fresh winapi v0.2.8
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/oledb-sys-0.0.1/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=e511bb9ef96a6fdd -C extra-filename=-e511bb9ef96a6fdd --out-dir /home/cratesfyi/cratesfyi/debug/build/oledb-sys-e511bb9ef96a6fdd -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/oledb-sys-e511bb9ef96a6fdd/build-script-build`
Documenting oledb-sys v0.0.1
Running `rustdoc --crate-name oledb_sys .cargo/registry/src/github.com-1ecc6299db9ec823/oledb-sys-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-97963d09fc19ffa3.rlib --extern-version winapi=winapi,0.2.8`
error: The attribute `experimental` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/oledb-sys-0.0.1/src/lib.rs:5:1
|
5 | #![experimental]
| ^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error: aborting due to previous error(s)

thread 'main' panicked at 'ChainedError {
error: Could not document `oledb-sys`.,
cause: process didn't exit successfully: `rustdoc --crate-name oledb_sys .cargo/registry/src/github.com-1ecc6299db9ec823/oledb-sys-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-97963d09fc19ffa3.rlib --extern-version winapi=winapi,0.2.8` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.