[INFO] fetching crate pink-erased-serde 0.3.23...
[INFO] testing pink-erased-serde-0.3.23 against 1.90.0 for beta-1.91-3
[INFO] extracting crate pink-erased-serde 0.3.23 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate pink-erased-serde 0.3.23
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate pink-erased-serde 0.3.23
[INFO] tweaked toml for crates.io crate pink-erased-serde 0.3.23 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pink-erased-serde 0.3.23 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 31 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] efef87d1d06ae224073fbf1d679cd9d74201d4df644fbd9b402f4720e378a6fe
[INFO] running `Command { std: "docker" "start" "-a" "efef87d1d06ae224073fbf1d679cd9d74201d4df644fbd9b402f4720e378a6fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "efef87d1d06ae224073fbf1d679cd9d74201d4df644fbd9b402f4720e378a6fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efef87d1d06ae224073fbf1d679cd9d74201d4df644fbd9b402f4720e378a6fe", kill_on_drop: false }`
[INFO] [stdout] efef87d1d06ae224073fbf1d679cd9d74201d4df644fbd9b402f4720e378a6fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f24b6f172a03efbc27ffbf81224a1556f40e5c92ab69a6a42936aa678da86380
[INFO] running `Command { std: "docker" "start" "-a" "f24b6f172a03efbc27ffbf81224a1556f40e5c92ab69a6a42936aa678da86380", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling pink-erased-serde v0.3.23 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint`
[INFO] [stdout]    --> src/lib.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 | #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_unsafe_op_in_unsafe_fn_lint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint`
[INFO] [stdout]    --> src/lib.rs:101:13
[INFO] [stdout]     |
[INFO] [stdout] 101 | #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_unsafe_op_in_unsafe_fn_lint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::alloc::borrow::ToOwned`
[INFO] [stdout]    --> src/lib.rs:120:13
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub use self::alloc::borrow::ToOwned;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vec`
[INFO] [stdout]    --> src/lib.rs:123:27
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub use self::alloc::{vec, vec::Vec};
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]  --> src/any.rs:2:7
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg(no_maybe_uninit)]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]  --> src/any.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(not(no_maybe_uninit))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]    --> src/any.rs:142:7
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[cfg(no_maybe_uninit)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]    --> src/any.rs:146:7
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[cfg(no_maybe_uninit)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `include_fnptr_in_fingerprint`
[INFO] [stdout]    --> src/any.rs:157:11
[INFO] [stdout]     |
[INFO] [stdout] 157 |     #[cfg(include_fnptr_in_fingerprint)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(include_fnptr_in_fingerprint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(include_fnptr_in_fingerprint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]   --> src/any.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |     cfg!(not(no_maybe_uninit))
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `include_fnptr_in_fingerprint`
[INFO] [stdout]    --> src/any.rs:170:19
[INFO] [stdout]     |
[INFO] [stdout] 170 |             #[cfg(include_fnptr_in_fingerprint)]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(include_fnptr_in_fingerprint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(include_fnptr_in_fingerprint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]   --> src/de.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     serde_if_integer128! {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:387:5
[INFO] [stdout]     |
[INFO] [stdout] 387 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:560:5
[INFO] [stdout]     |
[INFO] [stdout] 560 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 947 | impl_deserializer_for_trait_object!({'de, 'a} {} &'a mut dyn Deserializer<'de>);
[INFO] [stdout]     | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 948 | impl_deserializer_for_trait_object!({'de, 'a} {} &'a mut (dyn Deserializer<'de> + Send));
[INFO] [stdout]     | ---------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 949 | impl_deserializer_for_trait_object!({'de, 'a} {} &'a mut (dyn Deserializer<'de> + Sync));
[INFO] [stdout]     | ---------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 950 | impl_deserializer_for_trait_object!({'de, 'a} {} &'a mut (dyn Deserializer<'de> + Send + Sync));
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 951 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de>>);
[INFO] [stdout]     | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 952 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 953 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Sync>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 954 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send + Sync>);
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1026:5
[INFO] [stdout]      |
[INFO] [stdout] 1026 |     serde_if_integer128! {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1411 | deref_erased_deserializer!(<'de, 'a> Deserializer<'de> for Box<dyn Deserializer<'de> + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1412 | deref_erased_deserializer!(<'de, 'a> Deserializer<'de> for Box<dyn Deserializer<'de> + Send + 'a>);
[INFO] [stdout]      | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1413 | deref_erased_deserializer!(<'de, 'a> Deserializer<'de> for Box<dyn Deserializer<'de> + Sync + 'a>);
[INFO] [stdout]      | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1414 | deref_erased_deserializer!(<'de, 'a> Deserializer<'de> for Box<dyn Deserializer<'de> + Send + Sync + 'a>);
[INFO] [stdout]      | --------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1415 | deref_erased_deserializer!(<'de, 'a, T: ?Sized + Deserializer<'de>> Deserializer<'de> for &'a mut T);
[INFO] [stdout]      | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:346:5
[INFO] [stdout]     |
[INFO] [stdout] 346 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:653:13
[INFO] [stdout]     |
[INFO] [stdout] 653 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 792 | impl_serializer_for_trait_object!(&'a mut dyn Serializer);
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_serializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:653:13
[INFO] [stdout]     |
[INFO] [stdout] 653 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 793 | impl_serializer_for_trait_object!(&'a mut (dyn Serializer + Send));
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_serializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:653:13
[INFO] [stdout]     |
[INFO] [stdout] 653 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 794 | impl_serializer_for_trait_object!(&'a mut (dyn Serializer + Sync));
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_serializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:653:13
[INFO] [stdout]     |
[INFO] [stdout] 653 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 795 | impl_serializer_for_trait_object!(&'a mut (dyn Serializer + Send + Sync));
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_serializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]  --> src/de.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::serde_if_integer128;
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]   --> src/ser.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | use serde::serde_if_integer128;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:845:44
[INFO] [stdout]     |
[INFO] [stdout] 845 |             fn deserialize_f32<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 951 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de>>);
[INFO] [stdout]     | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 |             fn deserialize_f64<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 951 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de>>);
[INFO] [stdout]     | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:845:44
[INFO] [stdout]     |
[INFO] [stdout] 845 |             fn deserialize_f32<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 952 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 |             fn deserialize_f64<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 952 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:845:44
[INFO] [stdout]     |
[INFO] [stdout] 845 |             fn deserialize_f32<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 953 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Sync>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 |             fn deserialize_f64<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 953 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Sync>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:845:44
[INFO] [stdout]     |
[INFO] [stdout] 845 |             fn deserialize_f32<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 954 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send + Sync>);
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 |             fn deserialize_f64<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 954 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send + Sync>);
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]     --> src/de.rs:1036:27
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     fn visit_f32<E>(self, v: f32) -> Result<Out, E>
[INFO] [stdout]      |                           ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]     --> src/de.rs:1043:27
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     fn visit_f64<E>(self, v: f64) -> Result<Out, E>
[INFO] [stdout]      |                           ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error>;
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error>;
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:136:31
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error>;
[INFO] [stdout]     |                               ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error>;
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 141 |     ) -> Result<TupleStruct, Error>;
[INFO] [stdout]     |                 ----------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |     ) -> Result<TupleStruct<'_>, Error>;
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 148 |     ) -> Result<TupleVariant, Error>;
[INFO] [stdout]     |                 ------------ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     ) -> Result<TupleVariant<'_>, Error>;
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:149:29
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error>;
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error>;
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:150:32
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error>;
[INFO] [stdout]     |                                ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error>;
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 152 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 157 |     ) -> Result<StructVariant, Error>;
[INFO] [stdout]     |                 ------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 157 |     ) -> Result<StructVariant<'_>, Error>;
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:471:29
[INFO] [stdout]     |
[INFO] [stdout] 471 |     fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 |     fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:480:31
[INFO] [stdout]     |
[INFO] [stdout] 480 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]     |                               ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 480 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:490:9
[INFO] [stdout]     |
[INFO] [stdout] 490 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 493 |     ) -> Result<TupleStruct, Error> {
[INFO] [stdout]     |                 ----------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 493 |     ) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:503:9
[INFO] [stdout]     |
[INFO] [stdout] 503 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 508 |     ) -> Result<TupleVariant, Error> {
[INFO] [stdout]     |                 ------------ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 508 |     ) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:517:29
[INFO] [stdout]     |
[INFO] [stdout] 517 |     fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 517 |     fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:526:32
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]     |                                ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:536:9
[INFO] [stdout]     |
[INFO] [stdout] 536 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 541 |     ) -> Result<StructVariant, Error> {
[INFO] [stdout]     |                 ------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 541 |     ) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
[INFO] running `Command { std: "docker" "inspect" "f24b6f172a03efbc27ffbf81224a1556f40e5c92ab69a6a42936aa678da86380", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f24b6f172a03efbc27ffbf81224a1556f40e5c92ab69a6a42936aa678da86380", kill_on_drop: false }`
[INFO] [stdout] f24b6f172a03efbc27ffbf81224a1556f40e5c92ab69a6a42936aa678da86380
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eddfe685dffbdbfeb107a411dc0c6ad2aa4cb1a13dbd69cd6d54b523347d96e0
[INFO] running `Command { std: "docker" "start" "-a" "eddfe685dffbdbfeb107a411dc0c6ad2aa4cb1a13dbd69cd6d54b523347d96e0", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]    Compiling serde_spanned v1.0.2
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling dissimilar v1.0.10
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint`
[INFO] [stdout]    --> src/lib.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 | #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_unsafe_op_in_unsafe_fn_lint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint`
[INFO] [stdout]    --> src/lib.rs:101:13
[INFO] [stdout]     |
[INFO] [stdout] 101 | #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_unsafe_op_in_unsafe_fn_lint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::alloc::borrow::ToOwned`
[INFO] [stdout]    --> src/lib.rs:120:13
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub use self::alloc::borrow::ToOwned;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vec`
[INFO] [stdout]    --> src/lib.rs:123:27
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub use self::alloc::{vec, vec::Vec};
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]  --> src/any.rs:2:7
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg(no_maybe_uninit)]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]  --> src/any.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(not(no_maybe_uninit))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]    --> src/any.rs:142:7
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[cfg(no_maybe_uninit)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]    --> src/any.rs:146:7
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[cfg(no_maybe_uninit)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `include_fnptr_in_fingerprint`
[INFO] [stdout]    --> src/any.rs:157:11
[INFO] [stdout]     |
[INFO] [stdout] 157 |     #[cfg(include_fnptr_in_fingerprint)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(include_fnptr_in_fingerprint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(include_fnptr_in_fingerprint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]   --> src/any.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |     cfg!(not(no_maybe_uninit))
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `include_fnptr_in_fingerprint`
[INFO] [stdout]    --> src/any.rs:170:19
[INFO] [stdout]     |
[INFO] [stdout] 170 |             #[cfg(include_fnptr_in_fingerprint)]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(include_fnptr_in_fingerprint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(include_fnptr_in_fingerprint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]   --> src/de.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     serde_if_integer128! {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:387:5
[INFO] [stdout]     |
[INFO] [stdout] 387 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:560:5
[INFO] [stdout]     |
[INFO] [stdout] 560 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 947 | impl_deserializer_for_trait_object!({'de, 'a} {} &'a mut dyn Deserializer<'de>);
[INFO] [stdout]     | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 948 | impl_deserializer_for_trait_object!({'de, 'a} {} &'a mut (dyn Deserializer<'de> + Send));
[INFO] [stdout]     | ---------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 949 | impl_deserializer_for_trait_object!({'de, 'a} {} &'a mut (dyn Deserializer<'de> + Sync));
[INFO] [stdout]     | ---------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 950 | impl_deserializer_for_trait_object!({'de, 'a} {} &'a mut (dyn Deserializer<'de> + Send + Sync));
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 951 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de>>);
[INFO] [stdout]     | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 952 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 953 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Sync>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 954 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send + Sync>);
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1026:5
[INFO] [stdout]      |
[INFO] [stdout] 1026 |     serde_if_integer128! {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1411 | deref_erased_deserializer!(<'de, 'a> Deserializer<'de> for Box<dyn Deserializer<'de> + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1412 | deref_erased_deserializer!(<'de, 'a> Deserializer<'de> for Box<dyn Deserializer<'de> + Send + 'a>);
[INFO] [stdout]      | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1413 | deref_erased_deserializer!(<'de, 'a> Deserializer<'de> for Box<dyn Deserializer<'de> + Sync + 'a>);
[INFO] [stdout]      | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1414 | deref_erased_deserializer!(<'de, 'a> Deserializer<'de> for Box<dyn Deserializer<'de> + Send + Sync + 'a>);
[INFO] [stdout]      | --------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1415 | deref_erased_deserializer!(<'de, 'a, T: ?Sized + Deserializer<'de>> Deserializer<'de> for &'a mut T);
[INFO] [stdout]      | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:346:5
[INFO] [stdout]     |
[INFO] [stdout] 346 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:653:13
[INFO] [stdout]     |
[INFO] [stdout] 653 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 792 | impl_serializer_for_trait_object!(&'a mut dyn Serializer);
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_serializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:653:13
[INFO] [stdout]     |
[INFO] [stdout] 653 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 793 | impl_serializer_for_trait_object!(&'a mut (dyn Serializer + Send));
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_serializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:653:13
[INFO] [stdout]     |
[INFO] [stdout] 653 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 794 | impl_serializer_for_trait_object!(&'a mut (dyn Serializer + Sync));
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_serializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:653:13
[INFO] [stdout]     |
[INFO] [stdout] 653 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 795 | impl_serializer_for_trait_object!(&'a mut (dyn Serializer + Send + Sync));
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_serializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]  --> src/de.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::serde_if_integer128;
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]   --> src/ser.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | use serde::serde_if_integer128;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:845:44
[INFO] [stdout]     |
[INFO] [stdout] 845 |             fn deserialize_f32<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 951 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de>>);
[INFO] [stdout]     | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 |             fn deserialize_f64<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 951 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de>>);
[INFO] [stdout]     | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:845:44
[INFO] [stdout]     |
[INFO] [stdout] 845 |             fn deserialize_f32<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 952 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 |             fn deserialize_f64<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 952 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:845:44
[INFO] [stdout]     |
[INFO] [stdout] 845 |             fn deserialize_f32<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 953 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Sync>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 |             fn deserialize_f64<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 953 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Sync>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:845:44
[INFO] [stdout]     |
[INFO] [stdout] 845 |             fn deserialize_f32<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 954 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send + Sync>);
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 |             fn deserialize_f64<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 954 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send + Sync>);
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]     --> src/de.rs:1036:27
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     fn visit_f32<E>(self, v: f32) -> Result<Out, E>
[INFO] [stdout]      |                           ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]     --> src/de.rs:1043:27
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     fn visit_f64<E>(self, v: f64) -> Result<Out, E>
[INFO] [stdout]      |                           ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error>;
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error>;
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:136:31
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error>;
[INFO] [stdout]     |                               ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error>;
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 141 |     ) -> Result<TupleStruct, Error>;
[INFO] [stdout]     |                 ----------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |     ) -> Result<TupleStruct<'_>, Error>;
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 148 |     ) -> Result<TupleVariant, Error>;
[INFO] [stdout]     |                 ------------ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     ) -> Result<TupleVariant<'_>, Error>;
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:149:29
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error>;
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error>;
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:150:32
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error>;
[INFO] [stdout]     |                                ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error>;
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 152 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 157 |     ) -> Result<StructVariant, Error>;
[INFO] [stdout]     |                 ------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 157 |     ) -> Result<StructVariant<'_>, Error>;
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:471:29
[INFO] [stdout]     |
[INFO] [stdout] 471 |     fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 |     fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:480:31
[INFO] [stdout]     |
[INFO] [stdout] 480 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]     |                               ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 480 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:490:9
[INFO] [stdout]     |
[INFO] [stdout] 490 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 493 |     ) -> Result<TupleStruct, Error> {
[INFO] [stdout]     |                 ----------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 493 |     ) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:503:9
[INFO] [stdout]     |
[INFO] [stdout] 503 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 508 |     ) -> Result<TupleVariant, Error> {
[INFO] [stdout]     |                 ------------ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 508 |     ) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:517:29
[INFO] [stdout]     |
[INFO] [stdout] 517 |     fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 517 |     fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:526:32
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]     |                                ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:536:9
[INFO] [stdout]     |
[INFO] [stdout] 536 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 541 |     ) -> Result<StructVariant, Error> {
[INFO] [stdout]     |                 ------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 541 |     ) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling toml v0.9.7
[INFO] [stderr]    Compiling trybuild v1.0.111
[INFO] [stderr]    Compiling pink-erased-serde v0.3.23 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `erased_serde`
[INFO] [stdout]  --> tests/traitobject.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use erased_serde::serialize_trait_object;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `erased_serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `erased_serde`, use `cargo add erased_serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `erased_serde`
[INFO] [stdout]  --> tests/readme.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use erased_serde::{Deserializer, Serialize, Serializer};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `erased_serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `erased_serde`, use `cargo add erased_serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `erased_serde`
[INFO] [stdout]  --> tests/traitobject.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub trait MyTrait: erased_serde::Serialize {}
[INFO] [stdout]   |                    ^^^^^^^^^^^^ use of unresolved module or unlinked crate `erased_serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `erased_serde`, use `cargo add erased_serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `erased_serde`
[INFO] [stdout]  --> tests/traitobject.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub trait MyGenericTrait<'a, T>: erased_serde::Serialize {}
[INFO] [stdout]   |                                  ^^^^^^^^^^^^ use of unresolved module or unlinked crate `erased_serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `erased_serde`, use `cargo add erased_serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pink-erased-serde` (test "traitobject") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `erased_serde`
[INFO] [stdout]   --> tests/readme.rs:54:36
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let data: Map<String, usize> = erased_serde::deserialize(format).unwrap();
[INFO] [stdout]    |                                    ^^^^^^^^^^^^ use of unresolved module or unlinked crate `erased_serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `erased_serde`, use `cargo add erased_serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pink-erased-serde` (test "test") due to 2 previous errors
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint`
[INFO] [stdout]    --> src/lib.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 | #![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_unsafe_op_in_unsafe_fn_lint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_unsafe_op_in_unsafe_fn_lint`
[INFO] [stdout]    --> src/lib.rs:101:13
[INFO] [stdout]     |
[INFO] [stdout] 101 | #![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_unsafe_op_in_unsafe_fn_lint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_unsafe_op_in_unsafe_fn_lint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]  --> src/any.rs:2:7
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg(no_maybe_uninit)]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]  --> src/any.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(not(no_maybe_uninit))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]    --> src/any.rs:142:7
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[cfg(no_maybe_uninit)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]    --> src/any.rs:146:7
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[cfg(no_maybe_uninit)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `include_fnptr_in_fingerprint`
[INFO] [stdout]    --> src/any.rs:157:11
[INFO] [stdout]     |
[INFO] [stdout] 157 |     #[cfg(include_fnptr_in_fingerprint)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(include_fnptr_in_fingerprint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(include_fnptr_in_fingerprint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_maybe_uninit`
[INFO] [stdout]   --> src/any.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |     cfg!(not(no_maybe_uninit))
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_maybe_uninit)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_maybe_uninit)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `include_fnptr_in_fingerprint`
[INFO] [stdout]    --> src/any.rs:170:19
[INFO] [stdout]     |
[INFO] [stdout] 170 |             #[cfg(include_fnptr_in_fingerprint)]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(include_fnptr_in_fingerprint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(include_fnptr_in_fingerprint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `include_fnptr_in_fingerprint`
[INFO] [stdout]    --> src/any.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 184 |     if cfg!(all(include_fnptr_in_fingerprint, not(miri))) {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(include_fnptr_in_fingerprint)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(include_fnptr_in_fingerprint)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]   --> src/de.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     serde_if_integer128! {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:387:5
[INFO] [stdout]     |
[INFO] [stdout] 387 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:560:5
[INFO] [stdout]     |
[INFO] [stdout] 560 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 947 | impl_deserializer_for_trait_object!({'de, 'a} {} &'a mut dyn Deserializer<'de>);
[INFO] [stdout]     | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 948 | impl_deserializer_for_trait_object!({'de, 'a} {} &'a mut (dyn Deserializer<'de> + Send));
[INFO] [stdout]     | ---------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 949 | impl_deserializer_for_trait_object!({'de, 'a} {} &'a mut (dyn Deserializer<'de> + Sync));
[INFO] [stdout]     | ---------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 950 | impl_deserializer_for_trait_object!({'de, 'a} {} &'a mut (dyn Deserializer<'de> + Send + Sync));
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 951 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de>>);
[INFO] [stdout]     | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 952 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 953 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Sync>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/de.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 954 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send + Sync>);
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1026:5
[INFO] [stdout]      |
[INFO] [stdout] 1026 |     serde_if_integer128! {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1411 | deref_erased_deserializer!(<'de, 'a> Deserializer<'de> for Box<dyn Deserializer<'de> + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1412 | deref_erased_deserializer!(<'de, 'a> Deserializer<'de> for Box<dyn Deserializer<'de> + Send + 'a>);
[INFO] [stdout]      | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1413 | deref_erased_deserializer!(<'de, 'a> Deserializer<'de> for Box<dyn Deserializer<'de> + Sync + 'a>);
[INFO] [stdout]      | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1414 | deref_erased_deserializer!(<'de, 'a> Deserializer<'de> for Box<dyn Deserializer<'de> + Send + Sync + 'a>);
[INFO] [stdout]      | --------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/de.rs:1326:13
[INFO] [stdout]      |
[INFO] [stdout] 1326 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1415 | deref_erased_deserializer!(<'de, 'a, T: ?Sized + Deserializer<'de>> Deserializer<'de> for &'a mut T);
[INFO] [stdout]      | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:346:5
[INFO] [stdout]     |
[INFO] [stdout] 346 |     serde_if_integer128! {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:653:13
[INFO] [stdout]     |
[INFO] [stdout] 653 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 792 | impl_serializer_for_trait_object!(&'a mut dyn Serializer);
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_serializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:653:13
[INFO] [stdout]     |
[INFO] [stdout] 653 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 793 | impl_serializer_for_trait_object!(&'a mut (dyn Serializer + Send));
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_serializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:653:13
[INFO] [stdout]     |
[INFO] [stdout] 653 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 794 | impl_serializer_for_trait_object!(&'a mut (dyn Serializer + Sync));
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_serializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]    --> src/ser.rs:653:13
[INFO] [stdout]     |
[INFO] [stdout] 653 |             serde_if_integer128! {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 795 | impl_serializer_for_trait_object!(&'a mut (dyn Serializer + Send + Sync));
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_serializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]     --> src/ser.rs:1262:13
[INFO] [stdout]      |
[INFO] [stdout] 1262 |             serde_if_integer128! {
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `de::tests::test_struct::_::_serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]  --> src/de.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::serde_if_integer128;
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `de::tests::test_struct::_::_serde::serde_if_integer128`: 
[INFO] [stdout]          This macro has no effect on any version of Serde released in the past 2 years.
[INFO] [stdout]          It was used long ago in crates that needed to support Rustc older than 1.26.0,
[INFO] [stdout]          or Emscripten targets older than 1.40.0, which did not yet have 128-bit integer
[INFO] [stdout]          support. These days Serde requires a Rust compiler newer than that so 128-bit
[INFO] [stdout]          integers are always supported.
[INFO] [stdout]   --> src/ser.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | use serde::serde_if_integer128;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:845:44
[INFO] [stdout]     |
[INFO] [stdout] 845 |             fn deserialize_f32<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 951 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de>>);
[INFO] [stdout]     | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 |             fn deserialize_f64<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 951 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de>>);
[INFO] [stdout]     | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:845:44
[INFO] [stdout]     |
[INFO] [stdout] 845 |             fn deserialize_f32<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 952 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 |             fn deserialize_f64<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 952 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:845:44
[INFO] [stdout]     |
[INFO] [stdout] 845 |             fn deserialize_f32<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 953 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Sync>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 |             fn deserialize_f64<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 953 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Sync>);
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:845:44
[INFO] [stdout]     |
[INFO] [stdout] 845 |             fn deserialize_f32<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 954 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send + Sync>);
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/de.rs:850:44
[INFO] [stdout]     |
[INFO] [stdout] 850 |             fn deserialize_f64<V>($($mut)* self, _visitor: V) -> Result<V::Value, Error> where V: serde::de::Visitor<'de> {
[INFO] [stdout]     |                                            ^^^^ help: remove this `mut`
[INFO] [stdout] ...
[INFO] [stdout] 954 | impl_deserializer_for_trait_object!({'de} {mut} Box<dyn Deserializer<'de> + Send + Sync>);
[INFO] [stdout]     | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_deserializer_for_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]     --> src/de.rs:1036:27
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     fn visit_f32<E>(self, v: f32) -> Result<Out, E>
[INFO] [stdout]      |                           ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]     --> src/de.rs:1043:27
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     fn visit_f64<E>(self, v: f64) -> Result<Out, E>
[INFO] [stdout]      |                           ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error>;
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error>;
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:136:31
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error>;
[INFO] [stdout]     |                               ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error>;
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 141 |     ) -> Result<TupleStruct, Error>;
[INFO] [stdout]     |                 ----------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |     ) -> Result<TupleStruct<'_>, Error>;
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 148 |     ) -> Result<TupleVariant, Error>;
[INFO] [stdout]     |                 ------------ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     ) -> Result<TupleVariant<'_>, Error>;
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:149:29
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error>;
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error>;
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:150:32
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error>;
[INFO] [stdout]     |                                ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error>;
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 152 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 157 |     ) -> Result<StructVariant, Error>;
[INFO] [stdout]     |                 ------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 157 |     ) -> Result<StructVariant<'_>, Error>;
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:471:29
[INFO] [stdout]     |
[INFO] [stdout] 471 |     fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 |     fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:480:31
[INFO] [stdout]     |
[INFO] [stdout] 480 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]     |                               ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 480 |     fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:490:9
[INFO] [stdout]     |
[INFO] [stdout] 490 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 493 |     ) -> Result<TupleStruct, Error> {
[INFO] [stdout]     |                 ----------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 493 |     ) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:503:9
[INFO] [stdout]     |
[INFO] [stdout] 503 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 508 |     ) -> Result<TupleVariant, Error> {
[INFO] [stdout]     |                 ------------ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 508 |     ) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:517:29
[INFO] [stdout]     |
[INFO] [stdout] 517 |     fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 517 |     fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:526:32
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]     |                                ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ser.rs:536:9
[INFO] [stdout]     |
[INFO] [stdout] 536 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 541 |     ) -> Result<StructVariant, Error> {
[INFO] [stdout]     |                 ------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 541 |     ) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1347 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + 'a>);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1348 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1349 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Sync + 'a>);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1350 | deref_erased_serializer!(<'a> Serializer for Box<dyn Serializer + Send + Sync + 'a>);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1312:37
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             fn erased_serialize_seq(&mut self, len: Option<usize>) -> Result<Seq<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1316:39
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple, Error> {
[INFO] [stdout]      |                                       ^^^^^^^^^                        ----- the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1316 |             fn erased_serialize_tuple(&mut self, len: usize) -> Result<Tuple<'_>, Error> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1320:46
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct, Error> {
[INFO] [stdout]      |                                              ^^^^^^^^^ the lifetime is elided here                ----------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1320 |             fn erased_serialize_tuple_struct(&mut self, name: &'static str, len: usize) -> Result<TupleStruct<'_>, Error> {
[INFO] [stdout]      |                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1324:47
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant, E...
[INFO] [stdout]      |                                               ^^^^^^^^^ the lifetime is elided here                                                           ------------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1324 |             fn erased_serialize_tuple_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<TupleVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1328:37
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map, Error> {
[INFO] [stdout]      |                                     ^^^^^^^^^ the lifetime is elided here    --- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1328 |             fn erased_serialize_map(&mut self, len: Option<usize>) -> Result<Map<'_>, Error> {
[INFO] [stdout]      |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1332:40
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct, Error> {
[INFO] [stdout]      |                                        ^^^^^^^^^ the lifetime is elided here                ------ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1332 |             fn erased_serialize_struct(&mut self, name: &'static str, len: usize) -> Result<Struct<'_>, Error> {
[INFO] [stdout]      |                                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ser.rs:1336:48
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant, E...
[INFO] [stdout]      |                                                ^^^^^^^^^ the lifetime is elided here                                                           ------------- the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 1351 | deref_erased_serializer!(<'a, T: ?Sized + Serializer> Serializer for &'a mut T);
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `deref_erased_serializer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             fn erased_serialize_struct_variant(&mut self, name: &'static str, variant_index: u32, variant: &'static str, len: usize) -> Result<StructVariant<'_>, Error> {
[INFO] [stdout]      |                                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "eddfe685dffbdbfeb107a411dc0c6ad2aa4cb1a13dbd69cd6d54b523347d96e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eddfe685dffbdbfeb107a411dc0c6ad2aa4cb1a13dbd69cd6d54b523347d96e0", kill_on_drop: false }`
[INFO] [stdout] eddfe685dffbdbfeb107a411dc0c6ad2aa4cb1a13dbd69cd6d54b523347d96e0
