serde 1.0.61

A generic serialization/deserialization framework
Build #101080 2018-05-26T17:40:39.416243+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_derive v1.0.61
Compiling serde v1.0.61
Fresh unicode-xid v0.1.0
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.61/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="default"' -C metadata=48fca8472de8538b -C extra-filename=-48fca8472de8538b --out-dir /home/cratesfyi/cratesfyi/debug/build/serde-48fca8472de8538b -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh proc-macro2 v0.4.3
Fresh quote v0.6.2
Fresh syn v0.14.0
Compiling serde_derive v1.0.61
Running `rustc --crate-name serde_derive .cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.61/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 --cfg 'feature="default"' -C metadata=36d9725a6128dd4b -C extra-filename=-36d9725a6128dd4b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-b755a8f328791814.rlib --extern-version syn=syn,0.14.0 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-172fb1d43111883c.rlib --extern-version proc_macro2=proc-macro2,0.4.3 --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-b1d3a29c77e7e6c0.rlib --extern-version quote=quote,0.6.2 --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/serde-48fca8472de8538b/build-script-build`
Documenting serde v1.0.61
Running `rustdoc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.61/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="std"' --cfg 'feature="default"' -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern serde_derive=/home/cratesfyi/cratesfyi/debug/deps/libserde_derive-36d9725a6128dd4b.so --extern-version serde_derive=serde_derive,1.0.61 --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: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/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: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/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: Compilation failed, aborting rustdoc

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `serde`.,
cause: process didn't exit successfully: `rustdoc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.61/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg feature="std" --cfg feature="default" -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern serde_derive=/home/cratesfyi/cratesfyi/debug/deps/libserde_derive-36d9725a6128dd4b.so --extern-version serde_derive=serde_derive,1.0.61 --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.