[INFO] fetching crate typemap 0.3.3... [INFO] checking typemap-0.3.3 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate typemap 0.3.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate typemap 0.3.3 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate typemap 0.3.3 [INFO] finished tweaking crates.io crate typemap 0.3.3 [INFO] tweaked toml for crates.io crate typemap 0.3.3 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 878dedb9968f1a33eb98d5e29faa71b4428587a802453aa75f9ce6626fdc706b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "878dedb9968f1a33eb98d5e29faa71b4428587a802453aa75f9ce6626fdc706b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "878dedb9968f1a33eb98d5e29faa71b4428587a802453aa75f9ce6626fdc706b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "878dedb9968f1a33eb98d5e29faa71b4428587a802453aa75f9ce6626fdc706b", kill_on_drop: false }` [INFO] [stdout] 878dedb9968f1a33eb98d5e29faa71b4428587a802453aa75f9ce6626fdc706b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b5e1c55d06ac954b3c34d20828f74375b0358c0f10054892cde8f0f59e90923 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2b5e1c55d06ac954b3c34d20828f74375b0358c0f10054892cde8f0f59e90923", kill_on_drop: false }` [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Checking typemap v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct TypeMap [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [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: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:40:28 [INFO] [stdout] | [INFO] [stdout] 40 | pub type SendMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:43:28 [INFO] [stdout] | [INFO] [stdout] 43 | pub type SyncMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | pub type ShareMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | pub type CloneMap = TypeMap; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:52:34 [INFO] [stdout] | [INFO] [stdout] 52 | pub type ShareCloneMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:55:29 [INFO] [stdout] | [INFO] [stdout] 55 | pub type DebugMap = TypeMap; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DebugAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:58:34 [INFO] [stdout] | [INFO] [stdout] 58 | pub type ShareDebugMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:178:55 [INFO] [stdout] | [INFO] [stdout] 178 | pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:185:50 [INFO] [stdout] | [INFO] [stdout] 185 | impl<'a, K: Key, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> Entry<'a, K, A> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:208:65 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:214:63 [INFO] [stdout] | [INFO] [stdout] 214 | pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | unsafe impl UnsafeAnyExt for DebugAny {} [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DebugAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | unsafe impl UnsafeAnyExt for DebugAny + Send {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | unsafe impl UnsafeAnyExt for DebugAny + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | unsafe impl UnsafeAnyExt for DebugAny + Send + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | fn clone_any(&self) -> Box; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:37:42 [INFO] [stdout] | [INFO] [stdout] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:47:37 [INFO] [stdout] | [INFO] [stdout] 47 | fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:51:42 [INFO] [stdout] | [INFO] [stdout] 51 | fn clone_any_send_sync(&self) -> Box [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 57 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 61 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 65 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:66:28 [INFO] [stdout] | [INFO] [stdout] 66 | fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:70:28 [INFO] [stdout] | [INFO] [stdout] 70 | fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | unsafe impl UnsafeAnyExt for CloneAny {} [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | unsafe impl UnsafeAnyExt for CloneAny + Send {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe impl UnsafeAnyExt for CloneAny + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | unsafe impl UnsafeAnyExt for CloneAny + Send + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:83:38 [INFO] [stdout] | [INFO] [stdout] 83 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | unsafe impl Implements<(UnsafeAny + Send)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:88:33 [INFO] [stdout] | [INFO] [stdout] 88 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:91:46 [INFO] [stdout] | [INFO] [stdout] 91 | unsafe impl Implements<(UnsafeAny + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 92 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:95:53 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe impl Implements<(UnsafeAny + Send + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:96:33 [INFO] [stdout] | [INFO] [stdout] 96 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:100:33 [INFO] [stdout] | [INFO] [stdout] 100 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:103:45 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe impl Implements<(CloneAny + Send)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:104:33 [INFO] [stdout] | [INFO] [stdout] 104 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:107:52 [INFO] [stdout] | [INFO] [stdout] 107 | unsafe impl Implements<(CloneAny + Send + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:108:33 [INFO] [stdout] | [INFO] [stdout] 108 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:111:37 [INFO] [stdout] | [INFO] [stdout] 111 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DebugAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:112:33 [INFO] [stdout] | [INFO] [stdout] 112 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DebugAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:115:44 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 116 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:119:44 [INFO] [stdout] | [INFO] [stdout] 119 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:120:33 [INFO] [stdout] | [INFO] [stdout] 120 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:123:51 [INFO] [stdout] | [INFO] [stdout] 123 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:124:33 [INFO] [stdout] | [INFO] [stdout] 124 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: defaults for type parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions. [INFO] [stdout] --> src/lib.rs:185:18 [INFO] [stdout] | [INFO] [stdout] 185 | impl<'a, K: Key, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> Entry<'a, K, A> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(invalid_type_param_default)]` on by default [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 #36887 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 59 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `typemap` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct TypeMap [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [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: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:40:28 [INFO] [stdout] | [INFO] [stdout] 40 | pub type SendMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:43:28 [INFO] [stdout] | [INFO] [stdout] 43 | pub type SyncMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | pub type ShareMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | pub type CloneMap = TypeMap; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:52:34 [INFO] [stdout] | [INFO] [stdout] 52 | pub type ShareCloneMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:55:29 [INFO] [stdout] | [INFO] [stdout] 55 | pub type DebugMap = TypeMap; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DebugAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:58:34 [INFO] [stdout] | [INFO] [stdout] 58 | pub type ShareDebugMap = TypeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:178:55 [INFO] [stdout] | [INFO] [stdout] 178 | pub enum Entry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:185:50 [INFO] [stdout] | [INFO] [stdout] 185 | impl<'a, K: Key, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> Entry<'a, K, A> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:208:65 [INFO] [stdout] | [INFO] [stdout] 208 | pub struct OccupiedEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:214:63 [INFO] [stdout] | [INFO] [stdout] 214 | pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | unsafe impl UnsafeAnyExt for DebugAny {} [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DebugAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | unsafe impl UnsafeAnyExt for DebugAny + Send {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | unsafe impl UnsafeAnyExt for DebugAny + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | unsafe impl UnsafeAnyExt for DebugAny + Send + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | fn clone_any(&self) -> Box; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:37:42 [INFO] [stdout] | [INFO] [stdout] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn clone_any(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | fn clone_any_send(&self) -> Box where Self: Send { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:47:37 [INFO] [stdout] | [INFO] [stdout] 47 | fn clone_any_sync(&self) -> Box where Self: Sync { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:51:42 [INFO] [stdout] | [INFO] [stdout] 51 | fn clone_any_send_sync(&self) -> Box [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 57 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | fn clone(&self) -> Box { (**self).clone_any() } [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 61 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | fn clone(&self) -> Box { (**self).clone_any_send() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 65 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:66:28 [INFO] [stdout] | [INFO] [stdout] 66 | fn clone(&self) -> Box { (**self).clone_any_sync() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | impl Clone for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:70:28 [INFO] [stdout] | [INFO] [stdout] 70 | fn clone(&self) -> Box { (**self).clone_any_send_sync() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | unsafe impl UnsafeAnyExt for CloneAny {} [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | unsafe impl UnsafeAnyExt for CloneAny + Send {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe impl UnsafeAnyExt for CloneAny + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | unsafe impl UnsafeAnyExt for CloneAny + Send + Sync {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:83:38 [INFO] [stdout] | [INFO] [stdout] 83 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:87:46 [INFO] [stdout] | [INFO] [stdout] 87 | unsafe impl Implements<(UnsafeAny + Send)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:88:33 [INFO] [stdout] | [INFO] [stdout] 88 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:91:46 [INFO] [stdout] | [INFO] [stdout] 91 | unsafe impl Implements<(UnsafeAny + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 92 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:95:53 [INFO] [stdout] | [INFO] [stdout] 95 | unsafe impl Implements<(UnsafeAny + Send + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:96:33 [INFO] [stdout] | [INFO] [stdout] 96 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:100:33 [INFO] [stdout] | [INFO] [stdout] 100 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:103:45 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe impl Implements<(CloneAny + Send)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:104:33 [INFO] [stdout] | [INFO] [stdout] 104 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:107:52 [INFO] [stdout] | [INFO] [stdout] 107 | unsafe impl Implements<(CloneAny + Send + Sync)> for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:108:33 [INFO] [stdout] | [INFO] [stdout] 108 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:111:37 [INFO] [stdout] | [INFO] [stdout] 111 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DebugAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:112:33 [INFO] [stdout] | [INFO] [stdout] 112 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn DebugAny` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:115:44 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 116 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:119:44 [INFO] [stdout] | [INFO] [stdout] 119 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:120:33 [INFO] [stdout] | [INFO] [stdout] 120 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:123:51 [INFO] [stdout] | [INFO] [stdout] 123 | unsafe impl Implements for T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internals.rs:124:33 [INFO] [stdout] | [INFO] [stdout] 124 | fn into_object(self) -> Box { Box::new(self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugAny + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: defaults for type parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions. [INFO] [stdout] --> src/lib.rs:185:18 [INFO] [stdout] | [INFO] [stdout] 185 | impl<'a, K: Key, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> Entry<'a, K, A> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(invalid_type_param_default)]` on by default [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 #36887 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 59 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2b5e1c55d06ac954b3c34d20828f74375b0358c0f10054892cde8f0f59e90923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b5e1c55d06ac954b3c34d20828f74375b0358c0f10054892cde8f0f59e90923", kill_on_drop: false }` [INFO] [stdout] 2b5e1c55d06ac954b3c34d20828f74375b0358c0f10054892cde8f0f59e90923