[INFO] fetching crate visit_diff 0.1.1... [INFO] checking visit_diff-0.1.1 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate visit_diff 0.1.1 into /workspace/builds/worker-98/source [INFO] validating manifest of crates.io crate visit_diff 0.1.1 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate visit_diff 0.1.1 [INFO] finished tweaking crates.io crate visit_diff 0.1.1 [INFO] tweaked toml for crates.io crate visit_diff 0.1.1 written to /workspace/builds/worker-98/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded visit_diff_derive v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 29a253a39338a100e8a891495a954b08fb993ec8b1a11b9773f8958afbd4d5ff [INFO] running `Command { std: "docker" "start" "-a" "29a253a39338a100e8a891495a954b08fb993ec8b1a11b9773f8958afbd4d5ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "29a253a39338a100e8a891495a954b08fb993ec8b1a11b9773f8958afbd4d5ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29a253a39338a100e8a891495a954b08fb993ec8b1a11b9773f8958afbd4d5ff", kill_on_drop: false }` [INFO] [stdout] 29a253a39338a100e8a891495a954b08fb993ec8b1a11b9773f8958afbd4d5ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb6d49bb32b59dceb6347469323506523df01fb82a684a779bfde389c5ce804b [INFO] running `Command { std: "docker" "start" "-a" "bb6d49bb32b59dceb6347469323506523df01fb82a684a779bfde389c5ce804b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling visit_diff_derive v0.1.0 [INFO] [stderr] Checking visit_diff v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/debug.rs:25:29 [INFO] [stdout] | [INFO] [stdout] 25 | fn difference(self, a: &Debug, b: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/debug.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | fn difference(self, a: &Debug, b: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/debug.rs:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | fn same(self, a: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/debug.rs:29:34 [INFO] [stdout] | [INFO] [stdout] 29 | fn same(self, a: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/detect.rs:203:29 [INFO] [stdout] | [INFO] [stdout] 203 | fn difference(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/detect.rs:203:40 [INFO] [stdout] | [INFO] [stdout] 203 | fn difference(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/detect.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn same(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/detect.rs:207:34 [INFO] [stdout] | [INFO] [stdout] 207 | fn same(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/unit.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | fn difference(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/unit.rs:20:40 [INFO] [stdout] | [INFO] [stdout] 20 | fn difference(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/unit.rs:24:23 [INFO] [stdout] | [INFO] [stdout] 24 | fn same(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/unit.rs:24:34 [INFO] [stdout] | [INFO] [stdout] 24 | fn same(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/constant.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 42 | fn difference(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/constant.rs:42:40 [INFO] [stdout] | [INFO] [stdout] 42 | fn difference(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/constant.rs:46:23 [INFO] [stdout] | [INFO] [stdout] 46 | fn same(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/constant.rs:46:34 [INFO] [stdout] | [INFO] [stdout] 46 | fn same(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/record.rs:115:29 [INFO] [stdout] | [INFO] [stdout] 115 | fn difference(self, a: &Debug, b: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/record.rs:115:40 [INFO] [stdout] | [INFO] [stdout] 115 | fn difference(self, a: &Debug, b: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/record.rs:119:23 [INFO] [stdout] | [INFO] [stdout] 119 | fn same(self, a: &Debug, b: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/record.rs:119:34 [INFO] [stdout] | [INFO] [stdout] 119 | fn same(self, a: &Debug, b: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:305:29 [INFO] [stdout] | [INFO] [stdout] 305 | fn difference(self, a: &Debug, b: &Debug) -> Result; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:305:40 [INFO] [stdout] | [INFO] [stdout] 305 | fn difference(self, a: &Debug, b: &Debug) -> Result; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:309:23 [INFO] [stdout] | [INFO] [stdout] 309 | fn same(self, a: &Debug, b: &Debug) -> Result; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:309:34 [INFO] [stdout] | [INFO] [stdout] 309 | fn same(self, a: &Debug, b: &Debug) -> Result; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/debug.rs:25:29 [INFO] [stdout] | [INFO] [stdout] 25 | fn difference(self, a: &Debug, b: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/debug.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | fn difference(self, a: &Debug, b: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/debug.rs:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | fn same(self, a: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/debug.rs:29:34 [INFO] [stdout] | [INFO] [stdout] 29 | fn same(self, a: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/detect.rs:203:29 [INFO] [stdout] | [INFO] [stdout] 203 | fn difference(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/detect.rs:203:40 [INFO] [stdout] | [INFO] [stdout] 203 | fn difference(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/detect.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn same(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/detect.rs:207:34 [INFO] [stdout] | [INFO] [stdout] 207 | fn same(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/unit.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | fn difference(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/unit.rs:20:40 [INFO] [stdout] | [INFO] [stdout] 20 | fn difference(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/unit.rs:24:23 [INFO] [stdout] | [INFO] [stdout] 24 | fn same(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/unit.rs:24:34 [INFO] [stdout] | [INFO] [stdout] 24 | fn same(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/constant.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 42 | fn difference(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/constant.rs:42:40 [INFO] [stdout] | [INFO] [stdout] 42 | fn difference(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/constant.rs:46:23 [INFO] [stdout] | [INFO] [stdout] 46 | fn same(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/constant.rs:46:34 [INFO] [stdout] | [INFO] [stdout] 46 | fn same(self, _: &Debug, _: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/record.rs:115:29 [INFO] [stdout] | [INFO] [stdout] 115 | fn difference(self, a: &Debug, b: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/record.rs:115:40 [INFO] [stdout] | [INFO] [stdout] 115 | fn difference(self, a: &Debug, b: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/record.rs:119:23 [INFO] [stdout] | [INFO] [stdout] 119 | fn same(self, a: &Debug, b: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/record.rs:119:34 [INFO] [stdout] | [INFO] [stdout] 119 | fn same(self, a: &Debug, b: &Debug) -> Result { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:305:29 [INFO] [stdout] | [INFO] [stdout] 305 | fn difference(self, a: &Debug, b: &Debug) -> Result; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:305:40 [INFO] [stdout] | [INFO] [stdout] 305 | fn difference(self, a: &Debug, b: &Debug) -> Result; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:309:23 [INFO] [stdout] | [INFO] [stdout] 309 | fn same(self, a: &Debug, b: &Debug) -> Result; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:309:34 [INFO] [stdout] | [INFO] [stdout] 309 | fn same(self, a: &Debug, b: &Debug) -> Result; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.14s [INFO] running `Command { std: "docker" "inspect" "bb6d49bb32b59dceb6347469323506523df01fb82a684a779bfde389c5ce804b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb6d49bb32b59dceb6347469323506523df01fb82a684a779bfde389c5ce804b", kill_on_drop: false }` [INFO] [stdout] bb6d49bb32b59dceb6347469323506523df01fb82a684a779bfde389c5ce804b