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 #102818 2018-06-06T01:18:28.288252+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Compiling oledb-sys v0.0.1
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`
Fresh winapi v0.3.5
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 -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-bfba0740d0b56d31.rlib --extern-version winapi=winapi,0.3.5`
error[E0658]: 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

thread 'main' panicked at 'Error(
CargoError(
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 -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-bfba0740d0b56d31.rlib --extern-version winapi=winapi,0.3.5` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.