utils 0.0.3

Common utilities suitable for use in Rust Builders
Build #58425 2017-06-05T22:40:59.937221+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 utils v0.0.3
Compiling commandext v0.1.0
Running `rustc --crate-name commandext .cargo/registry/src/github.com-1ecc6299db9ec823/commandext-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=4aeca229b582fab9 -C extra-filename=-4aeca229b582fab9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting utils v0.0.3
Running `rustdoc --crate-name utils .cargo/registry/src/github.com-1ecc6299db9ec823/utils-0.0.3/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern commandext=/home/cratesfyi/cratesfyi/debug/deps/libcommandext-4aeca229b582fab9.rlib --extern-version commandext=commandext,0.1.0`
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/utils-0.0.3/src/empty.rs:14:1
|
14 | #[experimental]
| ^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

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/utils-0.0.3/src/empty.rs:21:1
|
21 | #[experimental]
| ^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

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/utils-0.0.3/src/empty.rs:29:1
|
29 | #[experimental]
| ^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

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/utils-0.0.3/src/empty.rs:37:1
|
37 | #[experimental]
| ^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

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/utils-0.0.3/src/empty.rs:45:1
|
45 | #[experimental]
| ^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

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/utils-0.0.3/src/empty.rs:63:1
|
63 | #[experimental]
| ^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

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/utils-0.0.3/src/lib.rs:13:1
|
13 | #[experimental]
| ^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

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/utils-0.0.3/src/lib.rs:29:1
|
29 | #[experimental]
| ^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

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/utils-0.0.3/src/lib.rs:37:1
|
37 | #[experimental]
| ^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

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/utils-0.0.3/src/lib.rs:77:1
|
77 | #[experimental]
| ^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

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/utils-0.0.3/src/lib.rs:83:1
|
83 | #[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 `utils`.,
cause: process didn't exit successfully: `rustdoc --crate-name utils .cargo/registry/src/github.com-1ecc6299db9ec823/utils-0.0.3/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern commandext=/home/cratesfyi/cratesfyi/debug/deps/libcommandext-4aeca229b582fab9.rlib --extern-version commandext=commandext,0.1.0` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.