[go: up one dir, main page]

enumset 0.3.4

A library for creating compact sets of enums.
Build #100810 2018-05-24 03:26:06

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.26.0-dev (0eb87c9bf 2018-03-16)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading enumset v0.3.4
Documenting enumset v0.3.4
Running `rustdoc --crate-name enumset .cargo/registry/src/github.com-1ecc6299db9ec823/enumset-0.3.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/enumset-0.3.4/src/lib.rs:105:42
|
105 |     fn repr_to_u128(bits: Self::Repr) -> u128;
|                                          ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/enumset-0.3.4/src/lib.rs:106:29
|
106 |     fn repr_from_u128(bits: u128) -> Self::Repr;
|                             ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/enumset-0.3.4/src/lib.rs:148:30
|
148 |     pub fn to_bits(&self) -> u128 {
|                              ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/enumset-0.3.4/src/lib.rs:152:28
|
152 |     pub fn from_bits(bits: u128) -> Self {
|                            ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `enumset`.,
cause: process didn't exit successfully: `rustdoc --crate-name enumset .cargo/registry/src/github.com-1ecc6299db9ec823/enumset-0.3.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.