[INFO] fetching crate path_semantics_std 0.1.0...
[INFO] testing path_semantics_std-0.1.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate path_semantics_std 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate path_semantics_std 0.1.0 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate path_semantics_std 0.1.0
[INFO] finished tweaking crates.io crate path_semantics_std 0.1.0
[INFO] tweaked toml for crates.io crate path_semantics_std 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c2df9d83adfd0ccf291259dd9efa453816a974e339eab1698f3c1263b5ac615d
[INFO] running `Command { std: "docker" "start" "-a" "c2df9d83adfd0ccf291259dd9efa453816a974e339eab1698f3c1263b5ac615d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c2df9d83adfd0ccf291259dd9efa453816a974e339eab1698f3c1263b5ac615d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2df9d83adfd0ccf291259dd9efa453816a974e339eab1698f3c1263b5ac615d", kill_on_drop: false }`
[INFO] [stdout] c2df9d83adfd0ccf291259dd9efa453816a974e339eab1698f3c1263b5ac615d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 431ab89dad8560190fe43177619de4efeced835ddbf15d358dcc9a10b85a3b75
[INFO] running `Command { std: "docker" "start" "-a" "431ab89dad8560190fe43177619de4efeced835ddbf15d358dcc9a10b85a3b75", kill_on_drop: false }`
[INFO] [stderr]    Compiling path_semantics_std v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/constrain.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn i_force(&self, I) -> Self::Lift;
[INFO] [stdout]   |                       ^ help: try naming the parameter or explicitly ignoring it: `_: I`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:39
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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] 93 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:39
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:54
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:39
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:54
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:42
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:57
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:39
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:39
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:39
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:42
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:57
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 77 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "431ab89dad8560190fe43177619de4efeced835ddbf15d358dcc9a10b85a3b75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "431ab89dad8560190fe43177619de4efeced835ddbf15d358dcc9a10b85a3b75", kill_on_drop: false }`
[INFO] [stdout] 431ab89dad8560190fe43177619de4efeced835ddbf15d358dcc9a10b85a3b75
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d92e0d8bcd2ddd2d5cec6b7aefd896362836c310894aa6655dfee734df1fb78
[INFO] running `Command { std: "docker" "start" "-a" "4d92e0d8bcd2ddd2d5cec6b7aefd896362836c310894aa6655dfee734df1fb78", kill_on_drop: false }`
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/constrain.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn i_force(&self, I) -> Self::Lift;
[INFO] [stdout]   |                       ^ help: try naming the parameter or explicitly ignoring it: `_: I`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:39
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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] 93 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:39
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:54
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:39
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:54
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:42
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:57
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:39
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:39
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:39
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:42
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:57
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling path_semantics_std v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 77 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/constrain.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn i_force(&self, I) -> Self::Lift;
[INFO] [stdout]   |                       ^ help: try naming the parameter or explicitly ignoring it: `_: I`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:39
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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] 93 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:39
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:54
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:39
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:54
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:42
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:57
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:39
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:39
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:39
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:42
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:57
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 77 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.36s
[INFO] running `Command { std: "docker" "inspect" "4d92e0d8bcd2ddd2d5cec6b7aefd896362836c310894aa6655dfee734df1fb78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d92e0d8bcd2ddd2d5cec6b7aefd896362836c310894aa6655dfee734df1fb78", kill_on_drop: false }`
[INFO] [stdout] 4d92e0d8bcd2ddd2d5cec6b7aefd896362836c310894aa6655dfee734df1fb78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e501d29182ff9569078e4cad5f0702d203ccd52bea3ac415803420524339257b
[INFO] running `Command { std: "docker" "start" "-a" "e501d29182ff9569078e4cad5f0702d203ccd52bea3ac415803420524339257b", kill_on_drop: false }`
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/constrain.rs:8:23
[INFO] [stderr]   |
[INFO] [stderr] 8 |     fn i_force(&self, I) -> Self::Lift;
[INFO] [stderr]   |                       ^ help: try naming the parameter or explicitly ignoring it: `_: I`
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr]   = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:93:39
[INFO] [stderr]    |
[INFO] [stderr] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stderr]    |                                       ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 93 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stderr]    |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:93:54
[INFO] [stderr]    |
[INFO] [stderr] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stderr]    |                                                      ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 93 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stderr]    |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:94:39
[INFO] [stderr]    |
[INFO] [stderr] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stderr]    |                                       ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 94 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stderr]    |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:94:54
[INFO] [stderr]    |
[INFO] [stderr] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stderr]    |                                                      ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stderr]    |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:95:39
[INFO] [stderr]    |
[INFO] [stderr] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stderr]    |                                       ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 95 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stderr]    |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:95:54
[INFO] [stderr]    |
[INFO] [stderr] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stderr]    |                                                      ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stderr]    |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:99:42
[INFO] [stderr]    |
[INFO] [stderr] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stderr]    |                                          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 99 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:99:57
[INFO] [stderr]    |
[INFO] [stderr] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stderr]    |                                                         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 99 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stderr]    |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:116:39
[INFO] [stderr]     |
[INFO] [stderr] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stderr]     |                                       ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 116 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:116:54
[INFO] [stderr]     |
[INFO] [stderr] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 116 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:117:39
[INFO] [stderr]     |
[INFO] [stderr] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stderr]     |                                       ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 117 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:117:54
[INFO] [stderr]     |
[INFO] [stderr] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:118:39
[INFO] [stderr]     |
[INFO] [stderr] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stderr]     |                                       ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 118 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:118:54
[INFO] [stderr]     |
[INFO] [stderr] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:122:42
[INFO] [stderr]     |
[INFO] [stderr] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stderr]     |                                          ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 122 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:122:57
[INFO] [stderr]     |
[INFO] [stderr] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stderr]     |                                                         ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 122 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:50
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:65
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:86
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:50
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:65
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:86
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:50
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:65
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:86
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:50
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stderr]     | ------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:65
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stderr]     | ------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:86
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stderr]     | ------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:50
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 132 | trick_impl!{Even t, "even"}
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:65
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 132 | trick_impl!{Even t, "even"}
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:86
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 132 | trick_impl!{Even t, "even"}
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:50
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:65
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:86
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:50
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:65
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:86
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:50
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:65
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:86
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:50
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 136 | trick_impl!{Add t, "add"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:65
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 136 | trick_impl!{Add t, "add"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:86
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 136 | trick_impl!{Add t, "add"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:50
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 137 | trick_impl!{Id t, "id"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:65
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 137 | trick_impl!{Id t, "id"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:86
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 137 | trick_impl!{Id t, "id"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 138 | trick_impl!{Not, "not"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 138 | trick_impl!{Not, "not"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 138 | trick_impl!{Not, "not"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 139 | trick_impl!{And, "and"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 139 | trick_impl!{And, "and"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 139 | trick_impl!{And, "and"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 140 | trick_impl!{Or, "or"}
[INFO] [stderr]     | --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 140 | trick_impl!{Or, "or"}
[INFO] [stderr]     | --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 140 | trick_impl!{Or, "or"}
[INFO] [stderr]     | --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 141 | trick_impl!{Xor, "xor"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 141 | trick_impl!{Xor, "xor"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 141 | trick_impl!{Xor, "xor"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 142 | trick_impl!{Nor, "nor"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 142 | trick_impl!{Nor, "nor"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 142 | trick_impl!{Nor, "nor"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 143 | trick_impl!{Nand, "nand"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 143 | trick_impl!{Nand, "nand"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 143 | trick_impl!{Nand, "nand"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 144 | trick_impl!{Exc, "exc"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 144 | trick_impl!{Exc, "exc"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 144 | trick_impl!{Exc, "exc"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `path_semantics_std` (lib) generated 77 warnings (run `cargo fix --lib -p path_semantics_std` to apply 17 suggestions)
[INFO] [stderr] warning: `path_semantics_std` (lib test) generated 77 warnings (77 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/path_semantics_std-c8269f3831ccda53)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests path_semantics_std
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 28) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 37) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 22) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 8) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 28) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Id` in this scope
[INFO] [stdout]  --> src/lib.rs:29:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Not` in this scope
[INFO] [stdout]  --> src/lib.rs:29:31
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |                               ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::ops::Not;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `add` in this scope
[INFO] [stdout]  --> src/lib.rs:29:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |                                       ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `even` in this scope
[INFO] [stdout]  --> src/lib.rs:29:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |                                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `odd` in this scope
[INFO] [stdout]  --> src/lib.rs:29:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |                                                    ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `even` in this scope
[INFO] [stdout]  --> src/lib.rs:29:63
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |                                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/lib.rs:29:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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 | let path: dyn Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |           +++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 2 generic arguments were supplied
[INFO] [stdout]  --> src/lib.rs:29:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |           ^^----------------------- help: remove these generics
[INFO] [stdout]   |           |
[INFO] [stdout]   |           expected 0 generic arguments
[INFO] [stdout] 
[INFO] [stdout] error[E0038]: the trait `Eq` cannot be made into an object
[INFO] [stdout]  --> src/lib.rs:29:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^ `Eq` cannot be made into an object
[INFO] [stdout]   |
[INFO] [stdout] note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/cmp.rs:329:15
[INFO] [stdout]   |
[INFO] [stdout]   = note: the trait cannot be made into an object because it uses `Self` as a type parameter
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0038, E0107, E0412, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0038`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 37) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Not` in this scope
[INFO] [stdout]  --> src/lib.rs:38:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | let res: Not = add.i((even, odd)).path(even).ex_path();
[INFO] [stdout]   |          ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::ops::Not;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `add` in this scope
[INFO] [stdout]  --> src/lib.rs:38:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let res: Not = add.i((even, odd)).path(even).ex_path();
[INFO] [stdout]   |                ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `even` in this scope
[INFO] [stdout]  --> src/lib.rs:38:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | let res: Not = add.i((even, odd)).path(even).ex_path();
[INFO] [stdout]   |                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `odd` in this scope
[INFO] [stdout]  --> src/lib.rs:38:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | let res: Not = add.i((even, odd)).path(even).ex_path();
[INFO] [stdout]   |                             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `even` in this scope
[INFO] [stdout]  --> src/lib.rs:38:40
[INFO] [stdout]   |
[INFO] [stdout] 3 | let res: Not = add.i((even, odd)).path(even).ex_path();
[INFO] [stdout]   |                                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 22) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Add`
[INFO] [stdout]  --> src/lib.rs:23:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool> = Add::<u32>::default().path(Even::default());
[INFO] [stdout]   |                      ^^^ use of undeclared type `Add`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::ops::Add;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/lib.rs:23:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool> = Add::<u32>::default().path(Even::default());
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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 | let path: dyn Eq<bool> = Add::<u32>::default().path(Even::default());
[INFO] [stdout]   |           +++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]  --> src/lib.rs:23:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool> = Add::<u32>::default().path(Even::default());
[INFO] [stdout]   |           ^^------ help: remove these generics
[INFO] [stdout]   |           |
[INFO] [stdout]   |           expected 0 generic arguments
[INFO] [stdout] 
[INFO] [stdout] error[E0038]: the trait `Eq` cannot be made into an object
[INFO] [stdout]  --> src/lib.rs:23:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool> = Add::<u32>::default().path(Even::default());
[INFO] [stdout]   |           ^^^^^^^^ `Eq` cannot be made into an object
[INFO] [stdout]   |
[INFO] [stdout] note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/cmp.rs:329:15
[INFO] [stdout]   |
[INFO] [stdout]   = note: the trait cannot be made into an object because it uses `Self` as a type parameter
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Even`
[INFO] [stdout]  --> src/lib.rs:23:49
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool> = Add::<u32>::default().path(Even::default());
[INFO] [stdout]   |                                                 ^^^^ use of undeclared type `Even`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0038, E0107, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0038`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 8) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Add` in this scope
[INFO] [stdout]  --> src/lib.rs:11:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | let add: Add<u32> = Add::default();
[INFO] [stdout]   |          ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 4 + use std::ops::Add;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Add`
[INFO] [stdout]  --> src/lib.rs:11:21
[INFO] [stdout]   |
[INFO] [stdout] 5 | let add: Add<u32> = Add::default();
[INFO] [stdout]   |                     ^^^ use of undeclared type `Add`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 4 + use std::ops::Add;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Even` in this scope
[INFO] [stdout]  --> src/lib.rs:12:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | let even: Even<u32> = Even::default();
[INFO] [stdout]   |           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/lib.rs:13:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | let path: Eq<bool> = add.path(even);
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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] 7 | let path: dyn Eq<bool> = add.path(even);
[INFO] [stdout]   |           +++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]  --> src/lib.rs:13:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | let path: Eq<bool> = add.path(even);
[INFO] [stdout]   |           ^^------ help: remove these generics
[INFO] [stdout]   |           |
[INFO] [stdout]   |           expected 0 generic arguments
[INFO] [stdout] 
[INFO] [stdout] error[E0038]: the trait `Eq` cannot be made into an object
[INFO] [stdout]  --> src/lib.rs:13:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | let path: Eq<bool> = add.path(even);
[INFO] [stdout]   |           ^^^^^^^^ `Eq` cannot be made into an object
[INFO] [stdout]   |
[INFO] [stdout] note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/cmp.rs:329:15
[INFO] [stdout]   |
[INFO] [stdout]   = note: the trait cannot be made into an object because it uses `Self` as a type parameter
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Even`
[INFO] [stdout]  --> src/lib.rs:12:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | let even: Even<u32> = Even::default();
[INFO] [stdout]   |                       ^^^^ use of undeclared type `Even`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0038, E0107, E0412, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0038`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 22)
[INFO] [stdout]     src/lib.rs - (line 28)
[INFO] [stdout]     src/lib.rs - (line 37)
[INFO] [stdout]     src/lib.rs - (line 8)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "e501d29182ff9569078e4cad5f0702d203ccd52bea3ac415803420524339257b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e501d29182ff9569078e4cad5f0702d203ccd52bea3ac415803420524339257b", kill_on_drop: false }`
[INFO] [stdout] e501d29182ff9569078e4cad5f0702d203ccd52bea3ac415803420524339257b
[INFO] testing path_semantics_std-0.1.0 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate path_semantics_std 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate path_semantics_std 0.1.0 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate path_semantics_std 0.1.0
[INFO] finished tweaking crates.io crate path_semantics_std 0.1.0
[INFO] tweaked toml for crates.io crate path_semantics_std 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b8a754d79f2659639538171a476fef81c02107f695946427dde0d5f8293b06ef
[INFO] running `Command { std: "docker" "start" "-a" "b8a754d79f2659639538171a476fef81c02107f695946427dde0d5f8293b06ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b8a754d79f2659639538171a476fef81c02107f695946427dde0d5f8293b06ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8a754d79f2659639538171a476fef81c02107f695946427dde0d5f8293b06ef", kill_on_drop: false }`
[INFO] [stdout] b8a754d79f2659639538171a476fef81c02107f695946427dde0d5f8293b06ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f6359ad82a27ebb4ac0904a18da5cd555dc65e9dc30ca4ff0f6628e321aa026
[INFO] running `Command { std: "docker" "start" "-a" "2f6359ad82a27ebb4ac0904a18da5cd555dc65e9dc30ca4ff0f6628e321aa026", kill_on_drop: false }`
[INFO] [stderr]    Compiling path_semantics_std v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/constrain.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn i_force(&self, I) -> Self::Lift;
[INFO] [stdout]   |                       ^ help: try naming the parameter or explicitly ignoring it: `_: I`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:39
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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] 93 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:39
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:54
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:39
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:54
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:42
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:57
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:39
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:39
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:39
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:42
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:57
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 77 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
[INFO] running `Command { std: "docker" "inspect" "2f6359ad82a27ebb4ac0904a18da5cd555dc65e9dc30ca4ff0f6628e321aa026", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f6359ad82a27ebb4ac0904a18da5cd555dc65e9dc30ca4ff0f6628e321aa026", kill_on_drop: false }`
[INFO] [stdout] 2f6359ad82a27ebb4ac0904a18da5cd555dc65e9dc30ca4ff0f6628e321aa026
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 390256ca39ed2ee613042be3ea4aa761ed9c27cda09369e05b604bad45c847eb
[INFO] running `Command { std: "docker" "start" "-a" "390256ca39ed2ee613042be3ea4aa761ed9c27cda09369e05b604bad45c847eb", kill_on_drop: false }`
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/constrain.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn i_force(&self, I) -> Self::Lift;
[INFO] [stdout]   |                       ^ help: try naming the parameter or explicitly ignoring it: `_: I`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:39
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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] 93 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:39
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:54
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:39
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:54
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:42
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:57
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:39
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:39
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:39
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:42
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:57
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling path_semantics_std v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 77 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/constrain.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn i_force(&self, I) -> Self::Lift;
[INFO] [stdout]   |                       ^ help: try naming the parameter or explicitly ignoring it: `_: I`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:39
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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] 93 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:39
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:94:54
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:39
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:95:54
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]    |                                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:42
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/display.rs:99:57
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]    |                                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 99 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:39
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:39
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:39
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:42
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:122:57
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stdout]     |                                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:50
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:65
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:81:86
[INFO] [stdout]     |
[INFO] [stdout] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | trick_impl!{Even t, "even"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | trick_impl!{Add t, "add"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:50
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:65
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:61:86
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 | trick_impl!{Id t, "id"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 | trick_impl!{Not, "not"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 | trick_impl!{And, "and"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | trick_impl!{Or, "or"}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 | trick_impl!{Xor, "xor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 | trick_impl!{Nor, "nor"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | trick_impl!{Nand, "nand"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 | trick_impl!{Exc, "exc"}
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:50
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:65
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/display.rs:41:86
[INFO] [stdout]     |
[INFO] [stdout] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 77 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.28s
[INFO] running `Command { std: "docker" "inspect" "390256ca39ed2ee613042be3ea4aa761ed9c27cda09369e05b604bad45c847eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "390256ca39ed2ee613042be3ea4aa761ed9c27cda09369e05b604bad45c847eb", kill_on_drop: false }`
[INFO] [stdout] 390256ca39ed2ee613042be3ea4aa761ed9c27cda09369e05b604bad45c847eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 416947966e6372190748659ae32bb5665101584e509447d2ce1633fa5d1ad8e2
[INFO] running `Command { std: "docker" "start" "-a" "416947966e6372190748659ae32bb5665101584e509447d2ce1633fa5d1ad8e2", kill_on_drop: false }`
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/constrain.rs:8:23
[INFO] [stderr]   |
[INFO] [stderr] 8 |     fn i_force(&self, I) -> Self::Lift;
[INFO] [stderr]   |                       ^ help: try naming the parameter or explicitly ignoring it: `_: I`
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr]   = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:93:39
[INFO] [stderr]    |
[INFO] [stderr] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stderr]    |                                       ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 93 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stderr]    |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:93:54
[INFO] [stderr]    |
[INFO] [stderr] 93 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stderr]    |                                                      ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 93 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stderr]    |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:94:39
[INFO] [stderr]    |
[INFO] [stderr] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stderr]    |                                       ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 94 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stderr]    |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:94:54
[INFO] [stderr]    |
[INFO] [stderr] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stderr]    |                                                      ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 94 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stderr]    |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:95:39
[INFO] [stderr]    |
[INFO] [stderr] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stderr]    |                                       ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 95 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stderr]    |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:95:54
[INFO] [stderr]    |
[INFO] [stderr] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stderr]    |                                                      ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 95 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stderr]    |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:99:42
[INFO] [stderr]    |
[INFO] [stderr] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stderr]    |                                          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 99 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/display.rs:99:57
[INFO] [stderr]    |
[INFO] [stderr] 99 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stderr]    |                                                         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 99 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stderr]    |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:116:39
[INFO] [stderr]     |
[INFO] [stderr] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stderr]     |                                       ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 116 |         let co = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.co)};
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:116:54
[INFO] [stderr]     |
[INFO] [stderr] 116 |         let co = unsafe {transmute::<&TrickDisplay, &Display>(&self.co)};
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 116 |         let co = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.co)};
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:117:39
[INFO] [stderr]     |
[INFO] [stderr] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stderr]     |                                       ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 117 |         let tr = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.tr)};
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:117:54
[INFO] [stderr]     |
[INFO] [stderr] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &Display>(&self.tr)};
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 117 |         let tr = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.tr)};
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:118:39
[INFO] [stderr]     |
[INFO] [stderr] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stderr]     |                                       ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 118 |         let fa = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.fa)};
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:118:54
[INFO] [stderr]     |
[INFO] [stderr] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &Display>(&self.fa)};
[INFO] [stderr]     |                                                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 118 |         let fa = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.fa)};
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:122:42
[INFO] [stderr]     |
[INFO] [stderr] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stderr]     |                                          ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 122 |             let i = unsafe {transmute::<&dyn TrickDisplay, &Display>(&self.i)};
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:122:57
[INFO] [stderr]     |
[INFO] [stderr] 122 |             let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i)};
[INFO] [stderr]     |                                                         ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 122 |             let i = unsafe {transmute::<&TrickDisplay, &dyn Display>(&self.i)};
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:50
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:65
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:86
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 | trick_impl!{LtK k, "(< {})"}
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:50
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:65
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:86
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 129 | trick_impl!{EqK k, "(= {})"}
[INFO] [stderr]     | ---------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:50
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:65
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:86
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 130 | trick_impl!{GeK k, "(>= {})"}
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:50
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stderr]     | ------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:65
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stderr]     | ------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:81:86
[INFO] [stderr]     |
[INFO] [stderr] 81  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 131 | trick_impl!{AddK k, "add({})"}
[INFO] [stderr]     | ------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:50
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 132 | trick_impl!{Even t, "even"}
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:65
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 132 | trick_impl!{Even t, "even"}
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:86
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 132 | trick_impl!{Even t, "even"}
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:50
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:65
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:86
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 133 | trick_impl!{Odd t, "odd"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:50
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:65
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:86
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 134 | trick_impl!{False1 t, "false_1"}
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:50
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:65
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:86
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 135 | trick_impl!{Eq t, "eq"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:50
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 136 | trick_impl!{Add t, "add"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:65
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 136 | trick_impl!{Add t, "add"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:86
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 136 | trick_impl!{Add t, "add"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:50
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 137 | trick_impl!{Id t, "id"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:65
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 137 | trick_impl!{Id t, "id"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:61:86
[INFO] [stderr]     |
[INFO] [stderr] 61  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 137 | trick_impl!{Id t, "id"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 138 | trick_impl!{Not, "not"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 138 | trick_impl!{Not, "not"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 138 | trick_impl!{Not, "not"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 139 | trick_impl!{And, "and"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 139 | trick_impl!{And, "and"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 139 | trick_impl!{And, "and"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 140 | trick_impl!{Or, "or"}
[INFO] [stderr]     | --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 140 | trick_impl!{Or, "or"}
[INFO] [stderr]     | --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 140 | trick_impl!{Or, "or"}
[INFO] [stderr]     | --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 141 | trick_impl!{Xor, "xor"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 141 | trick_impl!{Xor, "xor"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 141 | trick_impl!{Xor, "xor"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 142 | trick_impl!{Nor, "nor"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 142 | trick_impl!{Nor, "nor"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 142 | trick_impl!{Nor, "nor"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 143 | trick_impl!{Nand, "nand"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 143 | trick_impl!{Nand, "nand"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 143 | trick_impl!{Nand, "nand"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 144 | trick_impl!{Exc, "exc"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 144 | trick_impl!{Exc, "exc"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 144 | trick_impl!{Exc, "exc"}
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 145 | trick_impl!{Nrexc, "nrexc"}
[INFO] [stderr]     | --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 146 | trick_impl!{Rexc, "rexc"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:50
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:65
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                 ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/display.rs:41:86
[INFO] [stderr]     |
[INFO] [stderr] 41  |                     let i = unsafe {transmute::<&TrickDisplay, &Display>(&self.i as &TrickDisplay)};
[INFO] [stderr]     |                                                                                      ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 147 | trick_impl!{Nexc, "nexc"}
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `trick_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `path_semantics_std` (lib) generated 77 warnings (run `cargo fix --lib -p path_semantics_std` to apply 17 suggestions)
[INFO] [stderr] warning: `path_semantics_std` (lib test) generated 77 warnings (77 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/path_semantics_std-c8269f3831ccda53)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests path_semantics_std
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 22) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 8) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 28) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 37) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 22) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Add`
[INFO] [stdout]  --> src/lib.rs:23:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool> = Add::<u32>::default().path(Even::default());
[INFO] [stdout]   |                      ^^^ use of undeclared type `Add`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::ops::Add;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/lib.rs:23:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool> = Add::<u32>::default().path(Even::default());
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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 | let path: dyn Eq<bool> = Add::<u32>::default().path(Even::default());
[INFO] [stdout]   |           +++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]  --> src/lib.rs:23:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool> = Add::<u32>::default().path(Even::default());
[INFO] [stdout]   |           ^^------ help: remove these generics
[INFO] [stdout]   |           |
[INFO] [stdout]   |           expected 0 generic arguments
[INFO] [stdout] 
[INFO] [stdout] error[E0038]: the trait `Eq` cannot be made into an object
[INFO] [stdout]  --> src/lib.rs:23:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool> = Add::<u32>::default().path(Even::default());
[INFO] [stdout]   |           ^^^^^^^^ `Eq` cannot be made into an object
[INFO] [stdout]   |
[INFO] [stdout] note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/cmp.rs:329:15
[INFO] [stdout]   |
[INFO] [stdout]   = note: the trait cannot be made into an object because it uses `Self` as a type parameter
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Even`
[INFO] [stdout]  --> src/lib.rs:23:49
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool> = Add::<u32>::default().path(Even::default());
[INFO] [stdout]   |                                                 ^^^^ use of undeclared type `Even`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0038, E0107, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0038`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 8) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Add` in this scope
[INFO] [stdout]  --> src/lib.rs:11:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | let add: Add<u32> = Add::default();
[INFO] [stdout]   |          ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 4 + use std::ops::Add;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Add`
[INFO] [stdout]  --> src/lib.rs:11:21
[INFO] [stdout]   |
[INFO] [stdout] 5 | let add: Add<u32> = Add::default();
[INFO] [stdout]   |                     ^^^ use of undeclared type `Add`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 4 + use std::ops::Add;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Even` in this scope
[INFO] [stdout]  --> src/lib.rs:12:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | let even: Even<u32> = Even::default();
[INFO] [stdout]   |           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/lib.rs:13:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | let path: Eq<bool> = add.path(even);
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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] 7 | let path: dyn Eq<bool> = add.path(even);
[INFO] [stdout]   |           +++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]  --> src/lib.rs:13:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | let path: Eq<bool> = add.path(even);
[INFO] [stdout]   |           ^^------ help: remove these generics
[INFO] [stdout]   |           |
[INFO] [stdout]   |           expected 0 generic arguments
[INFO] [stdout] 
[INFO] [stdout] error[E0038]: the trait `Eq` cannot be made into an object
[INFO] [stdout]  --> src/lib.rs:13:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | let path: Eq<bool> = add.path(even);
[INFO] [stdout]   |           ^^^^^^^^ `Eq` cannot be made into an object
[INFO] [stdout]   |
[INFO] [stdout] note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/cmp.rs:329:15
[INFO] [stdout]   |
[INFO] [stdout]   = note: the trait cannot be made into an object because it uses `Self` as a type parameter
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Even`
[INFO] [stdout]  --> src/lib.rs:12:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | let even: Even<u32> = Even::default();
[INFO] [stdout]   |                       ^^^^ use of undeclared type `Even`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0038, E0107, E0412, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0038`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 28) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Id` in this scope
[INFO] [stdout]  --> src/lib.rs:29:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Not` in this scope
[INFO] [stdout]  --> src/lib.rs:29:31
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |                               ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::ops::Not;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `add` in this scope
[INFO] [stdout]  --> src/lib.rs:29:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |                                       ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `even` in this scope
[INFO] [stdout]  --> src/lib.rs:29:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |                                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `odd` in this scope
[INFO] [stdout]  --> src/lib.rs:29:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |                                                    ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `even` in this scope
[INFO] [stdout]  --> src/lib.rs:29:63
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |                                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/lib.rs:29:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[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 | let path: dyn Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |           +++
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 generic arguments but 2 generic arguments were supplied
[INFO] [stdout]  --> src/lib.rs:29:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |           ^^----------------------- help: remove these generics
[INFO] [stdout]   |           |
[INFO] [stdout]   |           expected 0 generic arguments
[INFO] [stdout] 
[INFO] [stdout] error[E0038]: the trait `Eq` cannot be made into an object
[INFO] [stdout]  --> src/lib.rs:29:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | let path: Eq<bool, (Id<bool>, Not)> = add.i((even, odd)).path(even);
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^ `Eq` cannot be made into an object
[INFO] [stdout]   |
[INFO] [stdout] note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/cmp.rs:329:15
[INFO] [stdout]   |
[INFO] [stdout]   = note: the trait cannot be made into an object because it uses `Self` as a type parameter
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0038, E0107, E0412, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0038`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 37) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Not` in this scope
[INFO] [stdout]  --> src/lib.rs:38:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | let res: Not = add.i((even, odd)).path(even).ex_path();
[INFO] [stdout]   |          ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::ops::Not;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `add` in this scope
[INFO] [stdout]  --> src/lib.rs:38:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let res: Not = add.i((even, odd)).path(even).ex_path();
[INFO] [stdout]   |                ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `even` in this scope
[INFO] [stdout]  --> src/lib.rs:38:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | let res: Not = add.i((even, odd)).path(even).ex_path();
[INFO] [stdout]   |                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `odd` in this scope
[INFO] [stdout]  --> src/lib.rs:38:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | let res: Not = add.i((even, odd)).path(even).ex_path();
[INFO] [stdout]   |                             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `even` in this scope
[INFO] [stdout]  --> src/lib.rs:38:40
[INFO] [stdout]   |
[INFO] [stdout] 3 | let res: Not = add.i((even, odd)).path(even).ex_path();
[INFO] [stdout]   |                                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 22)
[INFO] [stdout]     src/lib.rs - (line 28)
[INFO] [stdout]     src/lib.rs - (line 37)
[INFO] [stdout]     src/lib.rs - (line 8)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "416947966e6372190748659ae32bb5665101584e509447d2ce1633fa5d1ad8e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "416947966e6372190748659ae32bb5665101584e509447d2ce1633fa5d1ad8e2", kill_on_drop: false }`
[INFO] [stdout] 416947966e6372190748659ae32bb5665101584e509447d2ce1633fa5d1ad8e2
