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 piston_meta v0.1.11
Compiling range v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/range-0.1.1/src/lib.rs --crate-name range --crate-type lib -g -C metadata=eb1b96070a9380c7 -C extra-filename=-eb1b96070a9380c7 --out-dir /home/cratesfyi/piston_meta-0.1.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/piston_meta-0.1.11/debug/deps -L dependency=/home/cratesfyi/piston_meta-0.1.11/debug/deps --cap-lints allow`
Compiling read_token v0.1.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/read_token-0.1.3/src/lib.rs --crate-name read_token --crate-type lib -g -C metadata=95e5fe11a3fcedec -C extra-filename=-95e5fe11a3fcedec --out-dir /home/cratesfyi/piston_meta-0.1.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/piston_meta-0.1.11/debug/deps -L dependency=/home/cratesfyi/piston_meta-0.1.11/debug/deps --extern range=/home/cratesfyi/piston_meta-0.1.11/debug/deps/librange-eb1b96070a9380c7.rlib --cap-lints allow`
Documenting piston_meta v0.1.11
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/lib.rs --crate-name piston_meta -o /home/cratesfyi/piston_meta-0.1.11/doc -L dependency=/home/cratesfyi/piston_meta-0.1.11/debug -L dependency=/home/cratesfyi/piston_meta-0.1.11/debug/deps --extern read_token=/home/cratesfyi/piston_meta-0.1.11/debug/deps/libread_token-95e5fe11a3fcedec.rlib --extern range=/home/cratesfyi/piston_meta-0.1.11/debug/deps/librange-eb1b96070a9380c7.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:125:21: 125:43 error: use of unstable library feature 'borrow_state' (see issue #27733)
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:125 use std::cell::BorrowState;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:125:21: 125:43 help: add #![feature(borrow_state)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:149:34: 149:46 error: use of unstable library feature 'borrow_state' (see issue #27733)
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:149 if p.borrow_state() == BorrowState::Unused {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:149:34: 149:46 help: add #![feature(borrow_state)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:149:52: 149:71 error: use of unstable library feature 'borrow_state' (see issue #27733)
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:149 if p.borrow_state() == BorrowState::Unused {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:149:52: 149:71 help: add #![feature(borrow_state)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:162:30: 162:42 error: use of unstable library feature 'borrow_state' (see issue #27733)
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:162 if p.borrow_state() == BorrowState::Unused {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:162:30: 162:42 help: add #![feature(borrow_state)] to the crate attributes to enable
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:162:48: 162:67 error: use of unstable library feature 'borrow_state' (see issue #27733)
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:162 if p.borrow_state() == BorrowState::Unused {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/rule.rs:162:48: 162:67 help: add #![feature(borrow_state)] to the crate attributes to enable
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `piston_meta v0.1.11`, intermediate artifacts can be found at `/home/cratesfyi/piston_meta-0.1.11`,
cause: ChainedError {
error: Could not document `piston_meta`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/piston_meta-0.1.11/src/lib.rs --crate-name piston_meta -o /home/cratesfyi/piston_meta-0.1.11/doc -L dependency=/home/cratesfyi/piston_meta-0.1.11/debug -L dependency=/home/cratesfyi/piston_meta-0.1.11/debug/deps --extern read_token=/home/cratesfyi/piston_meta-0.1.11/debug/deps/libread_token-95e5fe11a3fcedec.rlib --extern range=/home/cratesfyi/piston_meta-0.1.11/debug/deps/librange-eb1b96070a9380c7.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.