[go: up one dir, main page]

syntex 0.1.0

High-level bindings to the zeromq library
Build #11161 2016-08-07 23:10:24

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# 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 syntex v0.1.0
Downloading syntex_syntax v0.1.0
Compiling syntex_bitflags v0.1.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/syntex_bitflags-0.1.0/src/lib.rs --crate-name syntex_bitflags --crate-type lib -g -C metadata=d71a58f965a4cee1 -C extra-filename=-d71a58f965a4cee1 --out-dir /home/cratesfyi/syntex-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/syntex-0.1.0/debug/deps -L dependency=/home/cratesfyi/syntex-0.1.0/debug/deps --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_bitflags-0.1.0/src/lib.rs:12:1: 12:15 error: The attribute `staged_api` 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/syntex_bitflags-0.1.0/src/lib.rs:12 #![staged_api]
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_bitflags-0.1.0/src/lib.rs:12:1: 12:15 help: add #![feature(custom_attribute)] to the crate attributes to enable 
error: aborting due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `syntex v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/syntex-0.1.0`,
cause: ChainedError {
error: Could not compile `syntex_bitflags`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/syntex_bitflags-0.1.0/src/lib.rs --crate-name syntex_bitflags --crate-type lib -g -C metadata=d71a58f965a4cee1 -C extra-filename=-d71a58f965a4cee1 --out-dir /home/cratesfyi/syntex-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/syntex-0.1.0/debug/deps -L dependency=/home/cratesfyi/syntex-0.1.0/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.