plugin 0.2.3

Lazily evaluated, order-independent plugins for extensible types.
Build #19709 2016-08-14 12:31:47

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 plugin v0.2.3 Compiling traitobject v0.0.3 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/traitobject-0.0.3/src/lib.rs --crate-name traitobject --crate-type lib -g -C metadata=3ec14d5eedf0ac9d -C extra-filename=-3ec14d5eedf0ac9d --out-dir /home/cratesfyi/plugin-0.2.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/plugin-0.2.3/debug/deps -L dependency=/home/cratesfyi/plugin-0.2.3/debug/deps --cap-lints allow` Compiling unsafe-any v0.4.1 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.4.1/src/lib.rs --crate-name unsafe_any --crate-type lib -g -C metadata=3718d94f6389d6d8 -C extra-filename=-3718d94f6389d6d8 --out-dir /home/cratesfyi/plugin-0.2.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/plugin-0.2.3/debug/deps -L dependency=/home/cratesfyi/plugin-0.2.3/debug/deps --extern traitobject=/home/cratesfyi/plugin-0.2.3/debug/deps/libtraitobject-3ec14d5eedf0ac9d.rlib --cap-lints allow` Compiling typemap v0.3.3 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/typemap-0.3.3/src/lib.rs --crate-name typemap --crate-type lib -g -C metadata=deddc09802823f24 -C extra-filename=-deddc09802823f24 --out-dir /home/cratesfyi/plugin-0.2.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/plugin-0.2.3/debug/deps -L dependency=/home/cratesfyi/plugin-0.2.3/debug/deps --extern unsafe_any=/home/cratesfyi/plugin-0.2.3/debug/deps/libunsafe_any-3718d94f6389d6d8.rlib --cap-lints allow` Documenting plugin v0.2.3 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/plugin-0.2.3/src/lib.rs --crate-name plugin -o /home/cratesfyi/plugin-0.2.3/doc -L dependency=/home/cratesfyi/plugin-0.2.3/debug -L dependency=/home/cratesfyi/plugin-0.2.3/debug/deps --extern typemap=/home/cratesfyi/plugin-0.2.3/debug/deps/libtypemap-deddc09802823f24.rlib` .cargo/registry/src/github.com-1ecc6299db9ec823/plugin-0.2.3/src/lib.rs:73:13: 73:41 error: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library (see issue #0) .cargo/registry/src/github.com-1ecc6299db9ec823/plugin-0.2.3/src/lib.rs:73 use std::intrinsics::unreachable; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/plugin-0.2.3/src/lib.rs:73:13: 73:41 help: add #![feature(core_intrinsics)] to the crate attributes to enable .cargo/registry/src/github.com-1ecc6299db9ec823/plugin-0.2.3/src/lib.rs:82:42: 82:53 error: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library (see issue #0) .cargo/registry/src/github.com-1ecc6299db9ec823/plugin-0.2.3/src/lib.rs:82 Occupied(..) => unsafe { unreachable() } ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/plugin-0.2.3/src/lib.rs:82:42: 82:53 help: add #![feature(core_intrinsics)] to the crate attributes to enable error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `plugin v0.2.3`, intermediate artifacts can be found at `/home/cratesfyi/plugin-0.2.3`, cause: ChainedError { error: Could not document `plugin`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/plugin-0.2.3/src/lib.rs --crate-name plugin -o /home/cratesfyi/plugin-0.2.3/doc -L dependency=/home/cratesfyi/plugin-0.2.3/debug -L dependency=/home/cratesfyi/plugin-0.2.3/debug/deps --extern typemap=/home/cratesfyi/plugin-0.2.3/debug/deps/libtypemap-deddc09802823f24.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.