imm32-sys 0.0.1

FFI bindings to imm32. 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 #52431 2017-06-02T19:00:24.088946+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 imm32-sys v0.0.1
Fresh winapi v0.2.8
Compiling imm32-sys v0.0.1
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/imm32-sys-0.0.1/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=6f1ba0535f78168e -C extra-filename=-6f1ba0535f78168e --out-dir /home/cratesfyi/cratesfyi/debug/build/imm32-sys-6f1ba0535f78168e -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/imm32-sys-6f1ba0535f78168e/build-script-build`
Documenting imm32-sys v0.0.1
Running `rustdoc --crate-name imm32_sys .cargo/registry/src/github.com-1ecc6299db9ec823/imm32-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/imm32-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 `imm32-sys`.,
cause: process didn't exit successfully: `rustdoc --crate-name imm32_sys .cargo/registry/src/github.com-1ecc6299db9ec823/imm32-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.