serde_json 1.0.18

A JSON serialization file format
Build #101101 2018-05-26T22:31:43.255426+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 serde_json v1.0.18
Fresh itoa v0.4.1
Fresh dtoa v0.4.2
Compiling serde v1.0.61
Running `rustc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.61/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="default"' -C metadata=87669c39e932bb3a -C extra-filename=-87669c39e932bb3a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow --cfg de_boxed_c_str --cfg de_rc_dst --cfg integer128`
error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.61/src/de/from_primitive.rs:183:28
|
183 |     impl FromPrimitive for i128 {
|                            ^^^^
|
= 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/serde-1.0.61/src/de/from_primitive.rs:186:23
|
186 |             Some(n as i128)
|                       ^^^^
|
= 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/serde-1.0.61/src/de/from_primitive.rs:190:23
|
190 |             Some(n as i128)
|                       ^^^^
|
= 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/serde-1.0.61/src/de/from_primitive.rs:194:23
|
194 |             Some(n as i128)
|                       ^^^^
|
= 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/serde-1.0.61/src/de/from_primitive.rs:198:23
|
198 |             Some(n as i128)
|                       ^^^^
|
= 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/serde-1.0.61/src/de/from_primitive.rs:202:23
|
202 |             Some(n as i128)
|                       ^^^^
|
= 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/serde-1.0.61/src/de/from_primitive.rs:206:23
|
206 |             Some(n as i128)
|                       ^^^^
|
= 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/serde-1.0.61/src/de/from_primitive.rs:210:23
|
210 |             Some(n as i128)
|                       ^^^^
|
= 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/serde-1.0.61/src/de/from_primitive.rs:214:23
|
214 |             Some(n as i128)
|                       ^^^^
|
= 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/serde-1.0.61/src/de/from_primitive.rs:218:28
|
218 |     impl FromPrimitive for 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/serde-1.0.61/src/de/from_primitive.rs:222:27
|
222 |                 Some(n as 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/serde-1.0.61/src/de/from_primitive.rs:230:27
|
230 |                 Some(n as 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/serde-1.0.61/src/de/from_primitive.rs:238:27
|
238 |                 Some(n as 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/serde-1.0.61/src/de/from_primitive.rs:246:27
|
246 |                 Some(n as 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/serde-1.0.61/src/de/from_primitive.rs:253:23
|
253 |             Some(n as 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/serde-1.0.61/src/de/from_primitive.rs:257:23
|
257 |             Some(n as 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/serde-1.0.61/src/de/from_primitive.rs:261:23
|
261 |             Some(n as 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/serde-1.0.61/src/de/from_primitive.rs:265:23
|
265 |             Some(n as 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/serde-1.0.61/src/de/impls.rs:170:36
|
170 |     impl<'de> Deserialize<'de> for i128 {
|                                    ^^^^
|
= 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/serde-1.0.61/src/de/impls.rs:179:30
|
179 |                 type Value = i128;
|                              ^^^^
|
= 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/serde-1.0.61/src/de/impls.rs:188:43
|
188 |                 fn visit_i128<E>(self, v: i128) -> Result<Self::Value, E>
|                                           ^^^^
|
= 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/serde-1.0.61/src/de/impls.rs:196:43
|
196 |                 fn visit_u128<E>(self, v: u128) -> Result<Self::Value, E>
|                                           ^^^^
|
= 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/serde-1.0.61/src/de/impls.rs:200:29
|
200 |                     if v <= i128::max_value() as 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/serde-1.0.61/src/de/impls.rs:200:50
|
200 |                     if v <= i128::max_value() as 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/serde-1.0.61/src/de/impls.rs:201:33
|
201 |                         Ok(v as i128)
|                                 ^^^^
|
= 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/serde-1.0.61/src/de/impls.rs:212:36
|
212 |     impl<'de> Deserialize<'de> for 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/serde-1.0.61/src/de/impls.rs:221:30
|
221 |                 type Value = 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/serde-1.0.61/src/de/impls.rs:230:43
|
230 |                 fn visit_i128<E>(self, v: i128) -> Result<Self::Value, E>
|                                           ^^^^
|
= 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/serde-1.0.61/src/de/impls.rs:235:33
|
235 |                         Ok(v as 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/serde-1.0.61/src/de/impls.rs:242:43
|
242 |                 fn visit_u128<E>(self, v: u128) -> Result<Self::Value, E>
|                                           ^^^^
|
= 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/serde-1.0.61/src/de/mod.rs:1286:35
|
1286 |         fn visit_i128<E>(self, v: i128) -> Result<Self::Value, E>
|                                   ^^^^
|
= 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/serde-1.0.61/src/de/mod.rs:1346:35
|
1346 |         fn visit_u128<E>(self, v: u128) -> Result<Self::Value, E>
|                                   ^^^^
|
= 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/serde-1.0.61/src/ser/impls.rs:20:28
|
20 |         impl Serialize for $ty {
|                            ^^^
...
48 |     primitive_impl!(i128, serialize_i128);
|     -------------------------------------- in this macro invocation
|
= 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/serde-1.0.61/src/ser/impls.rs:20:28
|
20 |         impl Serialize for $ty {
|                            ^^^
...
49 |     primitive_impl!(u128, serialize_u128);
|     -------------------------------------- in this macro invocation
|
= 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/serde-1.0.61/src/ser/mod.rs:520:36
|
520 |         fn serialize_i128(self, v: i128) -> Result<Self::Ok, Self::Error> {
|                                    ^^^^
|
= 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/serde-1.0.61/src/ser/mod.rs:655:36
|
655 |         fn serialize_u128(self, v: u128) -> Result<Self::Ok, Self::Error> {
|                                    ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error: aborting due to 36 previous errors

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