cluuname 0.1.0

Name and information about the current kernel.
Build #96031 2018-04-16T15:14:10.835771+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 cluuname v0.1.0
Compiling clucstr v0.1.2
Fresh libc v0.2.40
Running `rustc --crate-name clucstr .cargo/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.2/src/lib.rs --crate-type dylib --crate-type rlib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=d10f71b9f823112c -C extra-filename=-d10f71b9f823112c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.2/src/lib.rs:216:29
|
216 |                                     LitKind::Int(*a as u128, LitIntType::Unsigned(UintTy::U8)),
|                                                        ^^^^
|
= 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/clucstr-0.1.2/src/lib.rs:238:29
|
238 |                                     LitKind::Int(*a as u128, LitIntType::Unsigned(UintTy::U8)),
|                                                        ^^^^
|
= 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/clucstr-0.1.2/src/lib.rs:250:28
|
250 |                                 LitKind::Int(*a as u128, LitIntType::Unsigned(UintTy::U8)),
|                                                    ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error: aborting due to 3 previous errors

For more information about this error, try `rustc --explain E0658`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `clucstr`.,
cause: process didn't exit successfully: `rustc --crate-name clucstr .cargo/registry/src/github.com-1ecc6299db9ec823/clucstr-0.1.2/src/lib.rs --crate-type dylib --crate-type rlib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=d10f71b9f823112c -C extra-filename=-d10f71b9f823112c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.