enumset 0.3.10

A library for creating compact sets of enums.
Documentation
Build #100958 2018-05-25T14:57:51.793115+00:00
# 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.10
Documenting enumset v0.3.10
Running `rustdoc --crate-name enumset .cargo/registry/src/github.com-1ecc6299db9ec823/enumset-0.3.10/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.10/src/lib.rs:120:42
|
120 |     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.10/src/lib.rs:121:29
|
121 |     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.10/src/lib.rs:174:30
|
174 |     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.10/src/lib.rs:182:28
|
182 |     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.10/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.