Closed
Description
Compiler: 1.28.0-nightly (990d8aa74 2018-05-25)
That happening with any package which depend on serde.
error[E0658]: 128-bit type is unstable (see issue #35118)
--> <user>/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/value.rs:242:29
|
242 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
error[E0658]: 128-bit type is unstable (see issue #35118)
--> <user>/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.62/src/de/value.rs:243:29
|
243 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128);
| ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable
...