[INFO] fetching crate destructure_traitobject 0.2.0...
[INFO] checking destructure_traitobject-0.2.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate destructure_traitobject 0.2.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate destructure_traitobject 0.2.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate destructure_traitobject 0.2.0
[INFO] finished tweaking crates.io crate destructure_traitobject 0.2.0
[INFO] tweaked toml for crates.io crate destructure_traitobject 0.2.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 956ada9d41e24fcad9b668177a85706d3ca7b803194af0d61554b5be84c23052
[INFO] running `Command { std: "docker" "start" "-a" "956ada9d41e24fcad9b668177a85706d3ca7b803194af0d61554b5be84c23052", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "956ada9d41e24fcad9b668177a85706d3ca7b803194af0d61554b5be84c23052", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "956ada9d41e24fcad9b668177a85706d3ca7b803194af0d61554b5be84c23052", kill_on_drop: false }`
[INFO] [stdout] 956ada9d41e24fcad9b668177a85706d3ca7b803194af0d61554b5be84c23052
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3787af0809ef10879ac4cc970ba9e920dc37d5e8a63afc09206548c5b75be66d
[INFO] running `Command { std: "docker" "start" "-a" "3787af0809ef10879ac4cc970ba9e920dc37d5e8a63afc09206548c5b75be66d", kill_on_drop: false }`
[INFO] [stderr]     Checking destructure_traitobject v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | unsafe impl Trait for Send { }
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 3 | unsafe impl Trait for dyn Send { }
[INFO] [stdout]   |                       +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Send`
[INFO] [stdout]   |
[INFO] [stdout] 3 | unsafe impl<T: Send> Trait for T { }
[INFO] [stdout]   |            +++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | unsafe impl Trait for Sync { }
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 4 | unsafe impl Trait for dyn Sync { }
[INFO] [stdout]   |                       +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Sync`
[INFO] [stdout]   |
[INFO] [stdout] 4 | unsafe impl<T: Sync> Trait for T { }
[INFO] [stdout]   |            +++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | unsafe impl Trait for Send + Sync { }
[INFO] [stdout]   |                       ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 5 | unsafe impl Trait for dyn Send + Sync { }
[INFO] [stdout]   |                       +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Send + Sync`
[INFO] [stdout]   |
[INFO] [stdout] 5 | unsafe impl<T: Send + Sync> Trait for T { }
[INFO] [stdout]   |            ++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | unsafe impl Trait for ::std::any::Any + Send { }
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 6 | unsafe impl Trait for dyn (::std::any::Any + Send) { }
[INFO] [stdout]   |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::any::Any + Send`
[INFO] [stdout]   |
[INFO] [stdout] 6 | unsafe impl<T: ::std::any::Any + Send> Trait for T { }
[INFO] [stdout]   |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe impl Trait for ::std::any::Any + Sync { }
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe impl Trait for dyn (::std::any::Any + Sync) { }
[INFO] [stdout]   |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::any::Any + Sync`
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe impl<T: ::std::any::Any + Sync> Trait for T { }
[INFO] [stdout]   |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe impl Trait for ::std::any::Any + Send + Sync { }
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe impl Trait for dyn (::std::any::Any + Send + Sync) { }
[INFO] [stdout]   |                       +++++                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::any::Any + Send + Sync`
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe impl<T: ::std::any::Any + Send + Sync> Trait for T { }
[INFO] [stdout]   |            ++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:9:34
[INFO] [stdout]   |
[INFO] [stdout] 9 | unsafe impl<T: ?Sized> Trait for ::std::borrow::Borrow<T> + Send { }
[INFO] [stdout]   |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::Borrow<T> + Send) { }
[INFO] [stdout]   |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::Borrow<T> + Send`
[INFO] [stdout]   |
[INFO] [stdout] 9 | unsafe impl<T: ?Sized, U: ::std::borrow::Borrow<T> + Send> Trait for U { }
[INFO] [stdout]   |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | unsafe impl<T: ?Sized> Trait for ::std::borrow::Borrow<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 10 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::Borrow<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::Borrow<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 10 | unsafe impl<T: ?Sized, U: ::std::borrow::Borrow<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 | unsafe impl<T: ?Sized> Trait for ::std::borrow::Borrow<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::Borrow<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::Borrow<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 11 | unsafe impl<T: ?Sized, U: ::std::borrow::Borrow<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 | unsafe impl<T: ?Sized> Trait for ::std::borrow::BorrowMut<T> + Send { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 12 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::BorrowMut<T> + Send) { }
[INFO] [stdout]    |                                  +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::BorrowMut<T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 12 | unsafe impl<T: ?Sized, U: ::std::borrow::BorrowMut<T> + Send> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe impl<T: ?Sized> Trait for ::std::borrow::BorrowMut<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::BorrowMut<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::BorrowMut<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe impl<T: ?Sized, U: ::std::borrow::BorrowMut<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe impl<T: ?Sized> Trait for ::std::borrow::BorrowMut<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::BorrowMut<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::BorrowMut<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe impl<T: ?Sized, U: ::std::borrow::BorrowMut<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsMut<T> + Send { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsMut<T> + Send) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsMut<T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 15 | unsafe impl<T: ?Sized, U: ::std::convert::AsMut<T> + Send> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsMut<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsMut<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsMut<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe impl<T: ?Sized, U: ::std::convert::AsMut<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsMut<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsMut<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsMut<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 17 | unsafe impl<T: ?Sized, U: ::std::convert::AsMut<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | unsafe impl Trait for Send { }
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(test, deny(warnings))]
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 3 | unsafe impl Trait for dyn Send { }
[INFO] [stdout]   |                       +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Send`
[INFO] [stdout]   |
[INFO] [stdout] 3 | unsafe impl<T: Send> Trait for T { }
[INFO] [stdout]   |            +++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsRef<T> + Send { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsRef<T> + Send) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsRef<T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 18 | unsafe impl<T: ?Sized, U: ::std::convert::AsRef<T> + Send> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | unsafe impl Trait for Sync { }
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 4 | unsafe impl Trait for dyn Sync { }
[INFO] [stdout]   |                       +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Sync`
[INFO] [stdout]   |
[INFO] [stdout] 4 | unsafe impl<T: Sync> Trait for T { }
[INFO] [stdout]   |            +++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:19:34
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsRef<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsRef<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsRef<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe impl<T: ?Sized, U: ::std::convert::AsRef<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | unsafe impl Trait for Send + Sync { }
[INFO] [stdout]   |                       ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 5 | unsafe impl Trait for dyn Send + Sync { }
[INFO] [stdout]   |                       +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Send + Sync`
[INFO] [stdout]   |
[INFO] [stdout] 5 | unsafe impl<T: Send + Sync> Trait for T { }
[INFO] [stdout]   |            ++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:20:34
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsRef<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsRef<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsRef<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl<T: ?Sized, U: ::std::convert::AsRef<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:21:23
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl Trait for ::std::error::Error + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl Trait for dyn (::std::error::Error + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::error::Error + Send`
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl<T: ::std::error::Error + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | unsafe impl Trait for ::std::any::Any + Send { }
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 6 | unsafe impl Trait for dyn (::std::any::Any + Send) { }
[INFO] [stdout]   |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::any::Any + Send`
[INFO] [stdout]   |
[INFO] [stdout] 6 | unsafe impl<T: ::std::any::Any + Send> Trait for T { }
[INFO] [stdout]   |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe impl Trait for ::std::any::Any + Sync { }
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe impl Trait for dyn (::std::any::Any + Sync) { }
[INFO] [stdout]   |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::any::Any + Sync`
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe impl<T: ::std::any::Any + Sync> Trait for T { }
[INFO] [stdout]   |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 | unsafe impl Trait for ::std::error::Error + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 | unsafe impl Trait for dyn (::std::error::Error + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::error::Error + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 22 | unsafe impl<T: ::std::error::Error + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe impl Trait for ::std::any::Any + Send + Sync { }
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe impl Trait for dyn (::std::any::Any + Send + Sync) { }
[INFO] [stdout]   |                       +++++                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::any::Any + Send + Sync`
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe impl<T: ::std::any::Any + Send + Sync> Trait for T { }
[INFO] [stdout]   |            ++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:23:23
[INFO] [stdout]    |
[INFO] [stdout] 23 | unsafe impl Trait for ::std::error::Error + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 23 | unsafe impl Trait for dyn (::std::error::Error + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::error::Error + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 23 | unsafe impl<T: ::std::error::Error + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:9:34
[INFO] [stdout]   |
[INFO] [stdout] 9 | unsafe impl<T: ?Sized> Trait for ::std::borrow::Borrow<T> + Send { }
[INFO] [stdout]   |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::Borrow<T> + Send) { }
[INFO] [stdout]   |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::Borrow<T> + Send`
[INFO] [stdout]   |
[INFO] [stdout] 9 | unsafe impl<T: ?Sized, U: ::std::borrow::Borrow<T> + Send> Trait for U { }
[INFO] [stdout]   |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:24:23
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe impl Trait for ::std::fmt::Binary + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe impl Trait for dyn (::std::fmt::Binary + Send) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Binary + Send`
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe impl<T: ::std::fmt::Binary + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | unsafe impl<T: ?Sized> Trait for ::std::borrow::Borrow<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 10 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::Borrow<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::Borrow<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 10 | unsafe impl<T: ?Sized, U: ::std::borrow::Borrow<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:25:23
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe impl Trait for ::std::fmt::Binary + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe impl Trait for dyn (::std::fmt::Binary + Sync) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Binary + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe impl<T: ::std::fmt::Binary + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 | unsafe impl<T: ?Sized> Trait for ::std::borrow::Borrow<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::Borrow<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::Borrow<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 11 | unsafe impl<T: ?Sized, U: ::std::borrow::Borrow<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 | unsafe impl<T: ?Sized> Trait for ::std::borrow::BorrowMut<T> + Send { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 12 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::BorrowMut<T> + Send) { }
[INFO] [stdout]    |                                  +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::BorrowMut<T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 12 | unsafe impl<T: ?Sized, U: ::std::borrow::BorrowMut<T> + Send> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:26:23
[INFO] [stdout]    |
[INFO] [stdout] 26 | unsafe impl Trait for ::std::fmt::Binary + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 26 | unsafe impl Trait for dyn (::std::fmt::Binary + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Binary + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 26 | unsafe impl<T: ::std::fmt::Binary + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe impl<T: ?Sized> Trait for ::std::borrow::BorrowMut<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::BorrowMut<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::BorrowMut<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe impl<T: ?Sized, U: ::std::borrow::BorrowMut<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:27:23
[INFO] [stdout]    |
[INFO] [stdout] 27 | unsafe impl Trait for ::std::fmt::Debug + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 27 | unsafe impl Trait for dyn (::std::fmt::Debug + Send) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Debug + Send`
[INFO] [stdout]    |
[INFO] [stdout] 27 | unsafe impl<T: ::std::fmt::Debug + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe impl<T: ?Sized> Trait for ::std::borrow::BorrowMut<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::BorrowMut<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::BorrowMut<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe impl<T: ?Sized, U: ::std::borrow::BorrowMut<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 | unsafe impl Trait for ::std::fmt::Debug + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 28 | unsafe impl Trait for dyn (::std::fmt::Debug + Sync) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Debug + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 28 | unsafe impl<T: ::std::fmt::Debug + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsMut<T> + Send { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsMut<T> + Send) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsMut<T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 15 | unsafe impl<T: ?Sized, U: ::std::convert::AsMut<T> + Send> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe impl Trait for ::std::fmt::Debug + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe impl Trait for dyn (::std::fmt::Debug + Send + Sync) { }
[INFO] [stdout]    |                       +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Debug + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe impl<T: ::std::fmt::Debug + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsMut<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsMut<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsMut<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe impl<T: ?Sized, U: ::std::convert::AsMut<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:30:23
[INFO] [stdout]    |
[INFO] [stdout] 30 | unsafe impl Trait for ::std::fmt::Display + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 30 | unsafe impl Trait for dyn (::std::fmt::Display + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Display + Send`
[INFO] [stdout]    |
[INFO] [stdout] 30 | unsafe impl<T: ::std::fmt::Display + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsMut<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsMut<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsMut<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 17 | unsafe impl<T: ?Sized, U: ::std::convert::AsMut<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe impl Trait for ::std::fmt::Display + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe impl Trait for dyn (::std::fmt::Display + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Display + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe impl<T: ::std::fmt::Display + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsRef<T> + Send { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsRef<T> + Send) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsRef<T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 18 | unsafe impl<T: ?Sized, U: ::std::convert::AsRef<T> + Send> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:19:34
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsRef<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsRef<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsRef<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe impl<T: ?Sized, U: ::std::convert::AsRef<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:32:23
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe impl Trait for ::std::fmt::Display + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe impl Trait for dyn (::std::fmt::Display + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Display + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe impl<T: ::std::fmt::Display + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:20:34
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsRef<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsRef<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsRef<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl<T: ?Sized, U: ::std::convert::AsRef<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:33:23
[INFO] [stdout]    |
[INFO] [stdout] 33 | unsafe impl Trait for ::std::fmt::LowerExp + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 33 | unsafe impl Trait for dyn (::std::fmt::LowerExp + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerExp + Send`
[INFO] [stdout]    |
[INFO] [stdout] 33 | unsafe impl<T: ::std::fmt::LowerExp + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:21:23
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl Trait for ::std::error::Error + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl Trait for dyn (::std::error::Error + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::error::Error + Send`
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl<T: ::std::error::Error + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:34:23
[INFO] [stdout]    |
[INFO] [stdout] 34 | unsafe impl Trait for ::std::fmt::LowerExp + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 34 | unsafe impl Trait for dyn (::std::fmt::LowerExp + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerExp + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 34 | unsafe impl<T: ::std::fmt::LowerExp + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 | unsafe impl Trait for ::std::error::Error + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 | unsafe impl Trait for dyn (::std::error::Error + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::error::Error + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 22 | unsafe impl<T: ::std::error::Error + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe impl Trait for ::std::fmt::LowerExp + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe impl Trait for dyn (::std::fmt::LowerExp + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerExp + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe impl<T: ::std::fmt::LowerExp + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:23:23
[INFO] [stdout]    |
[INFO] [stdout] 23 | unsafe impl Trait for ::std::error::Error + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 23 | unsafe impl Trait for dyn (::std::error::Error + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::error::Error + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 23 | unsafe impl<T: ::std::error::Error + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:36:23
[INFO] [stdout]    |
[INFO] [stdout] 36 | unsafe impl Trait for ::std::fmt::LowerHex + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 36 | unsafe impl Trait for dyn (::std::fmt::LowerHex + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerHex + Send`
[INFO] [stdout]    |
[INFO] [stdout] 36 | unsafe impl<T: ::std::fmt::LowerHex + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:24:23
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe impl Trait for ::std::fmt::Binary + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe impl Trait for dyn (::std::fmt::Binary + Send) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Binary + Send`
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe impl<T: ::std::fmt::Binary + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:37:23
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe impl Trait for ::std::fmt::LowerHex + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe impl Trait for dyn (::std::fmt::LowerHex + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerHex + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe impl<T: ::std::fmt::LowerHex + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:25:23
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe impl Trait for ::std::fmt::Binary + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe impl Trait for dyn (::std::fmt::Binary + Sync) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Binary + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe impl<T: ::std::fmt::Binary + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:38:23
[INFO] [stdout]    |
[INFO] [stdout] 38 | unsafe impl Trait for ::std::fmt::LowerHex + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 38 | unsafe impl Trait for dyn (::std::fmt::LowerHex + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerHex + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 38 | unsafe impl<T: ::std::fmt::LowerHex + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:26:23
[INFO] [stdout]    |
[INFO] [stdout] 26 | unsafe impl Trait for ::std::fmt::Binary + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 26 | unsafe impl Trait for dyn (::std::fmt::Binary + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Binary + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 26 | unsafe impl<T: ::std::fmt::Binary + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 | unsafe impl Trait for ::std::fmt::Octal + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 39 | unsafe impl Trait for dyn (::std::fmt::Octal + Send) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Octal + Send`
[INFO] [stdout]    |
[INFO] [stdout] 39 | unsafe impl<T: ::std::fmt::Octal + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:27:23
[INFO] [stdout]    |
[INFO] [stdout] 27 | unsafe impl Trait for ::std::fmt::Debug + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 27 | unsafe impl Trait for dyn (::std::fmt::Debug + Send) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Debug + Send`
[INFO] [stdout]    |
[INFO] [stdout] 27 | unsafe impl<T: ::std::fmt::Debug + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:40:23
[INFO] [stdout]    |
[INFO] [stdout] 40 | unsafe impl Trait for ::std::fmt::Octal + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 40 | unsafe impl Trait for dyn (::std::fmt::Octal + Sync) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Octal + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 40 | unsafe impl<T: ::std::fmt::Octal + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 | unsafe impl Trait for ::std::fmt::Debug + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 28 | unsafe impl Trait for dyn (::std::fmt::Debug + Sync) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Debug + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 28 | unsafe impl<T: ::std::fmt::Debug + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:41:23
[INFO] [stdout]    |
[INFO] [stdout] 41 | unsafe impl Trait for ::std::fmt::Octal + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 41 | unsafe impl Trait for dyn (::std::fmt::Octal + Send + Sync) { }
[INFO] [stdout]    |                       +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Octal + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 41 | unsafe impl<T: ::std::fmt::Octal + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe impl Trait for ::std::fmt::Debug + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe impl Trait for dyn (::std::fmt::Debug + Send + Sync) { }
[INFO] [stdout]    |                       +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Debug + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe impl<T: ::std::fmt::Debug + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe impl Trait for ::std::fmt::Pointer + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe impl Trait for dyn (::std::fmt::Pointer + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Pointer + Send`
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe impl<T: ::std::fmt::Pointer + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:43:23
[INFO] [stdout]    |
[INFO] [stdout] 43 | unsafe impl Trait for ::std::fmt::Pointer + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 43 | unsafe impl Trait for dyn (::std::fmt::Pointer + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Pointer + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 43 | unsafe impl<T: ::std::fmt::Pointer + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:30:23
[INFO] [stdout]    |
[INFO] [stdout] 30 | unsafe impl Trait for ::std::fmt::Display + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 30 | unsafe impl Trait for dyn (::std::fmt::Display + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Display + Send`
[INFO] [stdout]    |
[INFO] [stdout] 30 | unsafe impl<T: ::std::fmt::Display + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:44:23
[INFO] [stdout]    |
[INFO] [stdout] 44 | unsafe impl Trait for ::std::fmt::Pointer + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 44 | unsafe impl Trait for dyn (::std::fmt::Pointer + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Pointer + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 44 | unsafe impl<T: ::std::fmt::Pointer + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe impl Trait for ::std::fmt::Display + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe impl Trait for dyn (::std::fmt::Display + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Display + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe impl<T: ::std::fmt::Display + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 45 | unsafe impl Trait for ::std::fmt::UpperExp + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 45 | unsafe impl Trait for dyn (::std::fmt::UpperExp + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperExp + Send`
[INFO] [stdout]    |
[INFO] [stdout] 45 | unsafe impl<T: ::std::fmt::UpperExp + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:32:23
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe impl Trait for ::std::fmt::Display + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe impl Trait for dyn (::std::fmt::Display + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Display + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe impl<T: ::std::fmt::Display + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:33:23
[INFO] [stdout]    |
[INFO] [stdout] 33 | unsafe impl Trait for ::std::fmt::LowerExp + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 33 | unsafe impl Trait for dyn (::std::fmt::LowerExp + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerExp + Send`
[INFO] [stdout]    |
[INFO] [stdout] 33 | unsafe impl<T: ::std::fmt::LowerExp + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 | unsafe impl Trait for ::std::fmt::UpperExp + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 46 | unsafe impl Trait for dyn (::std::fmt::UpperExp + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperExp + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 46 | unsafe impl<T: ::std::fmt::UpperExp + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:34:23
[INFO] [stdout]    |
[INFO] [stdout] 34 | unsafe impl Trait for ::std::fmt::LowerExp + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 34 | unsafe impl Trait for dyn (::std::fmt::LowerExp + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerExp + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 34 | unsafe impl<T: ::std::fmt::LowerExp + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 | unsafe impl Trait for ::std::fmt::UpperExp + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 47 | unsafe impl Trait for dyn (::std::fmt::UpperExp + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperExp + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 47 | unsafe impl<T: ::std::fmt::UpperExp + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe impl Trait for ::std::fmt::LowerExp + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe impl Trait for dyn (::std::fmt::LowerExp + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerExp + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe impl<T: ::std::fmt::LowerExp + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 | unsafe impl Trait for ::std::fmt::UpperHex + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 48 | unsafe impl Trait for dyn (::std::fmt::UpperHex + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperHex + Send`
[INFO] [stdout]    |
[INFO] [stdout] 48 | unsafe impl<T: ::std::fmt::UpperHex + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:36:23
[INFO] [stdout]    |
[INFO] [stdout] 36 | unsafe impl Trait for ::std::fmt::LowerHex + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 36 | unsafe impl Trait for dyn (::std::fmt::LowerHex + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerHex + Send`
[INFO] [stdout]    |
[INFO] [stdout] 36 | unsafe impl<T: ::std::fmt::LowerHex + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl Trait for ::std::fmt::UpperHex + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl Trait for dyn (::std::fmt::UpperHex + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperHex + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl<T: ::std::fmt::UpperHex + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:37:23
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe impl Trait for ::std::fmt::LowerHex + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe impl Trait for dyn (::std::fmt::LowerHex + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerHex + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe impl<T: ::std::fmt::LowerHex + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl Trait for ::std::fmt::UpperHex + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl Trait for dyn (::std::fmt::UpperHex + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperHex + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl<T: ::std::fmt::UpperHex + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:38:23
[INFO] [stdout]    |
[INFO] [stdout] 38 | unsafe impl Trait for ::std::fmt::LowerHex + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 38 | unsafe impl Trait for dyn (::std::fmt::LowerHex + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerHex + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 38 | unsafe impl<T: ::std::fmt::LowerHex + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 | unsafe impl Trait for ::std::fmt::Write + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 51 | unsafe impl Trait for dyn (::std::fmt::Write + Send) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Write + Send`
[INFO] [stdout]    |
[INFO] [stdout] 51 | unsafe impl<T: ::std::fmt::Write + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 | unsafe impl Trait for ::std::fmt::Octal + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 39 | unsafe impl Trait for dyn (::std::fmt::Octal + Send) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Octal + Send`
[INFO] [stdout]    |
[INFO] [stdout] 39 | unsafe impl<T: ::std::fmt::Octal + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 | unsafe impl Trait for ::std::fmt::Write + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 52 | unsafe impl Trait for dyn (::std::fmt::Write + Sync) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Write + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 52 | unsafe impl<T: ::std::fmt::Write + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 | unsafe impl Trait for ::std::fmt::Write + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 53 | unsafe impl Trait for dyn (::std::fmt::Write + Send + Sync) { }
[INFO] [stdout]    |                       +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Write + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 53 | unsafe impl<T: ::std::fmt::Write + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:40:23
[INFO] [stdout]    |
[INFO] [stdout] 40 | unsafe impl Trait for ::std::fmt::Octal + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 40 | unsafe impl Trait for dyn (::std::fmt::Octal + Sync) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Octal + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 40 | unsafe impl<T: ::std::fmt::Octal + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 | unsafe impl Trait for ::std::hash::Hasher + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 54 | unsafe impl Trait for dyn (::std::hash::Hasher + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::hash::Hasher + Send`
[INFO] [stdout]    |
[INFO] [stdout] 54 | unsafe impl<T: ::std::hash::Hasher + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:41:23
[INFO] [stdout]    |
[INFO] [stdout] 41 | unsafe impl Trait for ::std::fmt::Octal + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 41 | unsafe impl Trait for dyn (::std::fmt::Octal + Send + Sync) { }
[INFO] [stdout]    |                       +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Octal + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 41 | unsafe impl<T: ::std::fmt::Octal + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe impl Trait for ::std::fmt::Pointer + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe impl Trait for dyn (::std::fmt::Pointer + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Pointer + Send`
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe impl<T: ::std::fmt::Pointer + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 | unsafe impl Trait for ::std::hash::Hasher + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 55 | unsafe impl Trait for dyn (::std::hash::Hasher + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::hash::Hasher + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 55 | unsafe impl<T: ::std::hash::Hasher + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:43:23
[INFO] [stdout]    |
[INFO] [stdout] 43 | unsafe impl Trait for ::std::fmt::Pointer + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 43 | unsafe impl Trait for dyn (::std::fmt::Pointer + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Pointer + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 43 | unsafe impl<T: ::std::fmt::Pointer + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 | unsafe impl Trait for ::std::hash::Hasher + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 | unsafe impl Trait for dyn (::std::hash::Hasher + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::hash::Hasher + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 56 | unsafe impl<T: ::std::hash::Hasher + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:44:23
[INFO] [stdout]    |
[INFO] [stdout] 44 | unsafe impl Trait for ::std::fmt::Pointer + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 44 | unsafe impl Trait for dyn (::std::fmt::Pointer + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Pointer + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 44 | unsafe impl<T: ::std::fmt::Pointer + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 | unsafe impl Trait for ::std::io::BufRead + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 57 | unsafe impl Trait for dyn (::std::io::BufRead + Send) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::BufRead + Send`
[INFO] [stdout]    |
[INFO] [stdout] 57 | unsafe impl<T: ::std::io::BufRead + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 45 | unsafe impl Trait for ::std::fmt::UpperExp + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 45 | unsafe impl Trait for dyn (::std::fmt::UpperExp + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperExp + Send`
[INFO] [stdout]    |
[INFO] [stdout] 45 | unsafe impl<T: ::std::fmt::UpperExp + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 | unsafe impl Trait for ::std::io::BufRead + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 | unsafe impl Trait for dyn (::std::io::BufRead + Sync) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::BufRead + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 58 | unsafe impl<T: ::std::io::BufRead + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 | unsafe impl Trait for ::std::fmt::UpperExp + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 46 | unsafe impl Trait for dyn (::std::fmt::UpperExp + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperExp + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 46 | unsafe impl<T: ::std::fmt::UpperExp + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 | unsafe impl Trait for ::std::io::BufRead + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 59 | unsafe impl Trait for dyn (::std::io::BufRead + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::BufRead + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 59 | unsafe impl<T: ::std::io::BufRead + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 | unsafe impl Trait for ::std::fmt::UpperExp + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 47 | unsafe impl Trait for dyn (::std::fmt::UpperExp + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperExp + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 47 | unsafe impl<T: ::std::fmt::UpperExp + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 | unsafe impl Trait for ::std::io::Read + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 60 | unsafe impl Trait for dyn (::std::io::Read + Send) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Read + Send`
[INFO] [stdout]    |
[INFO] [stdout] 60 | unsafe impl<T: ::std::io::Read + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 | unsafe impl Trait for ::std::fmt::UpperHex + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 48 | unsafe impl Trait for dyn (::std::fmt::UpperHex + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperHex + Send`
[INFO] [stdout]    |
[INFO] [stdout] 48 | unsafe impl<T: ::std::fmt::UpperHex + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 | unsafe impl Trait for ::std::io::Read + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 61 | unsafe impl Trait for dyn (::std::io::Read + Sync) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Read + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 61 | unsafe impl<T: ::std::io::Read + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl Trait for ::std::fmt::UpperHex + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl Trait for dyn (::std::fmt::UpperHex + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperHex + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl<T: ::std::fmt::UpperHex + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 | unsafe impl Trait for ::std::io::Read + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 62 | unsafe impl Trait for dyn (::std::io::Read + Send + Sync) { }
[INFO] [stdout]    |                       +++++                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Read + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 62 | unsafe impl<T: ::std::io::Read + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl Trait for ::std::fmt::UpperHex + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl Trait for dyn (::std::fmt::UpperHex + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperHex + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl<T: ::std::fmt::UpperHex + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:63:23
[INFO] [stdout]    |
[INFO] [stdout] 63 | unsafe impl Trait for ::std::io::Seek + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 63 | unsafe impl Trait for dyn (::std::io::Seek + Send) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Seek + Send`
[INFO] [stdout]    |
[INFO] [stdout] 63 | unsafe impl<T: ::std::io::Seek + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 | unsafe impl Trait for ::std::fmt::Write + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 51 | unsafe impl Trait for dyn (::std::fmt::Write + Send) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Write + Send`
[INFO] [stdout]    |
[INFO] [stdout] 51 | unsafe impl<T: ::std::fmt::Write + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:64:23
[INFO] [stdout]    |
[INFO] [stdout] 64 | unsafe impl Trait for ::std::io::Seek + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 64 | unsafe impl Trait for dyn (::std::io::Seek + Sync) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Seek + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 64 | unsafe impl<T: ::std::io::Seek + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 | unsafe impl Trait for ::std::fmt::Write + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 52 | unsafe impl Trait for dyn (::std::fmt::Write + Sync) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Write + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 52 | unsafe impl<T: ::std::fmt::Write + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:65:23
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe impl Trait for ::std::io::Seek + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe impl Trait for dyn (::std::io::Seek + Send + Sync) { }
[INFO] [stdout]    |                       +++++                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Seek + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe impl<T: ::std::io::Seek + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 | unsafe impl Trait for ::std::fmt::Write + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 53 | unsafe impl Trait for dyn (::std::fmt::Write + Send + Sync) { }
[INFO] [stdout]    |                       +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Write + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 53 | unsafe impl<T: ::std::fmt::Write + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:66:23
[INFO] [stdout]    |
[INFO] [stdout] 66 | unsafe impl Trait for ::std::io::Write + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 | unsafe impl Trait for dyn (::std::io::Write + Send) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Write + Send`
[INFO] [stdout]    |
[INFO] [stdout] 66 | unsafe impl<T: ::std::io::Write + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 | unsafe impl Trait for ::std::hash::Hasher + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 54 | unsafe impl Trait for dyn (::std::hash::Hasher + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::hash::Hasher + Send`
[INFO] [stdout]    |
[INFO] [stdout] 54 | unsafe impl<T: ::std::hash::Hasher + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:67:23
[INFO] [stdout]    |
[INFO] [stdout] 67 | unsafe impl Trait for ::std::io::Write + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 67 | unsafe impl Trait for dyn (::std::io::Write + Sync) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Write + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 67 | unsafe impl<T: ::std::io::Write + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 | unsafe impl Trait for ::std::hash::Hasher + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 55 | unsafe impl Trait for dyn (::std::hash::Hasher + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::hash::Hasher + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 55 | unsafe impl<T: ::std::hash::Hasher + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 | unsafe impl Trait for ::std::io::Write + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 68 | unsafe impl Trait for dyn (::std::io::Write + Send + Sync) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Write + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 68 | unsafe impl<T: ::std::io::Write + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 | unsafe impl Trait for ::std::hash::Hasher + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 | unsafe impl Trait for dyn (::std::hash::Hasher + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::hash::Hasher + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 56 | unsafe impl<T: ::std::hash::Hasher + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:69:29
[INFO] [stdout]    |
[INFO] [stdout] 69 | unsafe impl<T, I> Trait for ::std::iter::IntoIterator<IntoIter = I, Item = T> { }
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 69 | unsafe impl<T, I> Trait for dyn (::std::iter::IntoIterator<IntoIter = I, Item = T>) { }
[INFO] [stdout]    |                             +++++                                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::IntoIterator<IntoIter = I, Item = T>`
[INFO] [stdout]    |
[INFO] [stdout] 69 | unsafe impl<T, I, U: ::std::iter::IntoIterator<IntoIter = I, Item = T>> Trait for U { }
[INFO] [stdout]    |                 ++++++++++++++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 | unsafe impl Trait for ::std::io::BufRead + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 57 | unsafe impl Trait for dyn (::std::io::BufRead + Send) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::BufRead + Send`
[INFO] [stdout]    |
[INFO] [stdout] 57 | unsafe impl<T: ::std::io::BufRead + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:70:26
[INFO] [stdout]    |
[INFO] [stdout] 70 | unsafe impl<T> Trait for ::std::iter::Iterator<Item = T> + Send { }
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 70 | unsafe impl<T> Trait for dyn (::std::iter::Iterator<Item = T> + Send) { }
[INFO] [stdout]    |                          +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::Iterator<Item = T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 70 | unsafe impl<T, U: ::std::iter::Iterator<Item = T> + Send> Trait for U { }
[INFO] [stdout]    |              +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 | unsafe impl Trait for ::std::io::BufRead + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 | unsafe impl Trait for dyn (::std::io::BufRead + Sync) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::BufRead + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 58 | unsafe impl<T: ::std::io::BufRead + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:71:26
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl<T> Trait for ::std::iter::Iterator<Item = T> + Sync { }
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl<T> Trait for dyn (::std::iter::Iterator<Item = T> + Sync) { }
[INFO] [stdout]    |                          +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::Iterator<Item = T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl<T, U: ::std::iter::Iterator<Item = T> + Sync> Trait for U { }
[INFO] [stdout]    |              +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 | unsafe impl Trait for ::std::io::BufRead + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 59 | unsafe impl Trait for dyn (::std::io::BufRead + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::BufRead + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 59 | unsafe impl<T: ::std::io::BufRead + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:72:26
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe impl<T> Trait for ::std::iter::Iterator<Item = T> + Send + Sync { }
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe impl<T> Trait for dyn (::std::iter::Iterator<Item = T> + Send + Sync) { }
[INFO] [stdout]    |                          +++++                                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::Iterator<Item = T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe impl<T, U: ::std::iter::Iterator<Item = T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |              ++++++++++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 | unsafe impl Trait for ::std::io::Read + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 60 | unsafe impl Trait for dyn (::std::io::Read + Send) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Read + Send`
[INFO] [stdout]    |
[INFO] [stdout] 60 | unsafe impl<T: ::std::io::Read + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl Trait for ::std::ops::Drop + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl Trait for dyn (::std::ops::Drop + Send) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::ops::Drop + Send`
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl<T: ::std::ops::Drop + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 | unsafe impl Trait for ::std::io::Read + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 61 | unsafe impl Trait for dyn (::std::io::Read + Sync) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Read + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 61 | unsafe impl<T: ::std::io::Read + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl Trait for ::std::ops::Drop + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl Trait for dyn (::std::ops::Drop + Sync) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::ops::Drop + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl<T: ::std::ops::Drop + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 | unsafe impl Trait for ::std::io::Read + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 62 | unsafe impl Trait for dyn (::std::io::Read + Send + Sync) { }
[INFO] [stdout]    |                       +++++                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Read + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 62 | unsafe impl<T: ::std::io::Read + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:75:23
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl Trait for ::std::ops::Drop + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl Trait for dyn (::std::ops::Drop + Send + Sync) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::ops::Drop + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl<T: ::std::ops::Drop + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:63:23
[INFO] [stdout]    |
[INFO] [stdout] 63 | unsafe impl Trait for ::std::io::Seek + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 63 | unsafe impl Trait for dyn (::std::io::Seek + Send) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Seek + Send`
[INFO] [stdout]    |
[INFO] [stdout] 63 | unsafe impl<T: ::std::io::Seek + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:76:23
[INFO] [stdout]    |
[INFO] [stdout] 76 | unsafe impl Trait for ::std::string::ToString + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 76 | unsafe impl Trait for dyn (::std::string::ToString + Send) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::string::ToString + Send`
[INFO] [stdout]    |
[INFO] [stdout] 76 | unsafe impl<T: ::std::string::ToString + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:64:23
[INFO] [stdout]    |
[INFO] [stdout] 64 | unsafe impl Trait for ::std::io::Seek + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 64 | unsafe impl Trait for dyn (::std::io::Seek + Sync) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Seek + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 64 | unsafe impl<T: ::std::io::Seek + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:65:23
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe impl Trait for ::std::io::Seek + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe impl Trait for dyn (::std::io::Seek + Send + Sync) { }
[INFO] [stdout]    |                       +++++                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Seek + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe impl<T: ::std::io::Seek + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:77:23
[INFO] [stdout]    |
[INFO] [stdout] 77 | unsafe impl Trait for ::std::string::ToString + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 77 | unsafe impl Trait for dyn (::std::string::ToString + Sync) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::string::ToString + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 77 | unsafe impl<T: ::std::string::ToString + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:66:23
[INFO] [stdout]    |
[INFO] [stdout] 66 | unsafe impl Trait for ::std::io::Write + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 | unsafe impl Trait for dyn (::std::io::Write + Send) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Write + Send`
[INFO] [stdout]    |
[INFO] [stdout] 66 | unsafe impl<T: ::std::io::Write + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:78:23
[INFO] [stdout]    |
[INFO] [stdout] 78 | unsafe impl Trait for ::std::string::ToString + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 78 | unsafe impl Trait for dyn (::std::string::ToString + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                     +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::string::ToString + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 78 | unsafe impl<T: ::std::string::ToString + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:67:23
[INFO] [stdout]    |
[INFO] [stdout] 67 | unsafe impl Trait for ::std::io::Write + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 67 | unsafe impl Trait for dyn (::std::io::Write + Sync) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Write + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 67 | unsafe impl<T: ::std::io::Write + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 | unsafe impl Trait for ::std::io::Write + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 68 | unsafe impl Trait for dyn (::std::io::Write + Send + Sync) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Write + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 68 | unsafe impl<T: ::std::io::Write + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:69:29
[INFO] [stdout]    |
[INFO] [stdout] 69 | unsafe impl<T, I> Trait for ::std::iter::IntoIterator<IntoIter = I, Item = T> { }
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 69 | unsafe impl<T, I> Trait for dyn (::std::iter::IntoIterator<IntoIter = I, Item = T>) { }
[INFO] [stdout]    |                             +++++                                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::IntoIterator<IntoIter = I, Item = T>`
[INFO] [stdout]    |
[INFO] [stdout] 69 | unsafe impl<T, I, U: ::std::iter::IntoIterator<IntoIter = I, Item = T>> Trait for U { }
[INFO] [stdout]    |                 ++++++++++++++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:70:26
[INFO] [stdout]    |
[INFO] [stdout] 70 | unsafe impl<T> Trait for ::std::iter::Iterator<Item = T> + Send { }
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 70 | unsafe impl<T> Trait for dyn (::std::iter::Iterator<Item = T> + Send) { }
[INFO] [stdout]    |                          +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::Iterator<Item = T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 70 | unsafe impl<T, U: ::std::iter::Iterator<Item = T> + Send> Trait for U { }
[INFO] [stdout]    |              +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:71:26
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl<T> Trait for ::std::iter::Iterator<Item = T> + Sync { }
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl<T> Trait for dyn (::std::iter::Iterator<Item = T> + Sync) { }
[INFO] [stdout]    |                          +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::Iterator<Item = T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl<T, U: ::std::iter::Iterator<Item = T> + Sync> Trait for U { }
[INFO] [stdout]    |              +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:72:26
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe impl<T> Trait for ::std::iter::Iterator<Item = T> + Send + Sync { }
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe impl<T> Trait for dyn (::std::iter::Iterator<Item = T> + Send + Sync) { }
[INFO] [stdout]    |                          +++++                                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::Iterator<Item = T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe impl<T, U: ::std::iter::Iterator<Item = T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |              ++++++++++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl Trait for ::std::ops::Drop + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl Trait for dyn (::std::ops::Drop + Send) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::ops::Drop + Send`
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl<T: ::std::ops::Drop + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl Trait for ::std::ops::Drop + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl Trait for dyn (::std::ops::Drop + Sync) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::ops::Drop + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl<T: ::std::ops::Drop + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:75:23
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl Trait for ::std::ops::Drop + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl Trait for dyn (::std::ops::Drop + Send + Sync) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::ops::Drop + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl<T: ::std::ops::Drop + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:76:23
[INFO] [stdout]    |
[INFO] [stdout] 76 | unsafe impl Trait for ::std::string::ToString + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 76 | unsafe impl Trait for dyn (::std::string::ToString + Send) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::string::ToString + Send`
[INFO] [stdout]    |
[INFO] [stdout] 76 | unsafe impl<T: ::std::string::ToString + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:77:23
[INFO] [stdout]    |
[INFO] [stdout] 77 | unsafe impl Trait for ::std::string::ToString + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 77 | unsafe impl Trait for dyn (::std::string::ToString + Sync) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::string::ToString + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 77 | unsafe impl<T: ::std::string::ToString + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:78:23
[INFO] [stdout]    |
[INFO] [stdout] 78 | unsafe impl Trait for ::std::string::ToString + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 78 | unsafe impl Trait for dyn (::std::string::ToString + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                     +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::string::ToString + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 78 | unsafe impl<T: ::std::string::ToString + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:24:20
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let x = &7 as &Send;
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let x = &7 as &dyn Send;
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
[INFO] [stdout]   --> src/impls.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl Trait for ::std::ops::Drop + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dyn_drop)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
[INFO] [stdout]   --> src/impls.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl Trait for ::std::ops::Drop + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
[INFO] [stdout]   --> src/impls.rs:75:23
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl Trait for ::std::ops::Drop + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 79 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
[INFO] [stdout]   --> src/impls.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl Trait for ::std::ops::Drop + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[deny(dyn_drop)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
[INFO] [stdout]   --> src/impls.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl Trait for ::std::ops::Drop + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
[INFO] [stdout]   --> src/impls.rs:75:23
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl Trait for ::std::ops::Drop + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 80 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `destructure_traitobject` (lib test) due to 81 previous errors
[INFO] running `Command { std: "docker" "inspect" "3787af0809ef10879ac4cc970ba9e920dc37d5e8a63afc09206548c5b75be66d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3787af0809ef10879ac4cc970ba9e920dc37d5e8a63afc09206548c5b75be66d", kill_on_drop: false }`
[INFO] [stdout] 3787af0809ef10879ac4cc970ba9e920dc37d5e8a63afc09206548c5b75be66d
[INFO] checking destructure_traitobject-0.2.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate destructure_traitobject 0.2.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate destructure_traitobject 0.2.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate destructure_traitobject 0.2.0
[INFO] finished tweaking crates.io crate destructure_traitobject 0.2.0
[INFO] tweaked toml for crates.io crate destructure_traitobject 0.2.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fca4c812f60e05ec6b87451c4c65b5497a0a3ba0abe45e2e397056f05eff4031
[INFO] running `Command { std: "docker" "start" "-a" "fca4c812f60e05ec6b87451c4c65b5497a0a3ba0abe45e2e397056f05eff4031", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fca4c812f60e05ec6b87451c4c65b5497a0a3ba0abe45e2e397056f05eff4031", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fca4c812f60e05ec6b87451c4c65b5497a0a3ba0abe45e2e397056f05eff4031", kill_on_drop: false }`
[INFO] [stdout] fca4c812f60e05ec6b87451c4c65b5497a0a3ba0abe45e2e397056f05eff4031
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c73fb83635ec6c68e11c2a4c1e491a2d20e905bb8c1bb3715323ba0adfd3f62
[INFO] running `Command { std: "docker" "start" "-a" "7c73fb83635ec6c68e11c2a4c1e491a2d20e905bb8c1bb3715323ba0adfd3f62", kill_on_drop: false }`
[INFO] [stderr]     Checking destructure_traitobject v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | unsafe impl Trait for Send { }
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 3 | unsafe impl Trait for dyn Send { }
[INFO] [stdout]   |                       +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Send`
[INFO] [stdout]   |
[INFO] [stdout] 3 | unsafe impl<T: Send> Trait for T { }
[INFO] [stdout]   |            +++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | unsafe impl Trait for Sync { }
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 4 | unsafe impl Trait for dyn Sync { }
[INFO] [stdout]   |                       +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Sync`
[INFO] [stdout]   |
[INFO] [stdout] 4 | unsafe impl<T: Sync> Trait for T { }
[INFO] [stdout]   |            +++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | unsafe impl Trait for Send + Sync { }
[INFO] [stdout]   |                       ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 5 | unsafe impl Trait for dyn Send + Sync { }
[INFO] [stdout]   |                       +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Send + Sync`
[INFO] [stdout]   |
[INFO] [stdout] 5 | unsafe impl<T: Send + Sync> Trait for T { }
[INFO] [stdout]   |            ++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | unsafe impl Trait for ::std::any::Any + Send { }
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 6 | unsafe impl Trait for dyn (::std::any::Any + Send) { }
[INFO] [stdout]   |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::any::Any + Send`
[INFO] [stdout]   |
[INFO] [stdout] 6 | unsafe impl<T: ::std::any::Any + Send> Trait for T { }
[INFO] [stdout]   |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe impl Trait for ::std::any::Any + Sync { }
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe impl Trait for dyn (::std::any::Any + Sync) { }
[INFO] [stdout]   |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::any::Any + Sync`
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe impl<T: ::std::any::Any + Sync> Trait for T { }
[INFO] [stdout]   |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe impl Trait for ::std::any::Any + Send + Sync { }
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe impl Trait for dyn (::std::any::Any + Send + Sync) { }
[INFO] [stdout]   |                       +++++                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::any::Any + Send + Sync`
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe impl<T: ::std::any::Any + Send + Sync> Trait for T { }
[INFO] [stdout]   |            ++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:9:34
[INFO] [stdout]   |
[INFO] [stdout] 9 | unsafe impl<T: ?Sized> Trait for ::std::borrow::Borrow<T> + Send { }
[INFO] [stdout]   |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::Borrow<T> + Send) { }
[INFO] [stdout]   |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::Borrow<T> + Send`
[INFO] [stdout]   |
[INFO] [stdout] 9 | unsafe impl<T: ?Sized, U: ::std::borrow::Borrow<T> + Send> Trait for U { }
[INFO] [stdout]   |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | unsafe impl<T: ?Sized> Trait for ::std::borrow::Borrow<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 10 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::Borrow<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::Borrow<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 10 | unsafe impl<T: ?Sized, U: ::std::borrow::Borrow<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 | unsafe impl<T: ?Sized> Trait for ::std::borrow::Borrow<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::Borrow<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::Borrow<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 11 | unsafe impl<T: ?Sized, U: ::std::borrow::Borrow<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 | unsafe impl<T: ?Sized> Trait for ::std::borrow::BorrowMut<T> + Send { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 12 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::BorrowMut<T> + Send) { }
[INFO] [stdout]    |                                  +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::BorrowMut<T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 12 | unsafe impl<T: ?Sized, U: ::std::borrow::BorrowMut<T> + Send> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe impl<T: ?Sized> Trait for ::std::borrow::BorrowMut<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::BorrowMut<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::BorrowMut<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe impl<T: ?Sized, U: ::std::borrow::BorrowMut<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe impl<T: ?Sized> Trait for ::std::borrow::BorrowMut<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::BorrowMut<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::BorrowMut<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe impl<T: ?Sized, U: ::std::borrow::BorrowMut<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | unsafe impl Trait for Send { }
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(test, deny(warnings))]
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 3 | unsafe impl Trait for dyn Send { }
[INFO] [stdout]   |                       +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Send`
[INFO] [stdout]   |
[INFO] [stdout] 3 | unsafe impl<T: Send> Trait for T { }
[INFO] [stdout]   |            +++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsMut<T> + Send { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsMut<T> + Send) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsMut<T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 15 | unsafe impl<T: ?Sized, U: ::std::convert::AsMut<T> + Send> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | unsafe impl Trait for Sync { }
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 4 | unsafe impl Trait for dyn Sync { }
[INFO] [stdout]   |                       +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Sync`
[INFO] [stdout]   |
[INFO] [stdout] 4 | unsafe impl<T: Sync> Trait for T { }
[INFO] [stdout]   |            +++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsMut<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsMut<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsMut<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe impl<T: ?Sized, U: ::std::convert::AsMut<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | unsafe impl Trait for Send + Sync { }
[INFO] [stdout]   |                       ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 5 | unsafe impl Trait for dyn Send + Sync { }
[INFO] [stdout]   |                       +++
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `Send + Sync`
[INFO] [stdout]   |
[INFO] [stdout] 5 | unsafe impl<T: Send + Sync> Trait for T { }
[INFO] [stdout]   |            ++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsMut<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsMut<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsMut<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 17 | unsafe impl<T: ?Sized, U: ::std::convert::AsMut<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | unsafe impl Trait for ::std::any::Any + Send { }
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 6 | unsafe impl Trait for dyn (::std::any::Any + Send) { }
[INFO] [stdout]   |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::any::Any + Send`
[INFO] [stdout]   |
[INFO] [stdout] 6 | unsafe impl<T: ::std::any::Any + Send> Trait for T { }
[INFO] [stdout]   |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsRef<T> + Send { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsRef<T> + Send) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsRef<T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 18 | unsafe impl<T: ?Sized, U: ::std::convert::AsRef<T> + Send> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe impl Trait for ::std::any::Any + Sync { }
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe impl Trait for dyn (::std::any::Any + Sync) { }
[INFO] [stdout]   |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::any::Any + Sync`
[INFO] [stdout]   |
[INFO] [stdout] 7 | unsafe impl<T: ::std::any::Any + Sync> Trait for T { }
[INFO] [stdout]   |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:19:34
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsRef<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsRef<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsRef<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe impl<T: ?Sized, U: ::std::convert::AsRef<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe impl Trait for ::std::any::Any + Send + Sync { }
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe impl Trait for dyn (::std::any::Any + Send + Sync) { }
[INFO] [stdout]   |                       +++++                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::any::Any + Send + Sync`
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe impl<T: ::std::any::Any + Send + Sync> Trait for T { }
[INFO] [stdout]   |            ++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:20:34
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsRef<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsRef<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsRef<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl<T: ?Sized, U: ::std::convert::AsRef<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/impls.rs:9:34
[INFO] [stdout]   |
[INFO] [stdout] 9 | unsafe impl<T: ?Sized> Trait for ::std::borrow::Borrow<T> + Send { }
[INFO] [stdout]   |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::Borrow<T> + Send) { }
[INFO] [stdout]   |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::Borrow<T> + Send`
[INFO] [stdout]   |
[INFO] [stdout] 9 | unsafe impl<T: ?Sized, U: ::std::borrow::Borrow<T> + Send> Trait for U { }
[INFO] [stdout]   |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:21:23
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl Trait for ::std::error::Error + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl Trait for dyn (::std::error::Error + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::error::Error + Send`
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl<T: ::std::error::Error + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | unsafe impl<T: ?Sized> Trait for ::std::borrow::Borrow<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 10 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::Borrow<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::Borrow<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 10 | unsafe impl<T: ?Sized, U: ::std::borrow::Borrow<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 | unsafe impl<T: ?Sized> Trait for ::std::borrow::Borrow<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::Borrow<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::Borrow<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 11 | unsafe impl<T: ?Sized, U: ::std::borrow::Borrow<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 | unsafe impl Trait for ::std::error::Error + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 | unsafe impl Trait for dyn (::std::error::Error + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::error::Error + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 22 | unsafe impl<T: ::std::error::Error + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 | unsafe impl<T: ?Sized> Trait for ::std::borrow::BorrowMut<T> + Send { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 12 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::BorrowMut<T> + Send) { }
[INFO] [stdout]    |                                  +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::BorrowMut<T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 12 | unsafe impl<T: ?Sized, U: ::std::borrow::BorrowMut<T> + Send> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:23:23
[INFO] [stdout]    |
[INFO] [stdout] 23 | unsafe impl Trait for ::std::error::Error + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 23 | unsafe impl Trait for dyn (::std::error::Error + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::error::Error + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 23 | unsafe impl<T: ::std::error::Error + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe impl<T: ?Sized> Trait for ::std::borrow::BorrowMut<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::BorrowMut<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::BorrowMut<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe impl<T: ?Sized, U: ::std::borrow::BorrowMut<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:24:23
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe impl Trait for ::std::fmt::Binary + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe impl Trait for dyn (::std::fmt::Binary + Send) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Binary + Send`
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe impl<T: ::std::fmt::Binary + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe impl<T: ?Sized> Trait for ::std::borrow::BorrowMut<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe impl<T: ?Sized> Trait for dyn (::std::borrow::BorrowMut<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::borrow::BorrowMut<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 14 | unsafe impl<T: ?Sized, U: ::std::borrow::BorrowMut<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:25:23
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe impl Trait for ::std::fmt::Binary + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe impl Trait for dyn (::std::fmt::Binary + Sync) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Binary + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe impl<T: ::std::fmt::Binary + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsMut<T> + Send { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsMut<T> + Send) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsMut<T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 15 | unsafe impl<T: ?Sized, U: ::std::convert::AsMut<T> + Send> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsMut<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsMut<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsMut<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe impl<T: ?Sized, U: ::std::convert::AsMut<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:26:23
[INFO] [stdout]    |
[INFO] [stdout] 26 | unsafe impl Trait for ::std::fmt::Binary + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 26 | unsafe impl Trait for dyn (::std::fmt::Binary + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Binary + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 26 | unsafe impl<T: ::std::fmt::Binary + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:27:23
[INFO] [stdout]    |
[INFO] [stdout] 27 | unsafe impl Trait for ::std::fmt::Debug + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 27 | unsafe impl Trait for dyn (::std::fmt::Debug + Send) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Debug + Send`
[INFO] [stdout]    |
[INFO] [stdout] 27 | unsafe impl<T: ::std::fmt::Debug + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsMut<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsMut<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsMut<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 17 | unsafe impl<T: ?Sized, U: ::std::convert::AsMut<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 | unsafe impl Trait for ::std::fmt::Debug + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 28 | unsafe impl Trait for dyn (::std::fmt::Debug + Sync) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Debug + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 28 | unsafe impl<T: ::std::fmt::Debug + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsRef<T> + Send { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsRef<T> + Send) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsRef<T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 18 | unsafe impl<T: ?Sized, U: ::std::convert::AsRef<T> + Send> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe impl Trait for ::std::fmt::Debug + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe impl Trait for dyn (::std::fmt::Debug + Send + Sync) { }
[INFO] [stdout]    |                       +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Debug + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe impl<T: ::std::fmt::Debug + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:19:34
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsRef<T> + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsRef<T> + Sync) { }
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsRef<T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe impl<T: ?Sized, U: ::std::convert::AsRef<T> + Sync> Trait for U { }
[INFO] [stdout]    |                      ++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:30:23
[INFO] [stdout]    |
[INFO] [stdout] 30 | unsafe impl Trait for ::std::fmt::Display + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 30 | unsafe impl Trait for dyn (::std::fmt::Display + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Display + Send`
[INFO] [stdout]    |
[INFO] [stdout] 30 | unsafe impl<T: ::std::fmt::Display + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:20:34
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl<T: ?Sized> Trait for ::std::convert::AsRef<T> + Send + Sync { }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl<T: ?Sized> Trait for dyn (::std::convert::AsRef<T> + Send + Sync) { }
[INFO] [stdout]    |                                  +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::convert::AsRef<T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 20 | unsafe impl<T: ?Sized, U: ::std::convert::AsRef<T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |                      +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe impl Trait for ::std::fmt::Display + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe impl Trait for dyn (::std::fmt::Display + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Display + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe impl<T: ::std::fmt::Display + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:21:23
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl Trait for ::std::error::Error + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl Trait for dyn (::std::error::Error + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::error::Error + Send`
[INFO] [stdout]    |
[INFO] [stdout] 21 | unsafe impl<T: ::std::error::Error + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:32:23
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe impl Trait for ::std::fmt::Display + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe impl Trait for dyn (::std::fmt::Display + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Display + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe impl<T: ::std::fmt::Display + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 | unsafe impl Trait for ::std::error::Error + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 | unsafe impl Trait for dyn (::std::error::Error + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::error::Error + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 22 | unsafe impl<T: ::std::error::Error + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:33:23
[INFO] [stdout]    |
[INFO] [stdout] 33 | unsafe impl Trait for ::std::fmt::LowerExp + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 33 | unsafe impl Trait for dyn (::std::fmt::LowerExp + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerExp + Send`
[INFO] [stdout]    |
[INFO] [stdout] 33 | unsafe impl<T: ::std::fmt::LowerExp + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:23:23
[INFO] [stdout]    |
[INFO] [stdout] 23 | unsafe impl Trait for ::std::error::Error + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 23 | unsafe impl Trait for dyn (::std::error::Error + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::error::Error + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 23 | unsafe impl<T: ::std::error::Error + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:24:23
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe impl Trait for ::std::fmt::Binary + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe impl Trait for dyn (::std::fmt::Binary + Send) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Binary + Send`
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe impl<T: ::std::fmt::Binary + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:34:23
[INFO] [stdout]    |
[INFO] [stdout] 34 | unsafe impl Trait for ::std::fmt::LowerExp + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 34 | unsafe impl Trait for dyn (::std::fmt::LowerExp + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerExp + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 34 | unsafe impl<T: ::std::fmt::LowerExp + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:25:23
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe impl Trait for ::std::fmt::Binary + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe impl Trait for dyn (::std::fmt::Binary + Sync) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Binary + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe impl<T: ::std::fmt::Binary + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe impl Trait for ::std::fmt::LowerExp + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe impl Trait for dyn (::std::fmt::LowerExp + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerExp + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe impl<T: ::std::fmt::LowerExp + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:26:23
[INFO] [stdout]    |
[INFO] [stdout] 26 | unsafe impl Trait for ::std::fmt::Binary + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 26 | unsafe impl Trait for dyn (::std::fmt::Binary + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Binary + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 26 | unsafe impl<T: ::std::fmt::Binary + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:36:23
[INFO] [stdout]    |
[INFO] [stdout] 36 | unsafe impl Trait for ::std::fmt::LowerHex + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 36 | unsafe impl Trait for dyn (::std::fmt::LowerHex + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerHex + Send`
[INFO] [stdout]    |
[INFO] [stdout] 36 | unsafe impl<T: ::std::fmt::LowerHex + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:37:23
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe impl Trait for ::std::fmt::LowerHex + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe impl Trait for dyn (::std::fmt::LowerHex + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerHex + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe impl<T: ::std::fmt::LowerHex + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:27:23
[INFO] [stdout]    |
[INFO] [stdout] 27 | unsafe impl Trait for ::std::fmt::Debug + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 27 | unsafe impl Trait for dyn (::std::fmt::Debug + Send) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Debug + Send`
[INFO] [stdout]    |
[INFO] [stdout] 27 | unsafe impl<T: ::std::fmt::Debug + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:38:23
[INFO] [stdout]    |
[INFO] [stdout] 38 | unsafe impl Trait for ::std::fmt::LowerHex + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 38 | unsafe impl Trait for dyn (::std::fmt::LowerHex + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerHex + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 38 | unsafe impl<T: ::std::fmt::LowerHex + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 | unsafe impl Trait for ::std::fmt::Debug + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 28 | unsafe impl Trait for dyn (::std::fmt::Debug + Sync) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Debug + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 28 | unsafe impl<T: ::std::fmt::Debug + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 | unsafe impl Trait for ::std::fmt::Octal + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 39 | unsafe impl Trait for dyn (::std::fmt::Octal + Send) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Octal + Send`
[INFO] [stdout]    |
[INFO] [stdout] 39 | unsafe impl<T: ::std::fmt::Octal + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe impl Trait for ::std::fmt::Debug + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe impl Trait for dyn (::std::fmt::Debug + Send + Sync) { }
[INFO] [stdout]    |                       +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Debug + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe impl<T: ::std::fmt::Debug + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:40:23
[INFO] [stdout]    |
[INFO] [stdout] 40 | unsafe impl Trait for ::std::fmt::Octal + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 40 | unsafe impl Trait for dyn (::std::fmt::Octal + Sync) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Octal + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 40 | unsafe impl<T: ::std::fmt::Octal + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:30:23
[INFO] [stdout]    |
[INFO] [stdout] 30 | unsafe impl Trait for ::std::fmt::Display + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 30 | unsafe impl Trait for dyn (::std::fmt::Display + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Display + Send`
[INFO] [stdout]    |
[INFO] [stdout] 30 | unsafe impl<T: ::std::fmt::Display + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:41:23
[INFO] [stdout]    |
[INFO] [stdout] 41 | unsafe impl Trait for ::std::fmt::Octal + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 41 | unsafe impl Trait for dyn (::std::fmt::Octal + Send + Sync) { }
[INFO] [stdout]    |                       +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Octal + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 41 | unsafe impl<T: ::std::fmt::Octal + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe impl Trait for ::std::fmt::Display + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe impl Trait for dyn (::std::fmt::Display + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Display + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 31 | unsafe impl<T: ::std::fmt::Display + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:32:23
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe impl Trait for ::std::fmt::Display + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe impl Trait for dyn (::std::fmt::Display + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Display + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe impl<T: ::std::fmt::Display + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe impl Trait for ::std::fmt::Pointer + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe impl Trait for dyn (::std::fmt::Pointer + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Pointer + Send`
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe impl<T: ::std::fmt::Pointer + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:33:23
[INFO] [stdout]    |
[INFO] [stdout] 33 | unsafe impl Trait for ::std::fmt::LowerExp + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 33 | unsafe impl Trait for dyn (::std::fmt::LowerExp + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerExp + Send`
[INFO] [stdout]    |
[INFO] [stdout] 33 | unsafe impl<T: ::std::fmt::LowerExp + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:43:23
[INFO] [stdout]    |
[INFO] [stdout] 43 | unsafe impl Trait for ::std::fmt::Pointer + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 43 | unsafe impl Trait for dyn (::std::fmt::Pointer + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Pointer + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 43 | unsafe impl<T: ::std::fmt::Pointer + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:34:23
[INFO] [stdout]    |
[INFO] [stdout] 34 | unsafe impl Trait for ::std::fmt::LowerExp + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 34 | unsafe impl Trait for dyn (::std::fmt::LowerExp + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerExp + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 34 | unsafe impl<T: ::std::fmt::LowerExp + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:44:23
[INFO] [stdout]    |
[INFO] [stdout] 44 | unsafe impl Trait for ::std::fmt::Pointer + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 44 | unsafe impl Trait for dyn (::std::fmt::Pointer + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Pointer + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 44 | unsafe impl<T: ::std::fmt::Pointer + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe impl Trait for ::std::fmt::LowerExp + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe impl Trait for dyn (::std::fmt::LowerExp + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerExp + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe impl<T: ::std::fmt::LowerExp + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 45 | unsafe impl Trait for ::std::fmt::UpperExp + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 45 | unsafe impl Trait for dyn (::std::fmt::UpperExp + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperExp + Send`
[INFO] [stdout]    |
[INFO] [stdout] 45 | unsafe impl<T: ::std::fmt::UpperExp + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:36:23
[INFO] [stdout]    |
[INFO] [stdout] 36 | unsafe impl Trait for ::std::fmt::LowerHex + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 36 | unsafe impl Trait for dyn (::std::fmt::LowerHex + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerHex + Send`
[INFO] [stdout]    |
[INFO] [stdout] 36 | unsafe impl<T: ::std::fmt::LowerHex + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 | unsafe impl Trait for ::std::fmt::UpperExp + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 46 | unsafe impl Trait for dyn (::std::fmt::UpperExp + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperExp + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 46 | unsafe impl<T: ::std::fmt::UpperExp + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:37:23
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe impl Trait for ::std::fmt::LowerHex + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe impl Trait for dyn (::std::fmt::LowerHex + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerHex + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 37 | unsafe impl<T: ::std::fmt::LowerHex + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 | unsafe impl Trait for ::std::fmt::UpperExp + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 47 | unsafe impl Trait for dyn (::std::fmt::UpperExp + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperExp + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 47 | unsafe impl<T: ::std::fmt::UpperExp + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:38:23
[INFO] [stdout]    |
[INFO] [stdout] 38 | unsafe impl Trait for ::std::fmt::LowerHex + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 38 | unsafe impl Trait for dyn (::std::fmt::LowerHex + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::LowerHex + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 38 | unsafe impl<T: ::std::fmt::LowerHex + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 | unsafe impl Trait for ::std::fmt::UpperHex + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 48 | unsafe impl Trait for dyn (::std::fmt::UpperHex + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperHex + Send`
[INFO] [stdout]    |
[INFO] [stdout] 48 | unsafe impl<T: ::std::fmt::UpperHex + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 | unsafe impl Trait for ::std::fmt::Octal + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 39 | unsafe impl Trait for dyn (::std::fmt::Octal + Send) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Octal + Send`
[INFO] [stdout]    |
[INFO] [stdout] 39 | unsafe impl<T: ::std::fmt::Octal + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl Trait for ::std::fmt::UpperHex + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl Trait for dyn (::std::fmt::UpperHex + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperHex + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl<T: ::std::fmt::UpperHex + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:40:23
[INFO] [stdout]    |
[INFO] [stdout] 40 | unsafe impl Trait for ::std::fmt::Octal + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 40 | unsafe impl Trait for dyn (::std::fmt::Octal + Sync) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Octal + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 40 | unsafe impl<T: ::std::fmt::Octal + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:41:23
[INFO] [stdout]    |
[INFO] [stdout] 41 | unsafe impl Trait for ::std::fmt::Octal + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 41 | unsafe impl Trait for dyn (::std::fmt::Octal + Send + Sync) { }
[INFO] [stdout]    |                       +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Octal + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 41 | unsafe impl<T: ::std::fmt::Octal + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl Trait for ::std::fmt::UpperHex + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl Trait for dyn (::std::fmt::UpperHex + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperHex + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl<T: ::std::fmt::UpperHex + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe impl Trait for ::std::fmt::Pointer + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe impl Trait for dyn (::std::fmt::Pointer + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Pointer + Send`
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe impl<T: ::std::fmt::Pointer + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 | unsafe impl Trait for ::std::fmt::Write + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 51 | unsafe impl Trait for dyn (::std::fmt::Write + Send) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Write + Send`
[INFO] [stdout]    |
[INFO] [stdout] 51 | unsafe impl<T: ::std::fmt::Write + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:43:23
[INFO] [stdout]    |
[INFO] [stdout] 43 | unsafe impl Trait for ::std::fmt::Pointer + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 43 | unsafe impl Trait for dyn (::std::fmt::Pointer + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Pointer + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 43 | unsafe impl<T: ::std::fmt::Pointer + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 | unsafe impl Trait for ::std::fmt::Write + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 52 | unsafe impl Trait for dyn (::std::fmt::Write + Sync) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Write + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 52 | unsafe impl<T: ::std::fmt::Write + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:44:23
[INFO] [stdout]    |
[INFO] [stdout] 44 | unsafe impl Trait for ::std::fmt::Pointer + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 44 | unsafe impl Trait for dyn (::std::fmt::Pointer + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Pointer + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 44 | unsafe impl<T: ::std::fmt::Pointer + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 | unsafe impl Trait for ::std::fmt::Write + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 53 | unsafe impl Trait for dyn (::std::fmt::Write + Send + Sync) { }
[INFO] [stdout]    |                       +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Write + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 53 | unsafe impl<T: ::std::fmt::Write + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 45 | unsafe impl Trait for ::std::fmt::UpperExp + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 45 | unsafe impl Trait for dyn (::std::fmt::UpperExp + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperExp + Send`
[INFO] [stdout]    |
[INFO] [stdout] 45 | unsafe impl<T: ::std::fmt::UpperExp + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 | unsafe impl Trait for ::std::hash::Hasher + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 54 | unsafe impl Trait for dyn (::std::hash::Hasher + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::hash::Hasher + Send`
[INFO] [stdout]    |
[INFO] [stdout] 54 | unsafe impl<T: ::std::hash::Hasher + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 | unsafe impl Trait for ::std::fmt::UpperExp + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 46 | unsafe impl Trait for dyn (::std::fmt::UpperExp + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperExp + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 46 | unsafe impl<T: ::std::fmt::UpperExp + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 | unsafe impl Trait for ::std::hash::Hasher + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 55 | unsafe impl Trait for dyn (::std::hash::Hasher + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::hash::Hasher + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 55 | unsafe impl<T: ::std::hash::Hasher + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 | unsafe impl Trait for ::std::fmt::UpperExp + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 47 | unsafe impl Trait for dyn (::std::fmt::UpperExp + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperExp + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 47 | unsafe impl<T: ::std::fmt::UpperExp + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 | unsafe impl Trait for ::std::hash::Hasher + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 | unsafe impl Trait for dyn (::std::hash::Hasher + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::hash::Hasher + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 56 | unsafe impl<T: ::std::hash::Hasher + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 | unsafe impl Trait for ::std::fmt::UpperHex + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 48 | unsafe impl Trait for dyn (::std::fmt::UpperHex + Send) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperHex + Send`
[INFO] [stdout]    |
[INFO] [stdout] 48 | unsafe impl<T: ::std::fmt::UpperHex + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 | unsafe impl Trait for ::std::io::BufRead + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 57 | unsafe impl Trait for dyn (::std::io::BufRead + Send) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::BufRead + Send`
[INFO] [stdout]    |
[INFO] [stdout] 57 | unsafe impl<T: ::std::io::BufRead + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl Trait for ::std::fmt::UpperHex + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl Trait for dyn (::std::fmt::UpperHex + Sync) { }
[INFO] [stdout]    |                       +++++                           +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperHex + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 49 | unsafe impl<T: ::std::fmt::UpperHex + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl Trait for ::std::fmt::UpperHex + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl Trait for dyn (::std::fmt::UpperHex + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                  +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::UpperHex + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 50 | unsafe impl<T: ::std::fmt::UpperHex + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 | unsafe impl Trait for ::std::io::BufRead + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 | unsafe impl Trait for dyn (::std::io::BufRead + Sync) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::BufRead + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 58 | unsafe impl<T: ::std::io::BufRead + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 | unsafe impl Trait for ::std::fmt::Write + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 51 | unsafe impl Trait for dyn (::std::fmt::Write + Send) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Write + Send`
[INFO] [stdout]    |
[INFO] [stdout] 51 | unsafe impl<T: ::std::fmt::Write + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 | unsafe impl Trait for ::std::io::BufRead + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 59 | unsafe impl Trait for dyn (::std::io::BufRead + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::BufRead + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 59 | unsafe impl<T: ::std::io::BufRead + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 | unsafe impl Trait for ::std::fmt::Write + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 52 | unsafe impl Trait for dyn (::std::fmt::Write + Sync) { }
[INFO] [stdout]    |                       +++++                        +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Write + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 52 | unsafe impl<T: ::std::fmt::Write + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 | unsafe impl Trait for ::std::io::Read + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 60 | unsafe impl Trait for dyn (::std::io::Read + Send) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Read + Send`
[INFO] [stdout]    |
[INFO] [stdout] 60 | unsafe impl<T: ::std::io::Read + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 | unsafe impl Trait for ::std::fmt::Write + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 53 | unsafe impl Trait for dyn (::std::fmt::Write + Send + Sync) { }
[INFO] [stdout]    |                       +++++                               +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::fmt::Write + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 53 | unsafe impl<T: ::std::fmt::Write + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 | unsafe impl Trait for ::std::io::Read + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 61 | unsafe impl Trait for dyn (::std::io::Read + Sync) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Read + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 61 | unsafe impl<T: ::std::io::Read + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 | unsafe impl Trait for ::std::hash::Hasher + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 54 | unsafe impl Trait for dyn (::std::hash::Hasher + Send) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::hash::Hasher + Send`
[INFO] [stdout]    |
[INFO] [stdout] 54 | unsafe impl<T: ::std::hash::Hasher + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 | unsafe impl Trait for ::std::io::Read + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 62 | unsafe impl Trait for dyn (::std::io::Read + Send + Sync) { }
[INFO] [stdout]    |                       +++++                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Read + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 62 | unsafe impl<T: ::std::io::Read + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 | unsafe impl Trait for ::std::hash::Hasher + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 55 | unsafe impl Trait for dyn (::std::hash::Hasher + Sync) { }
[INFO] [stdout]    |                       +++++                          +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::hash::Hasher + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 55 | unsafe impl<T: ::std::hash::Hasher + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:63:23
[INFO] [stdout]    |
[INFO] [stdout] 63 | unsafe impl Trait for ::std::io::Seek + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 63 | unsafe impl Trait for dyn (::std::io::Seek + Send) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Seek + Send`
[INFO] [stdout]    |
[INFO] [stdout] 63 | unsafe impl<T: ::std::io::Seek + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 | unsafe impl Trait for ::std::hash::Hasher + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 | unsafe impl Trait for dyn (::std::hash::Hasher + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::hash::Hasher + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 56 | unsafe impl<T: ::std::hash::Hasher + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:64:23
[INFO] [stdout]    |
[INFO] [stdout] 64 | unsafe impl Trait for ::std::io::Seek + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 64 | unsafe impl Trait for dyn (::std::io::Seek + Sync) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Seek + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 64 | unsafe impl<T: ::std::io::Seek + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 | unsafe impl Trait for ::std::io::BufRead + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 57 | unsafe impl Trait for dyn (::std::io::BufRead + Send) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::BufRead + Send`
[INFO] [stdout]    |
[INFO] [stdout] 57 | unsafe impl<T: ::std::io::BufRead + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:65:23
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe impl Trait for ::std::io::Seek + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe impl Trait for dyn (::std::io::Seek + Send + Sync) { }
[INFO] [stdout]    |                       +++++                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Seek + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe impl<T: ::std::io::Seek + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 | unsafe impl Trait for ::std::io::BufRead + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 | unsafe impl Trait for dyn (::std::io::BufRead + Sync) { }
[INFO] [stdout]    |                       +++++                         +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::BufRead + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 58 | unsafe impl<T: ::std::io::BufRead + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:66:23
[INFO] [stdout]    |
[INFO] [stdout] 66 | unsafe impl Trait for ::std::io::Write + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 | unsafe impl Trait for dyn (::std::io::Write + Send) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Write + Send`
[INFO] [stdout]    |
[INFO] [stdout] 66 | unsafe impl<T: ::std::io::Write + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 | unsafe impl Trait for ::std::io::BufRead + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 59 | unsafe impl Trait for dyn (::std::io::BufRead + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::BufRead + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 59 | unsafe impl<T: ::std::io::BufRead + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:67:23
[INFO] [stdout]    |
[INFO] [stdout] 67 | unsafe impl Trait for ::std::io::Write + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 67 | unsafe impl Trait for dyn (::std::io::Write + Sync) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Write + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 67 | unsafe impl<T: ::std::io::Write + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 | unsafe impl Trait for ::std::io::Read + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 60 | unsafe impl Trait for dyn (::std::io::Read + Send) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Read + Send`
[INFO] [stdout]    |
[INFO] [stdout] 60 | unsafe impl<T: ::std::io::Read + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 | unsafe impl Trait for ::std::io::Write + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 68 | unsafe impl Trait for dyn (::std::io::Write + Send + Sync) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Write + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 68 | unsafe impl<T: ::std::io::Write + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 | unsafe impl Trait for ::std::io::Read + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 61 | unsafe impl Trait for dyn (::std::io::Read + Sync) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Read + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 61 | unsafe impl<T: ::std::io::Read + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:69:29
[INFO] [stdout]    |
[INFO] [stdout] 69 | unsafe impl<T, I> Trait for ::std::iter::IntoIterator<IntoIter = I, Item = T> { }
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 69 | unsafe impl<T, I> Trait for dyn (::std::iter::IntoIterator<IntoIter = I, Item = T>) { }
[INFO] [stdout]    |                             +++++                                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::IntoIterator<IntoIter = I, Item = T>`
[INFO] [stdout]    |
[INFO] [stdout] 69 | unsafe impl<T, I, U: ::std::iter::IntoIterator<IntoIter = I, Item = T>> Trait for U { }
[INFO] [stdout]    |                 ++++++++++++++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 | unsafe impl Trait for ::std::io::Read + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 62 | unsafe impl Trait for dyn (::std::io::Read + Send + Sync) { }
[INFO] [stdout]    |                       +++++                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Read + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 62 | unsafe impl<T: ::std::io::Read + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:70:26
[INFO] [stdout]    |
[INFO] [stdout] 70 | unsafe impl<T> Trait for ::std::iter::Iterator<Item = T> + Send { }
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 70 | unsafe impl<T> Trait for dyn (::std::iter::Iterator<Item = T> + Send) { }
[INFO] [stdout]    |                          +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::Iterator<Item = T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 70 | unsafe impl<T, U: ::std::iter::Iterator<Item = T> + Send> Trait for U { }
[INFO] [stdout]    |              +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:63:23
[INFO] [stdout]    |
[INFO] [stdout] 63 | unsafe impl Trait for ::std::io::Seek + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 63 | unsafe impl Trait for dyn (::std::io::Seek + Send) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Seek + Send`
[INFO] [stdout]    |
[INFO] [stdout] 63 | unsafe impl<T: ::std::io::Seek + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:64:23
[INFO] [stdout]    |
[INFO] [stdout] 64 | unsafe impl Trait for ::std::io::Seek + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 64 | unsafe impl Trait for dyn (::std::io::Seek + Sync) { }
[INFO] [stdout]    |                       +++++                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Seek + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 64 | unsafe impl<T: ::std::io::Seek + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:71:26
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl<T> Trait for ::std::iter::Iterator<Item = T> + Sync { }
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl<T> Trait for dyn (::std::iter::Iterator<Item = T> + Sync) { }
[INFO] [stdout]    |                          +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::Iterator<Item = T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl<T, U: ::std::iter::Iterator<Item = T> + Sync> Trait for U { }
[INFO] [stdout]    |              +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:65:23
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe impl Trait for ::std::io::Seek + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe impl Trait for dyn (::std::io::Seek + Send + Sync) { }
[INFO] [stdout]    |                       +++++                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Seek + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 65 | unsafe impl<T: ::std::io::Seek + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:72:26
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe impl<T> Trait for ::std::iter::Iterator<Item = T> + Send + Sync { }
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe impl<T> Trait for dyn (::std::iter::Iterator<Item = T> + Send + Sync) { }
[INFO] [stdout]    |                          +++++                                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::Iterator<Item = T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe impl<T, U: ::std::iter::Iterator<Item = T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |              ++++++++++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:66:23
[INFO] [stdout]    |
[INFO] [stdout] 66 | unsafe impl Trait for ::std::io::Write + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 | unsafe impl Trait for dyn (::std::io::Write + Send) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Write + Send`
[INFO] [stdout]    |
[INFO] [stdout] 66 | unsafe impl<T: ::std::io::Write + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl Trait for ::std::ops::Drop + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl Trait for dyn (::std::ops::Drop + Send) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::ops::Drop + Send`
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl<T: ::std::ops::Drop + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:67:23
[INFO] [stdout]    |
[INFO] [stdout] 67 | unsafe impl Trait for ::std::io::Write + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 67 | unsafe impl Trait for dyn (::std::io::Write + Sync) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Write + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 67 | unsafe impl<T: ::std::io::Write + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 | unsafe impl Trait for ::std::io::Write + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 68 | unsafe impl Trait for dyn (::std::io::Write + Send + Sync) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::io::Write + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 68 | unsafe impl<T: ::std::io::Write + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl Trait for ::std::ops::Drop + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl Trait for dyn (::std::ops::Drop + Sync) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::ops::Drop + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl<T: ::std::ops::Drop + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:69:29
[INFO] [stdout]    |
[INFO] [stdout] 69 | unsafe impl<T, I> Trait for ::std::iter::IntoIterator<IntoIter = I, Item = T> { }
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 69 | unsafe impl<T, I> Trait for dyn (::std::iter::IntoIterator<IntoIter = I, Item = T>) { }
[INFO] [stdout]    |                             +++++                                                 +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::IntoIterator<IntoIter = I, Item = T>`
[INFO] [stdout]    |
[INFO] [stdout] 69 | unsafe impl<T, I, U: ::std::iter::IntoIterator<IntoIter = I, Item = T>> Trait for U { }
[INFO] [stdout]    |                 ++++++++++++++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:75:23
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl Trait for ::std::ops::Drop + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl Trait for dyn (::std::ops::Drop + Send + Sync) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::ops::Drop + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl<T: ::std::ops::Drop + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:76:23
[INFO] [stdout]    |
[INFO] [stdout] 76 | unsafe impl Trait for ::std::string::ToString + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 76 | unsafe impl Trait for dyn (::std::string::ToString + Send) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::string::ToString + Send`
[INFO] [stdout]    |
[INFO] [stdout] 76 | unsafe impl<T: ::std::string::ToString + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:70:26
[INFO] [stdout]    |
[INFO] [stdout] 70 | unsafe impl<T> Trait for ::std::iter::Iterator<Item = T> + Send { }
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 70 | unsafe impl<T> Trait for dyn (::std::iter::Iterator<Item = T> + Send) { }
[INFO] [stdout]    |                          +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::Iterator<Item = T> + Send`
[INFO] [stdout]    |
[INFO] [stdout] 70 | unsafe impl<T, U: ::std::iter::Iterator<Item = T> + Send> Trait for U { }
[INFO] [stdout]    |              +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:77:23
[INFO] [stdout]    |
[INFO] [stdout] 77 | unsafe impl Trait for ::std::string::ToString + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 77 | unsafe impl Trait for dyn (::std::string::ToString + Sync) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::string::ToString + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 77 | unsafe impl<T: ::std::string::ToString + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:71:26
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl<T> Trait for ::std::iter::Iterator<Item = T> + Sync { }
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl<T> Trait for dyn (::std::iter::Iterator<Item = T> + Sync) { }
[INFO] [stdout]    |                          +++++                                      +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::Iterator<Item = T> + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 71 | unsafe impl<T, U: ::std::iter::Iterator<Item = T> + Sync> Trait for U { }
[INFO] [stdout]    |              +++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:78:23
[INFO] [stdout]    |
[INFO] [stdout] 78 | unsafe impl Trait for ::std::string::ToString + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 78 | unsafe impl Trait for dyn (::std::string::ToString + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                     +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::string::ToString + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 78 | unsafe impl<T: ::std::string::ToString + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:72:26
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe impl<T> Trait for ::std::iter::Iterator<Item = T> + Send + Sync { }
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe impl<T> Trait for dyn (::std::iter::Iterator<Item = T> + Send + Sync) { }
[INFO] [stdout]    |                          +++++                                             +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::iter::Iterator<Item = T> + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 72 | unsafe impl<T, U: ::std::iter::Iterator<Item = T> + Send + Sync> Trait for U { }
[INFO] [stdout]    |              ++++++++++++++++++++++++++++++++++++++++++++++++++            ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl Trait for ::std::ops::Drop + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl Trait for dyn (::std::ops::Drop + Send) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::ops::Drop + Send`
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl<T: ::std::ops::Drop + Send> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl Trait for ::std::ops::Drop + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl Trait for dyn (::std::ops::Drop + Sync) { }
[INFO] [stdout]    |                       +++++                       +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::ops::Drop + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl<T: ::std::ops::Drop + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:75:23
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl Trait for ::std::ops::Drop + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl Trait for dyn (::std::ops::Drop + Send + Sync) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::ops::Drop + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl<T: ::std::ops::Drop + Send + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:76:23
[INFO] [stdout]    |
[INFO] [stdout] 76 | unsafe impl Trait for ::std::string::ToString + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 76 | unsafe impl Trait for dyn (::std::string::ToString + Send) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::string::ToString + Send`
[INFO] [stdout]    |
[INFO] [stdout] 76 | unsafe impl<T: ::std::string::ToString + Send> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:77:23
[INFO] [stdout]    |
[INFO] [stdout] 77 | unsafe impl Trait for ::std::string::ToString + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 77 | unsafe impl Trait for dyn (::std::string::ToString + Sync) { }
[INFO] [stdout]    |                       +++++                              +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::string::ToString + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 77 | unsafe impl<T: ::std::string::ToString + Sync> Trait for T { }
[INFO] [stdout]    |            +++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/impls.rs:78:23
[INFO] [stdout]    |
[INFO] [stdout] 78 | unsafe impl Trait for ::std::string::ToString + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 78 | unsafe impl Trait for dyn (::std::string::ToString + Send + Sync) { }
[INFO] [stdout]    |                       +++++                                     +
[INFO] [stdout] help: alternatively use a blanket implementation to implement `Trait` for all types that also implement `::std::string::ToString + Send + Sync`
[INFO] [stdout]    |
[INFO] [stdout] 78 | unsafe impl<T: ::std::string::ToString + Send + Sync> Trait for T { }
[INFO] [stdout]    |            ++++++++++++++++++++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:24:20
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let x = &7 as &Send;
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let x = &7 as &dyn Send;
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
[INFO] [stdout]   --> src/impls.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl Trait for ::std::ops::Drop + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dyn_drop)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
[INFO] [stdout]   --> src/impls.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl Trait for ::std::ops::Drop + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
[INFO] [stdout]   --> src/impls.rs:75:23
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl Trait for ::std::ops::Drop + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 79 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
[INFO] [stdout]   --> src/impls.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 | unsafe impl Trait for ::std::ops::Drop + Send { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[deny(dyn_drop)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
[INFO] [stdout]   --> src/impls.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 | unsafe impl Trait for ::std::ops::Drop + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
[INFO] [stdout]   --> src/impls.rs:75:23
[INFO] [stdout]    |
[INFO] [stdout] 75 | unsafe impl Trait for ::std::ops::Drop + Send + Sync { }
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 80 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `destructure_traitobject` (lib test) due to 81 previous errors
[INFO] running `Command { std: "docker" "inspect" "7c73fb83635ec6c68e11c2a4c1e491a2d20e905bb8c1bb3715323ba0adfd3f62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c73fb83635ec6c68e11c2a4c1e491a2d20e905bb8c1bb3715323ba0adfd3f62", kill_on_drop: false }`
[INFO] [stdout] 7c73fb83635ec6c68e11c2a4c1e491a2d20e905bb8c1bb3715323ba0adfd3f62
