[INFO] fetching crate ferrum-plugin 0.3.0... [INFO] testing ferrum-plugin-0.3.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate ferrum-plugin 0.3.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate ferrum-plugin 0.3.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ferrum-plugin 0.3.0 [INFO] finished tweaking crates.io crate ferrum-plugin 0.3.0 [INFO] tweaked toml for crates.io crate ferrum-plugin 0.3.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 853e0275654de2681e04cbb095b89305ffaa6096ebc7b541296aa9baad2e0be0 [INFO] running `Command { std: "docker" "start" "-a" "853e0275654de2681e04cbb095b89305ffaa6096ebc7b541296aa9baad2e0be0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "853e0275654de2681e04cbb095b89305ffaa6096ebc7b541296aa9baad2e0be0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "853e0275654de2681e04cbb095b89305ffaa6096ebc7b541296aa9baad2e0be0", kill_on_drop: false }` [INFO] [stdout] 853e0275654de2681e04cbb095b89305ffaa6096ebc7b541296aa9baad2e0be0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 802f27c8fb210af94fd61753bb5233f9baf12bc5cb50abbbebbdacce2109206b [INFO] running `Command { std: "docker" "start" "-a" "802f27c8fb210af94fd61753bb5233f9baf12bc5cb50abbbebbdacce2109206b", 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] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling ferrum-plugin v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:32:55 [INFO] [stdout] | [INFO] [stdout] 32 | pub trait Extensible { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(missing_docs, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 32 - pub trait Extensible { [INFO] [stdout] 32 + pub trait Extensible { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:41:54 [INFO] [stdout] | [INFO] [stdout] 41 | pub trait Pluggable { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub trait Pluggable { [INFO] [stdout] 41 + pub trait Pluggable { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct TypeMap [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/typemap/mod.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(missing_docs, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 - pub struct TypeMap [INFO] [stdout] 25 + pub struct TypeMap [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | pub type SendMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 38 - pub type SendMap = TypeMap; [INFO] [stdout] 38 + pub type SendMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | pub type SyncMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub type SyncMap = TypeMap; [INFO] [stdout] 41 + pub type SyncMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | pub type ShareMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 - pub type ShareMap = TypeMap; [INFO] [stdout] 44 + pub type ShareMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:47:29 [INFO] [stdout] | [INFO] [stdout] 47 | pub type CloneMap = TypeMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - pub type CloneMap = TypeMap; [INFO] [stdout] 47 + pub type CloneMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:50:34 [INFO] [stdout] | [INFO] [stdout] 50 | pub type ShareCloneMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 50 - pub type ShareCloneMap = TypeMap; [INFO] [stdout] 50 + pub type ShareCloneMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | pub type DebugMap = TypeMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 53 - pub type DebugMap = TypeMap; [INFO] [stdout] 53 + pub type DebugMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:56:34 [INFO] [stdout] | [INFO] [stdout] 56 | pub type ShareDebugMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - pub type ShareDebugMap = TypeMap; [INFO] [stdout] 56 + pub type ShareDebugMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:176:55 [INFO] [stdout] | [INFO] [stdout] 176 | pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 - pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] 176 + pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = dyn UnsafeAny> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:206:65 [INFO] [stdout] | [INFO] [stdout] 206 | pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 206 - pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] 206 + pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = dyn UnsafeAny> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:212:63 [INFO] [stdout] | [INFO] [stdout] 212 | pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 212 - pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] 212 + pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = dyn UnsafeAny> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | unsafe impl UnsafeAnyExt for DebugAny {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - unsafe impl UnsafeAnyExt for DebugAny {} [INFO] [stdout] 16 + unsafe impl UnsafeAnyExt for dyn DebugAny {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | unsafe impl UnsafeAnyExt for DebugAny + Send {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - unsafe impl UnsafeAnyExt for DebugAny + Send {} [INFO] [stdout] 17 + unsafe impl UnsafeAnyExt for dyn DebugAny + Send {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | unsafe impl UnsafeAnyExt for DebugAny + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 18 - unsafe impl UnsafeAnyExt for DebugAny + Sync {} [INFO] [stdout] 18 + unsafe impl UnsafeAnyExt for dyn DebugAny + Sync {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | unsafe impl UnsafeAnyExt for DebugAny + Send + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 19 - unsafe impl UnsafeAnyExt for DebugAny + Send + Sync {} [INFO] [stdout] 19 + unsafe impl UnsafeAnyExt for dyn DebugAny + Send + Sync {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 57 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 57 - impl Clone for Box { [INFO] [stdout] 57 + impl Clone for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 61 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 - impl Clone for Box { [INFO] [stdout] 61 + impl Clone for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 65 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - impl Clone for Box { [INFO] [stdout] 65 + impl Clone for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 - impl Clone for Box { [INFO] [stdout] 69 + impl Clone for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | unsafe impl UnsafeAnyExt for CloneAny {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - unsafe impl UnsafeAnyExt for CloneAny {} [INFO] [stdout] 73 + unsafe impl UnsafeAnyExt for dyn CloneAny {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | unsafe impl UnsafeAnyExt for CloneAny + Send {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 74 - unsafe impl UnsafeAnyExt for CloneAny + Send {} [INFO] [stdout] 74 + unsafe impl UnsafeAnyExt for dyn CloneAny + Send {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe impl UnsafeAnyExt for CloneAny + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 75 - unsafe impl UnsafeAnyExt for CloneAny + Sync {} [INFO] [stdout] 75 + unsafe impl UnsafeAnyExt for dyn CloneAny + Sync {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | unsafe impl UnsafeAnyExt for CloneAny + Send + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 76 - unsafe impl UnsafeAnyExt for CloneAny + Send + Sync {} [INFO] [stdout] 76 + unsafe impl UnsafeAnyExt for dyn CloneAny + Send + Sync {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:83:38 [INFO] [stdout] | [INFO] [stdout] 83 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 83 - unsafe impl Implements for T { [INFO] [stdout] 83 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | unsafe impl Implements<(UnsafeAny + Send)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 - unsafe impl Implements<(UnsafeAny + Send)> for T { [INFO] [stdout] 87 + unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:91:46 [INFO] [stdout] | [INFO] [stdout] 91 | unsafe impl Implements<(UnsafeAny + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 91 - unsafe impl Implements<(UnsafeAny + Sync)> for T { [INFO] [stdout] 91 + unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:95:53 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe impl Implements<(UnsafeAny + Send + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 95 - unsafe impl Implements<(UnsafeAny + Send + Sync)> for T { [INFO] [stdout] 95 + unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 99 - unsafe impl Implements for T { [INFO] [stdout] 99 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:103:45 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe impl Implements<(CloneAny + Send)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 103 - unsafe impl Implements<(CloneAny + Send)> for T { [INFO] [stdout] 103 + unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:107:52 [INFO] [stdout] | [INFO] [stdout] 107 | unsafe impl Implements<(CloneAny + Send + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 107 - unsafe impl Implements<(CloneAny + Send + Sync)> for T { [INFO] [stdout] 107 + unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:111:37 [INFO] [stdout] | [INFO] [stdout] 111 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 111 - unsafe impl Implements for T { [INFO] [stdout] 111 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:115:44 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 115 - unsafe impl Implements for T { [INFO] [stdout] 115 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:119:44 [INFO] [stdout] | [INFO] [stdout] 119 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 119 - unsafe impl Implements for T { [INFO] [stdout] 119 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:123:51 [INFO] [stdout] | [INFO] [stdout] 123 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 123 - unsafe impl Implements for T { [INFO] [stdout] 123 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | fn clone_any(&self) -> Box; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 31 - fn clone_any(&self) -> Box; [INFO] [stdout] 31 + fn clone_any(&self) -> Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 33 - fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] 33 + fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 35 - fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] 35 + fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:37:42 [INFO] [stdout] | [INFO] [stdout] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] 37 + fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] 41 + fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 43 - fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stdout] 43 + fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:47:37 [INFO] [stdout] | [INFO] [stdout] 47 | fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stdout] 47 + fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:51:42 [INFO] [stdout] | [INFO] [stdout] 51 | fn clone_any_send_sync(&self) -> Box [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 - fn clone_any_send_sync(&self) -> Box [INFO] [stdout] 51 + fn clone_any_send_sync(&self) -> Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 - fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stdout] 58 + fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 62 - fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stdout] 62 + fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:66:28 [INFO] [stdout] | [INFO] [stdout] 66 | fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stdout] 66 + fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:70:28 [INFO] [stdout] | [INFO] [stdout] 70 | fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stdout] 70 + fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 84 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 84 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:88:33 [INFO] [stdout] | [INFO] [stdout] 88 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 88 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 92 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 92 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 92 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:96:33 [INFO] [stdout] | [INFO] [stdout] 96 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 96 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:100:33 [INFO] [stdout] | [INFO] [stdout] 100 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 100 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 100 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:104:33 [INFO] [stdout] | [INFO] [stdout] 104 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 104 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 104 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:108:33 [INFO] [stdout] | [INFO] [stdout] 108 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 108 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 108 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:112:33 [INFO] [stdout] | [INFO] [stdout] 112 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 112 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 112 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 116 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 116 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 116 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:120:33 [INFO] [stdout] | [INFO] [stdout] 120 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 120 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 120 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:124:33 [INFO] [stdout] | [INFO] [stdout] 124 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 124 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 124 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `CloneAny` cannot be made into an object [INFO] [stdout] --> src/typemap/internals.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(where_clauses_object_safety)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [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 [INFO] [stdout] --> src/typemap/internals.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub trait CloneAny: Any { [INFO] [stdout] | -------- this trait cannot be made into an object... [INFO] [stdout] ... [INFO] [stdout] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^ ...because method `clone_any_send` references the `Self` type in its `where` clause [INFO] [stdout] = help: consider moving `clone_any_send` to another trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `CloneAny` cannot be made into an object [INFO] [stdout] --> src/typemap/internals.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [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 [INFO] [stdout] --> src/typemap/internals.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub trait CloneAny: Any { [INFO] [stdout] | -------- this trait cannot be made into an object... [INFO] [stdout] ... [INFO] [stdout] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^ ...because method `clone_any_sync` references the `Self` type in its `where` clause [INFO] [stdout] = help: consider moving `clone_any_sync` to another trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `CloneAny` cannot be made into an object [INFO] [stdout] --> src/typemap/internals.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [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 [INFO] [stdout] --> src/typemap/internals.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub trait CloneAny: Any { [INFO] [stdout] | -------- this trait cannot be made into an object... [INFO] [stdout] ... [INFO] [stdout] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ...because method `clone_any_send_sync` references the `Self` type in its `where` clause [INFO] [stdout] = help: consider moving `clone_any_send_sync` to another trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 62 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `Command { std: "docker" "inspect" "802f27c8fb210af94fd61753bb5233f9baf12bc5cb50abbbebbdacce2109206b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "802f27c8fb210af94fd61753bb5233f9baf12bc5cb50abbbebbdacce2109206b", kill_on_drop: false }` [INFO] [stdout] 802f27c8fb210af94fd61753bb5233f9baf12bc5cb50abbbebbdacce2109206b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c4f7553f018d3cdb9f56efe04a72aee3e8144d04318903c9bc3bbd15648c4e9 [INFO] running `Command { std: "docker" "start" "-a" "0c4f7553f018d3cdb9f56efe04a72aee3e8144d04318903c9bc3bbd15648c4e9", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:32:55 [INFO] [stdout] | [INFO] [stdout] 32 | pub trait Extensible { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(missing_docs, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 32 - pub trait Extensible { [INFO] [stdout] 32 + pub trait Extensible { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:41:54 [INFO] [stdout] | [INFO] [stdout] 41 | pub trait Pluggable { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub trait Pluggable { [INFO] [stdout] 41 + pub trait Pluggable { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct TypeMap [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/typemap/mod.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(missing_docs, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 - pub struct TypeMap [INFO] [stdout] 25 + pub struct TypeMap [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | pub type SendMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 38 - pub type SendMap = TypeMap; [INFO] [stdout] 38 + pub type SendMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | pub type SyncMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub type SyncMap = TypeMap; [INFO] [stdout] 41 + pub type SyncMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | pub type ShareMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 - pub type ShareMap = TypeMap; [INFO] [stdout] 44 + pub type ShareMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:47:29 [INFO] [stdout] | [INFO] [stdout] 47 | pub type CloneMap = TypeMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - pub type CloneMap = TypeMap; [INFO] [stdout] 47 + pub type CloneMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:50:34 [INFO] [stdout] | [INFO] [stdout] 50 | pub type ShareCloneMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 50 - pub type ShareCloneMap = TypeMap; [INFO] [stdout] 50 + pub type ShareCloneMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | pub type DebugMap = TypeMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 53 - pub type DebugMap = TypeMap; [INFO] [stdout] 53 + pub type DebugMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:56:34 [INFO] [stdout] | [INFO] [stdout] 56 | pub type ShareDebugMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - pub type ShareDebugMap = TypeMap; [INFO] [stdout] 56 + pub type ShareDebugMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:176:55 [INFO] [stdout] | [INFO] [stdout] 176 | pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 - pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] 176 + pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = dyn UnsafeAny> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:206:65 [INFO] [stdout] | [INFO] [stdout] 206 | pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 206 - pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] 206 + pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = dyn UnsafeAny> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:212:63 [INFO] [stdout] | [INFO] [stdout] 212 | pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 212 - pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] 212 + pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = dyn UnsafeAny> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | unsafe impl UnsafeAnyExt for DebugAny {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - unsafe impl UnsafeAnyExt for DebugAny {} [INFO] [stdout] 16 + unsafe impl UnsafeAnyExt for dyn DebugAny {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | unsafe impl UnsafeAnyExt for DebugAny + Send {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - unsafe impl UnsafeAnyExt for DebugAny + Send {} [INFO] [stdout] 17 + unsafe impl UnsafeAnyExt for dyn DebugAny + Send {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | unsafe impl UnsafeAnyExt for DebugAny + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 18 - unsafe impl UnsafeAnyExt for DebugAny + Sync {} [INFO] [stdout] 18 + unsafe impl UnsafeAnyExt for dyn DebugAny + Sync {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | unsafe impl UnsafeAnyExt for DebugAny + Send + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 19 - unsafe impl UnsafeAnyExt for DebugAny + Send + Sync {} [INFO] [stdout] 19 + unsafe impl UnsafeAnyExt for dyn DebugAny + Send + Sync {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 57 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 57 - impl Clone for Box { [INFO] [stdout] 57 + impl Clone for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 61 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 - impl Clone for Box { [INFO] [stdout] 61 + impl Clone for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 65 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - impl Clone for Box { [INFO] [stdout] 65 + impl Clone for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 - impl Clone for Box { [INFO] [stdout] 69 + impl Clone for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | unsafe impl UnsafeAnyExt for CloneAny {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - unsafe impl UnsafeAnyExt for CloneAny {} [INFO] [stdout] 73 + unsafe impl UnsafeAnyExt for dyn CloneAny {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | unsafe impl UnsafeAnyExt for CloneAny + Send {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 74 - unsafe impl UnsafeAnyExt for CloneAny + Send {} [INFO] [stdout] 74 + unsafe impl UnsafeAnyExt for dyn CloneAny + Send {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe impl UnsafeAnyExt for CloneAny + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 75 - unsafe impl UnsafeAnyExt for CloneAny + Sync {} [INFO] [stdout] 75 + unsafe impl UnsafeAnyExt for dyn CloneAny + Sync {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | unsafe impl UnsafeAnyExt for CloneAny + Send + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 76 - unsafe impl UnsafeAnyExt for CloneAny + Send + Sync {} [INFO] [stdout] 76 + unsafe impl UnsafeAnyExt for dyn CloneAny + Send + Sync {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:83:38 [INFO] [stdout] | [INFO] [stdout] 83 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 83 - unsafe impl Implements for T { [INFO] [stdout] 83 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | unsafe impl Implements<(UnsafeAny + Send)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 - unsafe impl Implements<(UnsafeAny + Send)> for T { [INFO] [stdout] 87 + unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:91:46 [INFO] [stdout] | [INFO] [stdout] 91 | unsafe impl Implements<(UnsafeAny + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 91 - unsafe impl Implements<(UnsafeAny + Sync)> for T { [INFO] [stdout] 91 + unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:95:53 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe impl Implements<(UnsafeAny + Send + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 95 - unsafe impl Implements<(UnsafeAny + Send + Sync)> for T { [INFO] [stdout] 95 + unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 99 - unsafe impl Implements for T { [INFO] [stdout] 99 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:103:45 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe impl Implements<(CloneAny + Send)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 103 - unsafe impl Implements<(CloneAny + Send)> for T { [INFO] [stdout] 103 + unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:107:52 [INFO] [stdout] | [INFO] [stdout] 107 | unsafe impl Implements<(CloneAny + Send + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 107 - unsafe impl Implements<(CloneAny + Send + Sync)> for T { [INFO] [stdout] 107 + unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:111:37 [INFO] [stdout] | [INFO] [stdout] 111 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 111 - unsafe impl Implements for T { [INFO] [stdout] 111 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:115:44 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 115 - unsafe impl Implements for T { [INFO] [stdout] 115 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:119:44 [INFO] [stdout] | [INFO] [stdout] 119 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 119 - unsafe impl Implements for T { [INFO] [stdout] 119 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:123:51 [INFO] [stdout] | [INFO] [stdout] 123 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 123 - unsafe impl Implements for T { [INFO] [stdout] 123 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | fn clone_any(&self) -> Box; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 31 - fn clone_any(&self) -> Box; [INFO] [stdout] 31 + fn clone_any(&self) -> Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 33 - fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] 33 + fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 35 - fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] 35 + fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:37:42 [INFO] [stdout] | [INFO] [stdout] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] 37 + fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] 41 + fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 43 - fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stdout] 43 + fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:47:37 [INFO] [stdout] | [INFO] [stdout] 47 | fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stdout] 47 + fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:51:42 [INFO] [stdout] | [INFO] [stdout] 51 | fn clone_any_send_sync(&self) -> Box [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 - fn clone_any_send_sync(&self) -> Box [INFO] [stdout] 51 + fn clone_any_send_sync(&self) -> Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 - fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stdout] 58 + fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 62 - fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stdout] 62 + fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:66:28 [INFO] [stdout] | [INFO] [stdout] 66 | fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stdout] 66 + fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:70:28 [INFO] [stdout] | [INFO] [stdout] 70 | fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stdout] 70 + fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 84 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 84 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:88:33 [INFO] [stdout] | [INFO] [stdout] 88 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 88 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 92 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 92 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 92 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:96:33 [INFO] [stdout] | [INFO] [stdout] 96 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 96 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:100:33 [INFO] [stdout] | [INFO] [stdout] 100 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 100 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 100 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:104:33 [INFO] [stdout] | [INFO] [stdout] 104 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 104 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 104 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:108:33 [INFO] [stdout] | [INFO] [stdout] 108 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 108 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 108 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:112:33 [INFO] [stdout] | [INFO] [stdout] 112 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 112 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 112 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 116 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 116 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 116 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:120:33 [INFO] [stdout] | [INFO] [stdout] 120 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 120 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 120 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:124:33 [INFO] [stdout] | [INFO] [stdout] 124 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 124 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 124 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `CloneAny` cannot be made into an object [INFO] [stdout] --> src/typemap/internals.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(where_clauses_object_safety)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [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 [INFO] [stdout] --> src/typemap/internals.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub trait CloneAny: Any { [INFO] [stdout] | -------- this trait cannot be made into an object... [INFO] [stdout] ... [INFO] [stdout] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^ ...because method `clone_any_send` references the `Self` type in its `where` clause [INFO] [stdout] = help: consider moving `clone_any_send` to another trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `CloneAny` cannot be made into an object [INFO] [stdout] --> src/typemap/internals.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [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 [INFO] [stdout] --> src/typemap/internals.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub trait CloneAny: Any { [INFO] [stdout] | -------- this trait cannot be made into an object... [INFO] [stdout] ... [INFO] [stdout] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^ ...because method `clone_any_sync` references the `Self` type in its `where` clause [INFO] [stdout] = help: consider moving `clone_any_sync` to another trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `CloneAny` cannot be made into an object [INFO] [stdout] --> src/typemap/internals.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [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 [INFO] [stdout] --> src/typemap/internals.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub trait CloneAny: Any { [INFO] [stdout] | -------- this trait cannot be made into an object... [INFO] [stdout] ... [INFO] [stdout] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ...because method `clone_any_send_sync` references the `Self` type in its `where` clause [INFO] [stdout] = help: consider moving `clone_any_send_sync` to another trait [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ferrum-plugin v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 62 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:32:55 [INFO] [stdout] | [INFO] [stdout] 32 | pub trait Extensible { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(missing_docs, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 32 - pub trait Extensible { [INFO] [stdout] 32 + pub trait Extensible { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:41:54 [INFO] [stdout] | [INFO] [stdout] 41 | pub trait Pluggable { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub trait Pluggable { [INFO] [stdout] 41 + pub trait Pluggable { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | pub type SendMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/typemap/mod.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(missing_docs, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 38 - pub type SendMap = TypeMap; [INFO] [stdout] 38 + pub type SendMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct TypeMap [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 - pub struct TypeMap [INFO] [stdout] 25 + pub struct TypeMap [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | pub type SyncMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub type SyncMap = TypeMap; [INFO] [stdout] 41 + pub type SyncMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | pub type ShareMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 - pub type ShareMap = TypeMap; [INFO] [stdout] 44 + pub type ShareMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:47:29 [INFO] [stdout] | [INFO] [stdout] 47 | pub type CloneMap = TypeMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - pub type CloneMap = TypeMap; [INFO] [stdout] 47 + pub type CloneMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:50:34 [INFO] [stdout] | [INFO] [stdout] 50 | pub type ShareCloneMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 50 - pub type ShareCloneMap = TypeMap; [INFO] [stdout] 50 + pub type ShareCloneMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | pub type DebugMap = TypeMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 53 - pub type DebugMap = TypeMap; [INFO] [stdout] 53 + pub type DebugMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:56:34 [INFO] [stdout] | [INFO] [stdout] 56 | pub type ShareDebugMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - pub type ShareDebugMap = TypeMap; [INFO] [stdout] 56 + pub type ShareDebugMap = TypeMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:176:55 [INFO] [stdout] | [INFO] [stdout] 176 | pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 - pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] 176 + pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = dyn UnsafeAny> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:206:65 [INFO] [stdout] | [INFO] [stdout] 206 | pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 206 - pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] 206 + pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = dyn UnsafeAny> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/mod.rs:212:63 [INFO] [stdout] | [INFO] [stdout] 212 | pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 212 - pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] 212 + pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = dyn UnsafeAny> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:111:21 [INFO] [stdout] | [INFO] [stdout] 111 | impl Extensible<::uany::UnsafeAny + Send> for Extended { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 111 | impl Extensible for Extended { [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:116:20 [INFO] [stdout] | [INFO] [stdout] 116 | impl Pluggable<::uany::UnsafeAny + Send> for Extended {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 116 | impl Pluggable for Extended {} [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | unsafe impl UnsafeAnyExt for DebugAny {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - unsafe impl UnsafeAnyExt for DebugAny {} [INFO] [stdout] 16 + unsafe impl UnsafeAnyExt for dyn DebugAny {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | unsafe impl UnsafeAnyExt for DebugAny + Send {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - unsafe impl UnsafeAnyExt for DebugAny + Send {} [INFO] [stdout] 17 + unsafe impl UnsafeAnyExt for dyn DebugAny + Send {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | unsafe impl UnsafeAnyExt for DebugAny + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 18 - unsafe impl UnsafeAnyExt for DebugAny + Sync {} [INFO] [stdout] 18 + unsafe impl UnsafeAnyExt for dyn DebugAny + Sync {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | unsafe impl UnsafeAnyExt for DebugAny + Send + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 19 - unsafe impl UnsafeAnyExt for DebugAny + Send + Sync {} [INFO] [stdout] 19 + unsafe impl UnsafeAnyExt for dyn DebugAny + Send + Sync {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 57 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 57 - impl Clone for Box { [INFO] [stdout] 57 + impl Clone for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 61 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 - impl Clone for Box { [INFO] [stdout] 61 + impl Clone for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 65 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - impl Clone for Box { [INFO] [stdout] 65 + impl Clone for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 - impl Clone for Box { [INFO] [stdout] 69 + impl Clone for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | unsafe impl UnsafeAnyExt for CloneAny {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - unsafe impl UnsafeAnyExt for CloneAny {} [INFO] [stdout] 73 + unsafe impl UnsafeAnyExt for dyn CloneAny {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `field` [INFO] [stdout] --> examples/default_types.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | field: i32 [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `IntPlugin` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> examples/default_types.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | unsafe impl UnsafeAnyExt for CloneAny + Send {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 74 - unsafe impl UnsafeAnyExt for CloneAny + Send {} [INFO] [stdout] 74 + unsafe impl UnsafeAnyExt for dyn CloneAny + Send {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe impl UnsafeAnyExt for CloneAny + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 75 - unsafe impl UnsafeAnyExt for CloneAny + Sync {} [INFO] [stdout] 75 + unsafe impl UnsafeAnyExt for dyn CloneAny + Sync {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | unsafe impl UnsafeAnyExt for CloneAny + Send + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 76 - unsafe impl UnsafeAnyExt for CloneAny + Send + Sync {} [INFO] [stdout] 76 + unsafe impl UnsafeAnyExt for dyn CloneAny + Send + Sync {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:83:38 [INFO] [stdout] | [INFO] [stdout] 83 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 83 - unsafe impl Implements for T { [INFO] [stdout] 83 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | unsafe impl Implements<(UnsafeAny + Send)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 - unsafe impl Implements<(UnsafeAny + Send)> for T { [INFO] [stdout] 87 + unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:91:46 [INFO] [stdout] | [INFO] [stdout] 91 | unsafe impl Implements<(UnsafeAny + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 91 - unsafe impl Implements<(UnsafeAny + Sync)> for T { [INFO] [stdout] 91 + unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:95:53 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe impl Implements<(UnsafeAny + Send + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 95 - unsafe impl Implements<(UnsafeAny + Send + Sync)> for T { [INFO] [stdout] 95 + unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 99 - unsafe impl Implements for T { [INFO] [stdout] 99 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:103:45 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe impl Implements<(CloneAny + Send)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 103 - unsafe impl Implements<(CloneAny + Send)> for T { [INFO] [stdout] 103 + unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:107:52 [INFO] [stdout] | [INFO] [stdout] 107 | unsafe impl Implements<(CloneAny + Send + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 107 - unsafe impl Implements<(CloneAny + Send + Sync)> for T { [INFO] [stdout] 107 + unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:111:37 [INFO] [stdout] | [INFO] [stdout] 111 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 111 - unsafe impl Implements for T { [INFO] [stdout] 111 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:115:44 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 115 - unsafe impl Implements for T { [INFO] [stdout] 115 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:119:44 [INFO] [stdout] | [INFO] [stdout] 119 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 119 - unsafe impl Implements for T { [INFO] [stdout] 119 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:123:51 [INFO] [stdout] | [INFO] [stdout] 123 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 123 - unsafe impl Implements for T { [INFO] [stdout] 123 + unsafe impl Implements for T { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | fn clone_any(&self) -> Box; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 31 - fn clone_any(&self) -> Box; [INFO] [stdout] 31 + fn clone_any(&self) -> Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 33 - fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] 33 + fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 35 - fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] 35 + fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:37:42 [INFO] [stdout] | [INFO] [stdout] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] 37 + fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] 41 + fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 43 - fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stdout] 43 + fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:47:37 [INFO] [stdout] | [INFO] [stdout] 47 | fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stdout] 47 + fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:51:42 [INFO] [stdout] | [INFO] [stdout] 51 | fn clone_any_send_sync(&self) -> Box [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 - fn clone_any_send_sync(&self) -> Box [INFO] [stdout] 51 + fn clone_any_send_sync(&self) -> Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 - fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stdout] 58 + fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 62 - fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stdout] 62 + fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:66:28 [INFO] [stdout] | [INFO] [stdout] 66 | fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stdout] 66 + fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:70:28 [INFO] [stdout] | [INFO] [stdout] 70 | fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stdout] 70 + fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 84 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 84 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:88:33 [INFO] [stdout] | [INFO] [stdout] 88 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 88 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 92 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 92 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 92 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:96:33 [INFO] [stdout] | [INFO] [stdout] 96 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 96 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:100:33 [INFO] [stdout] | [INFO] [stdout] 100 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 100 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 100 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:104:33 [INFO] [stdout] | [INFO] [stdout] 104 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 104 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 104 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:108:33 [INFO] [stdout] | [INFO] [stdout] 108 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 108 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 108 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:112:33 [INFO] [stdout] | [INFO] [stdout] 112 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 112 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 112 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 116 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 116 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 116 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:120:33 [INFO] [stdout] | [INFO] [stdout] 120 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 120 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 120 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/typemap/internals.rs:124:33 [INFO] [stdout] | [INFO] [stdout] 124 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 124 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] 124 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `CloneAny` cannot be made into an object [INFO] [stdout] --> src/typemap/internals.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(where_clauses_object_safety)]` implied by `#[warn(warnings)]` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [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 [INFO] [stdout] --> src/typemap/internals.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub trait CloneAny: Any { [INFO] [stdout] | -------- this trait cannot be made into an object... [INFO] [stdout] ... [INFO] [stdout] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^ ...because method `clone_any_send` references the `Self` type in its `where` clause [INFO] [stdout] = help: consider moving `clone_any_send` to another trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `CloneAny` cannot be made into an object [INFO] [stdout] --> src/typemap/internals.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [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 [INFO] [stdout] --> src/typemap/internals.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub trait CloneAny: Any { [INFO] [stdout] | -------- this trait cannot be made into an object... [INFO] [stdout] ... [INFO] [stdout] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^ ...because method `clone_any_sync` references the `Self` type in its `where` clause [INFO] [stdout] = help: consider moving `clone_any_sync` to another trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the trait `CloneAny` cannot be made into an object [INFO] [stdout] --> src/typemap/internals.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #51443 [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 [INFO] [stdout] --> src/typemap/internals.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub trait CloneAny: Any { [INFO] [stdout] | -------- this trait cannot be made into an object... [INFO] [stdout] ... [INFO] [stdout] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ...because method `clone_any_send_sync` references the `Self` type in its `where` clause [INFO] [stdout] = help: consider moving `clone_any_send_sync` to another trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 64 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.67s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/ferrum_plugin-1c320e4a186c7013) [INFO] running `Command { std: "docker" "inspect" "0c4f7553f018d3cdb9f56efe04a72aee3e8144d04318903c9bc3bbd15648c4e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c4f7553f018d3cdb9f56efe04a72aee3e8144d04318903c9bc3bbd15648c4e9", kill_on_drop: false }` [INFO] [stdout] 0c4f7553f018d3cdb9f56efe04a72aee3e8144d04318903c9bc3bbd15648c4e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f276e6c61bca92ad37502fb386bb36e375976730353d86b05253188981cfd7b8 [INFO] running `Command { std: "docker" "start" "-a" "f276e6c61bca92ad37502fb386bb36e375976730353d86b05253188981cfd7b8", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:32:55 [INFO] [stderr] | [INFO] [stderr] 32 | pub trait Extensible { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(missing_docs, warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 32 - pub trait Extensible { [INFO] [stderr] 32 + pub trait Extensible { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:41:54 [INFO] [stderr] | [INFO] [stderr] 41 | pub trait Pluggable { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 41 - pub trait Pluggable { [INFO] [stderr] 41 + pub trait Pluggable { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:25:32 [INFO] [stderr] | [INFO] [stderr] 25 | pub struct TypeMap [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/typemap/mod.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(missing_docs, warnings)] [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 25 - pub struct TypeMap [INFO] [stderr] 25 + pub struct TypeMap [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:38:28 [INFO] [stderr] | [INFO] [stderr] 38 | pub type SendMap = TypeMap; [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 38 - pub type SendMap = TypeMap; [INFO] [stderr] 38 + pub type SendMap = TypeMap; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:41:28 [INFO] [stderr] | [INFO] [stderr] 41 | pub type SyncMap = TypeMap; [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 41 - pub type SyncMap = TypeMap; [INFO] [stderr] 41 + pub type SyncMap = TypeMap; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:44:29 [INFO] [stderr] | [INFO] [stderr] 44 | pub type ShareMap = TypeMap; [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 44 - pub type ShareMap = TypeMap; [INFO] [stderr] 44 + pub type ShareMap = TypeMap; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:47:29 [INFO] [stderr] | [INFO] [stderr] 47 | pub type CloneMap = TypeMap; [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 47 - pub type CloneMap = TypeMap; [INFO] [stderr] 47 + pub type CloneMap = TypeMap; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:50:34 [INFO] [stderr] | [INFO] [stderr] 50 | pub type ShareCloneMap = TypeMap; [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 50 - pub type ShareCloneMap = TypeMap; [INFO] [stderr] 50 + pub type ShareCloneMap = TypeMap; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:53:29 [INFO] [stderr] | [INFO] [stderr] 53 | pub type DebugMap = TypeMap; [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 53 - pub type DebugMap = TypeMap; [INFO] [stderr] 53 + pub type DebugMap = TypeMap; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:56:34 [INFO] [stderr] | [INFO] [stderr] 56 | pub type ShareDebugMap = TypeMap; [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 56 - pub type ShareDebugMap = TypeMap; [INFO] [stderr] 56 + pub type ShareDebugMap = TypeMap; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:176:55 [INFO] [stderr] | [INFO] [stderr] 176 | pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 176 - pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stderr] 176 + pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = dyn UnsafeAny> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:206:65 [INFO] [stderr] | [INFO] [stderr] 206 | pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 206 - pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stderr] 206 + pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = dyn UnsafeAny> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:212:63 [INFO] [stderr] | [INFO] [stderr] 212 | pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 212 - pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stderr] 212 + pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = dyn UnsafeAny> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:16:30 [INFO] [stderr] | [INFO] [stderr] 16 | unsafe impl UnsafeAnyExt for DebugAny {} [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 16 - unsafe impl UnsafeAnyExt for DebugAny {} [INFO] [stderr] 16 + unsafe impl UnsafeAnyExt for dyn DebugAny {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:17:30 [INFO] [stderr] | [INFO] [stderr] 17 | unsafe impl UnsafeAnyExt for DebugAny + Send {} [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 17 - unsafe impl UnsafeAnyExt for DebugAny + Send {} [INFO] [stderr] 17 + unsafe impl UnsafeAnyExt for dyn DebugAny + Send {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:18:30 [INFO] [stderr] | [INFO] [stderr] 18 | unsafe impl UnsafeAnyExt for DebugAny + Sync {} [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 18 - unsafe impl UnsafeAnyExt for DebugAny + Sync {} [INFO] [stderr] 18 + unsafe impl UnsafeAnyExt for dyn DebugAny + Sync {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:19:30 [INFO] [stderr] | [INFO] [stderr] 19 | unsafe impl UnsafeAnyExt for DebugAny + Send + Sync {} [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 19 - unsafe impl UnsafeAnyExt for DebugAny + Send + Sync {} [INFO] [stderr] 19 + unsafe impl UnsafeAnyExt for dyn DebugAny + Send + Sync {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:57:20 [INFO] [stderr] | [INFO] [stderr] 57 | impl Clone for Box { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 57 - impl Clone for Box { [INFO] [stderr] 57 + impl Clone for Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:61:20 [INFO] [stderr] | [INFO] [stderr] 61 | impl Clone for Box { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 61 - impl Clone for Box { [INFO] [stderr] 61 + impl Clone for Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:65:20 [INFO] [stderr] | [INFO] [stderr] 65 | impl Clone for Box { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 65 - impl Clone for Box { [INFO] [stderr] 65 + impl Clone for Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:69:20 [INFO] [stderr] | [INFO] [stderr] 69 | impl Clone for Box { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 69 - impl Clone for Box { [INFO] [stderr] 69 + impl Clone for Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | unsafe impl UnsafeAnyExt for CloneAny {} [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 73 - unsafe impl UnsafeAnyExt for CloneAny {} [INFO] [stderr] 73 + unsafe impl UnsafeAnyExt for dyn CloneAny {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:74:30 [INFO] [stderr] | [INFO] [stderr] 74 | unsafe impl UnsafeAnyExt for CloneAny + Send {} [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 74 - unsafe impl UnsafeAnyExt for CloneAny + Send {} [INFO] [stderr] 74 + unsafe impl UnsafeAnyExt for dyn CloneAny + Send {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:75:30 [INFO] [stderr] | [INFO] [stderr] 75 | unsafe impl UnsafeAnyExt for CloneAny + Sync {} [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 75 - unsafe impl UnsafeAnyExt for CloneAny + Sync {} [INFO] [stderr] 75 + unsafe impl UnsafeAnyExt for dyn CloneAny + Sync {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:76:30 [INFO] [stderr] | [INFO] [stderr] 76 | unsafe impl UnsafeAnyExt for CloneAny + Send + Sync {} [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 76 - unsafe impl UnsafeAnyExt for CloneAny + Send + Sync {} [INFO] [stderr] 76 + unsafe impl UnsafeAnyExt for dyn CloneAny + Send + Sync {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:83:38 [INFO] [stderr] | [INFO] [stderr] 83 | unsafe impl Implements for T { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 83 - unsafe impl Implements for T { [INFO] [stderr] 83 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:87:46 [INFO] [stderr] | [INFO] [stderr] 87 | unsafe impl Implements<(UnsafeAny + Send)> for T { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 87 - unsafe impl Implements<(UnsafeAny + Send)> for T { [INFO] [stderr] 87 + unsafe impl Implements<(dyn UnsafeAny + Send)> for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:91:46 [INFO] [stderr] | [INFO] [stderr] 91 | unsafe impl Implements<(UnsafeAny + Sync)> for T { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 91 - unsafe impl Implements<(UnsafeAny + Sync)> for T { [INFO] [stderr] 91 + unsafe impl Implements<(dyn UnsafeAny + Sync)> for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:95:53 [INFO] [stderr] | [INFO] [stderr] 95 | unsafe impl Implements<(UnsafeAny + Send + Sync)> for T { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 95 - unsafe impl Implements<(UnsafeAny + Send + Sync)> for T { [INFO] [stderr] 95 + unsafe impl Implements<(dyn UnsafeAny + Send + Sync)> for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:99:37 [INFO] [stderr] | [INFO] [stderr] 99 | unsafe impl Implements for T { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 99 - unsafe impl Implements for T { [INFO] [stderr] 99 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:103:45 [INFO] [stderr] | [INFO] [stderr] 103 | unsafe impl Implements<(CloneAny + Send)> for T { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 103 - unsafe impl Implements<(CloneAny + Send)> for T { [INFO] [stderr] 103 + unsafe impl Implements<(dyn CloneAny + Send)> for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:107:52 [INFO] [stderr] | [INFO] [stderr] 107 | unsafe impl Implements<(CloneAny + Send + Sync)> for T { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 107 - unsafe impl Implements<(CloneAny + Send + Sync)> for T { [INFO] [stderr] 107 + unsafe impl Implements<(dyn CloneAny + Send + Sync)> for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:111:37 [INFO] [stderr] | [INFO] [stderr] 111 | unsafe impl Implements for T { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 111 - unsafe impl Implements for T { [INFO] [stderr] 111 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:115:44 [INFO] [stderr] | [INFO] [stderr] 115 | unsafe impl Implements for T { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 115 - unsafe impl Implements for T { [INFO] [stderr] 115 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:119:44 [INFO] [stderr] | [INFO] [stderr] 119 | unsafe impl Implements for T { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 119 - unsafe impl Implements for T { [INFO] [stderr] 119 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:123:51 [INFO] [stderr] | [INFO] [stderr] 123 | unsafe impl Implements for T { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 123 - unsafe impl Implements for T { [INFO] [stderr] 123 + unsafe impl Implements for T { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:31:32 [INFO] [stderr] | [INFO] [stderr] 31 | fn clone_any(&self) -> Box; [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 31 - fn clone_any(&self) -> Box; [INFO] [stderr] 31 + fn clone_any(&self) -> Box; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:33:37 [INFO] [stderr] | [INFO] [stderr] 33 | fn clone_any_send(&self) -> Box where Self: Send; [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 33 - fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stderr] 33 + fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:35:37 [INFO] [stderr] | [INFO] [stderr] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 35 - fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stderr] 35 + fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 37 - fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stderr] 37 + fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:41:32 [INFO] [stderr] | [INFO] [stderr] 41 | fn clone_any(&self) -> Box { Box::new(self.clone()) } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 41 - fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stderr] 41 + fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:43:37 [INFO] [stderr] | [INFO] [stderr] 43 | fn clone_any_send(&self) -> Box where Self: Send { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 43 - fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stderr] 43 + fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:47:37 [INFO] [stderr] | [INFO] [stderr] 47 | fn clone_any_sync(&self) -> Box where Self: Sync { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 47 - fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stderr] 47 + fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:51:42 [INFO] [stderr] | [INFO] [stderr] 51 | fn clone_any_send_sync(&self) -> Box [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 51 - fn clone_any_send_sync(&self) -> Box [INFO] [stderr] 51 + fn clone_any_send_sync(&self) -> Box [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:58:28 [INFO] [stderr] | [INFO] [stderr] 58 | fn clone(&self) -> Box { (**self).clone_any() } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 58 - fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stderr] 58 + fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:62:28 [INFO] [stderr] | [INFO] [stderr] 62 | fn clone(&self) -> Box { (**self).clone_any_send() } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 62 - fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stderr] 62 + fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:66:28 [INFO] [stderr] | [INFO] [stderr] 66 | fn clone(&self) -> Box { (**self).clone_any_sync() } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 66 - fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stderr] 66 + fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:70:28 [INFO] [stderr] | [INFO] [stderr] 70 | fn clone(&self) -> Box { (**self).clone_any_send_sync() } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 70 - fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stderr] 70 + fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:84:33 [INFO] [stderr] | [INFO] [stderr] 84 | fn into_object(self) -> Box { Box::new(self) } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 84 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] 84 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:88:33 [INFO] [stderr] | [INFO] [stderr] 88 | fn into_object(self) -> Box { Box::new(self) } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 88 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] 88 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:92:33 [INFO] [stderr] | [INFO] [stderr] 92 | fn into_object(self) -> Box { Box::new(self) } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 92 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] 92 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:96:33 [INFO] [stderr] | [INFO] [stderr] 96 | fn into_object(self) -> Box { Box::new(self) } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 96 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] 96 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:100:33 [INFO] [stderr] | [INFO] [stderr] 100 | fn into_object(self) -> Box { Box::new(self) } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 100 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] 100 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:104:33 [INFO] [stderr] | [INFO] [stderr] 104 | fn into_object(self) -> Box { Box::new(self) } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 104 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] 104 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:108:33 [INFO] [stderr] | [INFO] [stderr] 108 | fn into_object(self) -> Box { Box::new(self) } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 108 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] 108 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:112:33 [INFO] [stderr] | [INFO] [stderr] 112 | fn into_object(self) -> Box { Box::new(self) } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 112 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] 112 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:116:33 [INFO] [stderr] | [INFO] [stderr] 116 | fn into_object(self) -> Box { Box::new(self) } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 116 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] 116 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:120:33 [INFO] [stderr] | [INFO] [stderr] 120 | fn into_object(self) -> Box { Box::new(self) } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 120 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] 120 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/internals.rs:124:33 [INFO] [stderr] | [INFO] [stderr] 124 | fn into_object(self) -> Box { Box::new(self) } [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 124 - fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] 124 + fn into_object(self) -> Box { Box::new(self) } [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: the trait `CloneAny` cannot be made into an object [INFO] [stderr] --> src/typemap/internals.rs:33:8 [INFO] [stderr] | [INFO] [stderr] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(where_clauses_object_safety)]` implied by `#[warn(warnings)]` [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] 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 [INFO] [stderr] --> src/typemap/internals.rs:33:8 [INFO] [stderr] | [INFO] [stderr] 29 | pub trait CloneAny: Any { [INFO] [stderr] | -------- this trait cannot be made into an object... [INFO] [stderr] ... [INFO] [stderr] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stderr] | ^^^^^^^^^^^^^^ ...because method `clone_any_send` references the `Self` type in its `where` clause [INFO] [stderr] = help: consider moving `clone_any_send` to another trait [INFO] [stderr] [INFO] [stderr] warning: the trait `CloneAny` cannot be made into an object [INFO] [stderr] --> src/typemap/internals.rs:35:8 [INFO] [stderr] | [INFO] [stderr] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] 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 [INFO] [stderr] --> src/typemap/internals.rs:35:8 [INFO] [stderr] | [INFO] [stderr] 29 | pub trait CloneAny: Any { [INFO] [stderr] | -------- this trait cannot be made into an object... [INFO] [stderr] ... [INFO] [stderr] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^ ...because method `clone_any_sync` references the `Self` type in its `where` clause [INFO] [stderr] = help: consider moving `clone_any_sync` to another trait [INFO] [stderr] [INFO] [stderr] warning: the trait `CloneAny` cannot be made into an object [INFO] [stderr] --> src/typemap/internals.rs:37:8 [INFO] [stderr] | [INFO] [stderr] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] 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 [INFO] [stderr] --> src/typemap/internals.rs:37:8 [INFO] [stderr] | [INFO] [stderr] 29 | pub trait CloneAny: Any { [INFO] [stderr] | -------- this trait cannot be made into an object... [INFO] [stderr] ... [INFO] [stderr] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ...because method `clone_any_send_sync` references the `Self` type in its `where` clause [INFO] [stderr] = help: consider moving `clone_any_send_sync` to another trait [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:38:28 [INFO] [stderr] | [INFO] [stderr] 38 | pub type SendMap = TypeMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/typemap/mod.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(missing_docs, warnings)] [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 38 - pub type SendMap = TypeMap; [INFO] [stderr] 38 + pub type SendMap = TypeMap; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/typemap/mod.rs:25:32 [INFO] [stderr] | [INFO] [stderr] 25 | pub struct TypeMap [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 25 - pub struct TypeMap [INFO] [stderr] 25 + pub struct TypeMap [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:111:21 [INFO] [stderr] | [INFO] [stderr] 111 | impl Extensible<::uany::UnsafeAny + Send> for Extended { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 111 | impl Extensible for Extended { [INFO] [stderr] | +++++ + [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:116:20 [INFO] [stderr] | [INFO] [stderr] 116 | impl Pluggable<::uany::UnsafeAny + Send> for Extended {} [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 116 | impl Pluggable for Extended {} [INFO] [stderr] | +++++ + [INFO] [stderr] [INFO] [stderr] warning: `ferrum-plugin` (lib) generated 62 warnings [INFO] [stderr] warning: `ferrum-plugin` (lib test) generated 64 warnings (60 duplicates) [INFO] [stderr] warning: field is never read: `field` [INFO] [stderr] --> examples/default_types.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | field: i32 [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `IntPlugin` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> examples/default_types.rs:23:10 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `ferrum-plugin` (example "default_types") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ferrum_plugin-1c320e4a186c7013) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test typemap::test::test_clonemap ... ok [INFO] [stdout] test typemap::test::test_debugmap ... ok [INFO] [stdout] test typemap::test::test_pairing ... ok [INFO] [stdout] test typemap::test::test_remove ... ok [INFO] [stdout] test test::test_simple ... ok [INFO] [stdout] test typemap::test::test_custom_bounds ... ok [INFO] [stdout] test typemap::test::test_entry ... ok [INFO] [stdout] test test::test_custom_return_type ... ok [INFO] [stdout] test test::test_resize ... ok [INFO] [stdout] test typemap::test::test_entry_or_insert ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests ferrum-plugin [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f276e6c61bca92ad37502fb386bb36e375976730353d86b05253188981cfd7b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f276e6c61bca92ad37502fb386bb36e375976730353d86b05253188981cfd7b8", kill_on_drop: false }` [INFO] [stdout] f276e6c61bca92ad37502fb386bb36e375976730353d86b05253188981cfd7b8