[INFO] crate query_interface 0.3.5 is already in cache
[INFO] checking query_interface-0.3.5 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate query_interface 0.3.5 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate query_interface 0.3.5 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate query_interface 0.3.5
[INFO] finished tweaking crates.io crate query_interface 0.3.5
[INFO] tweaked toml for crates.io crate query_interface 0.3.5 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 85243e9bd28551b08af06ee861d5898c6f8c2da9808c6239e154f49c7b7e6ae4
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "85243e9bd28551b08af06ee861d5898c6f8c2da9808c6239e154f49c7b7e6ae4"`
[INFO] [stderr]     Checking query_interface v0.3.5 (/opt/rustwide/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:257:7
[INFO] [stderr]     |
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     |       ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:161:51
[INFO] [stderr]     |
[INFO] [stderr] 161 |                 if let Some(x) = self.query_ref::<$crate::ObjectPartialEq>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectPartialEq`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:168:51
[INFO] [stderr]     |
[INFO] [stderr] 168 |                 if let Some(x) = self.query_ref::<$crate::ObjectPartialOrd>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectPartialOrd`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:257:7
[INFO] [stderr]     |
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     |       ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:183:34
[INFO] [stderr]     |
[INFO] [stderr] 183 |                 self.query_ref::<$crate::ObjectClone>().expect("Object not clonable!").obj_clone().query::<$name>().unwrap()
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectClone`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:188:51
[INFO] [stderr]     |
[INFO] [stderr] 188 |                 if let Some(o) = self.query_ref::<::std::fmt::Debug>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::fmt::Debug)`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:199:51
[INFO] [stderr]     |
[INFO] [stderr] 199 |                 if let Some(x) = self.query_ref::<$crate::ObjectEq>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectEq`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:215:51
[INFO] [stderr]     |
[INFO] [stderr] 215 |                 if let Some(x) = self.query_ref::<$crate::ObjectOrd>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectOrd`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:225:51
[INFO] [stderr]     |
[INFO] [stderr] 225 |                 if let Some(x) = self.query_ref::<$crate::ObjectHash>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectHash`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:264:32
[INFO] [stderr]     |
[INFO] [stderr] 264 |     fn obj_clone(&self) -> Box<Object>;
[INFO] [stderr]     |                                ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:267:32
[INFO] [stderr]     |
[INFO] [stderr] 267 |     fn obj_clone(&self) -> Box<Object> {
[INFO] [stderr]     |                                ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:276:30
[INFO] [stderr]     |
[INFO] [stderr] 276 |     fn obj_eq(&self, other: &Object) -> bool;
[INFO] [stderr]     |                              ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:279:30
[INFO] [stderr]     |
[INFO] [stderr] 279 |     fn obj_eq(&self, other: &Object) -> bool {
[INFO] [stderr]     |                              ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:298:39
[INFO] [stderr]     |
[INFO] [stderr] 298 |     fn obj_partial_cmp(&self, other: &Object) -> Option<Ordering>;
[INFO] [stderr]     |                                       ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:301:39
[INFO] [stderr]     |
[INFO] [stderr] 301 |     fn obj_partial_cmp(&self, other: &Object) -> Option<Ordering> {
[INFO] [stderr]     |                                       ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:314:31
[INFO] [stderr]     |
[INFO] [stderr] 314 |     fn obj_cmp(&self, other: &Object) -> Option<Ordering>;
[INFO] [stderr]     |                               ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:317:31
[INFO] [stderr]     |
[INFO] [stderr] 317 |     fn obj_cmp(&self, other: &Object) -> Option<Ordering> {
[INFO] [stderr]     |                               ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:333:36
[INFO] [stderr]     |
[INFO] [stderr] 333 |     fn obj_hash(&self, state: &mut Hasher);
[INFO] [stderr]     |                                    ^^^^^^ help: use `dyn`: `dyn Hasher`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:336:36
[INFO] [stderr]     |
[INFO] [stderr] 336 |     fn obj_hash(&self, state: &mut Hasher) {
[INFO] [stderr]     |                                    ^^^^^^ help: use `dyn`: `dyn Hasher`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:4
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |    ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:17
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:24
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                        ^^^^^^^ help: use `dyn`: `dyn Display`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:33
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:50
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:68
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                    ^^^^^^^^ help: use `dyn`: `dyn ObjectEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:78
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                              ^^^^^^^^^ help: use `dyn`: `dyn ObjectOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:89
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                                         ^^^^^^^^^^ help: use `dyn`: `dyn ObjectHash`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:101
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                                                     ^^^^^^^^ help: use `dyn`: `dyn ToString`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `dynamic_interfaces` in this scope
[INFO] [stderr]    --> src/lib.rs:574:9
[INFO] [stderr]     |
[INFO] [stderr] 574 |         dynamic_interfaces! {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:257:7
[INFO] [stderr]     |
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     |       ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:161:51
[INFO] [stderr]     |
[INFO] [stderr] 161 |                 if let Some(x) = self.query_ref::<$crate::ObjectPartialEq>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectPartialEq`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:168:51
[INFO] [stderr]     |
[INFO] [stderr] 168 |                 if let Some(x) = self.query_ref::<$crate::ObjectPartialOrd>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectPartialOrd`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:257:7
[INFO] [stderr]     |
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     |       ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:183:34
[INFO] [stderr]     |
[INFO] [stderr] 183 |                 self.query_ref::<$crate::ObjectClone>().expect("Object not clonable!").obj_clone().query::<$name>().unwrap()
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectClone`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:188:51
[INFO] [stderr]     |
[INFO] [stderr] 188 |                 if let Some(o) = self.query_ref::<::std::fmt::Debug>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::fmt::Debug)`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:199:51
[INFO] [stderr]     |
[INFO] [stderr] 199 |                 if let Some(x) = self.query_ref::<$crate::ObjectEq>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectEq`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:215:51
[INFO] [stderr]     |
[INFO] [stderr] 215 |                 if let Some(x) = self.query_ref::<$crate::ObjectOrd>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectOrd`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:225:51
[INFO] [stderr]     |
[INFO] [stderr] 225 |                 if let Some(x) = self.query_ref::<$crate::ObjectHash>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectHash`
[INFO] [stderr] ...
[INFO] [stderr] 257 | mopo!(Object);
[INFO] [stderr]     | -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:264:32
[INFO] [stderr]     |
[INFO] [stderr] 264 |     fn obj_clone(&self) -> Box<Object>;
[INFO] [stderr]     |                                ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:267:32
[INFO] [stderr]     |
[INFO] [stderr] 267 |     fn obj_clone(&self) -> Box<Object> {
[INFO] [stderr]     |                                ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:276:30
[INFO] [stderr]     |
[INFO] [stderr] 276 |     fn obj_eq(&self, other: &Object) -> bool;
[INFO] [stderr]     |                              ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:279:30
[INFO] [stderr]     |
[INFO] [stderr] 279 |     fn obj_eq(&self, other: &Object) -> bool {
[INFO] [stderr]     |                              ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:298:39
[INFO] [stderr]     |
[INFO] [stderr] 298 |     fn obj_partial_cmp(&self, other: &Object) -> Option<Ordering>;
[INFO] [stderr]     |                                       ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:301:39
[INFO] [stderr]     |
[INFO] [stderr] 301 |     fn obj_partial_cmp(&self, other: &Object) -> Option<Ordering> {
[INFO] [stderr]     |                                       ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:314:31
[INFO] [stderr]     |
[INFO] [stderr] 314 |     fn obj_cmp(&self, other: &Object) -> Option<Ordering>;
[INFO] [stderr]     |                               ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:317:31
[INFO] [stderr]     |
[INFO] [stderr] 317 |     fn obj_cmp(&self, other: &Object) -> Option<Ordering> {
[INFO] [stderr]     |                               ^^^^^^ help: use `dyn`: `dyn Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:333:36
[INFO] [stderr]     |
[INFO] [stderr] 333 |     fn obj_hash(&self, state: &mut Hasher);
[INFO] [stderr]     |                                    ^^^^^^ help: use `dyn`: `dyn Hasher`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:336:36
[INFO] [stderr]     |
[INFO] [stderr] 336 |     fn obj_hash(&self, state: &mut Hasher) {
[INFO] [stderr]     |                                    ^^^^^^ help: use `dyn`: `dyn Hasher`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:4
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |    ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:17
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:24
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                        ^^^^^^^ help: use `dyn`: `dyn Display`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:33
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:50
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:68
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                    ^^^^^^^^ help: use `dyn`: `dyn ObjectEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:78
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                              ^^^^^^^^^ help: use `dyn`: `dyn ObjectOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:89
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                                         ^^^^^^^^^^ help: use `dyn`: `dyn ObjectHash`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:431:101
[INFO] [stderr]     |
[INFO] [stderr] 431 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                                                     ^^^^^^^^ help: use `dyn`: `dyn ToString`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 434 | / interfaces!({
[INFO] [stderr] 435 | |     f32, f64
[INFO] [stderr] 436 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     | |_____________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:436:4
[INFO] [stderr]     |
[INFO] [stderr] 436 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     |    ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:436:17
[INFO] [stderr]     |
[INFO] [stderr] 436 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:436:24
[INFO] [stderr]     |
[INFO] [stderr] 436 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     |                        ^^^^^^^ help: use `dyn`: `dyn Display`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:436:33
[INFO] [stderr]     |
[INFO] [stderr] 436 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:436:50
[INFO] [stderr]     |
[INFO] [stderr] 436 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:436:68
[INFO] [stderr]     |
[INFO] [stderr] 436 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     |                                                                    ^^^^^^^^ help: use `dyn`: `dyn ToString`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 434 | / interfaces!({
[INFO] [stderr] 435 | |     f32, f64
[INFO] [stderr] 436 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     | |_____________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 434 | / interfaces!({
[INFO] [stderr] 435 | |     f32, f64
[INFO] [stderr] 436 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     | |_____________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 434 | / interfaces!({
[INFO] [stderr] 435 | |     f32, f64
[INFO] [stderr] 436 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     | |_____________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 434 | / interfaces!({
[INFO] [stderr] 435 | |     f32, f64
[INFO] [stderr] 436 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     | |_____________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 434 | / interfaces!({
[INFO] [stderr] 435 | |     f32, f64
[INFO] [stderr] 436 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     | |_____________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |         interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:21
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                     ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:34
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                  ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:41
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                         ^^^^^^^ help: use `dyn`: `dyn Display`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:50
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:67
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:85
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                                     ^^^^^^^^ help: use `dyn`: `dyn ObjectEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:95
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                                               ^^^^^^^^^ help: use `dyn`: `dyn ObjectOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:106
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                                                          ^^^^^^^^^^ help: use `dyn`: `dyn ObjectHash`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:118
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                                                                      ^^^^^^^^ help: use `dyn`: `dyn ToString`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 429 | / interfaces!({
[INFO] [stderr] 430 | |     bool, i8, u8, i16, u16, i32, u32, i64, u64, char
[INFO] [stderr] 431 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | |______________________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                 } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                     Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 434 | / interfaces!({
[INFO] [stderr] 435 | |     f32, f64
[INFO] [stderr] 436 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     | |_____________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:436:4
[INFO] [stderr]     |
[INFO] [stderr] 436 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     |    ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:436:17
[INFO] [stderr]     |
[INFO] [stderr] 436 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:436:24
[INFO] [stderr]     |
[INFO] [stderr] 436 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     |                        ^^^^^^^ help: use `dyn`: `dyn Display`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:436:33
[INFO] [stderr]     |
[INFO] [stderr] 436 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:436:50
[INFO] [stderr]     |
[INFO] [stderr] 436 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |         interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:22
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                      ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:35
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                   ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:42
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:59
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:77
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                             ^^^^^^^^ help: use `dyn`: `dyn ObjectEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:87
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                                       ^^^^^^^^^ help: use `dyn`: `dyn ObjectOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:98
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                                                  ^^^^^^^^^^ help: use `dyn`: `dyn ObjectHash`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                 } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:436:68
[INFO] [stderr]     |
[INFO] [stderr] 436 | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     |                                                                    ^^^^^^^^ help: use `dyn`: `dyn ToString`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 434 | / interfaces!({
[INFO] [stderr] 435 | |     f32, f64
[INFO] [stderr] 436 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     | |_____________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 434 | / interfaces!({
[INFO] [stderr] 435 | |     f32, f64
[INFO] [stderr] 436 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     | |_____________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 434 | / interfaces!({
[INFO] [stderr] 435 | |     f32, f64
[INFO] [stderr] 436 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     | |_____________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                     Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 434 | / interfaces!({
[INFO] [stderr] 435 | |     f32, f64
[INFO] [stderr] 436 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     | |_____________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:4
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |    ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:17
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:24
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 434 | / interfaces!({
[INFO] [stderr] 435 | |     f32, f64
[INFO] [stderr] 436 | | }: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ToString);
[INFO] [stderr]     | |_____________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:41
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:59
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                           ^^^^^^^^ help: use `dyn`: `dyn ObjectEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:69
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                     ^^^^^^^^^ help: use `dyn`: `dyn ObjectOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:80
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                                ^^^^^^^^^^ help: use `dyn`: `dyn ObjectHash`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |         interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:21
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                     ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:34
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                  ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:41
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                         ^^^^^^^ help: use `dyn`: `dyn Display`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:50
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:67
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:85
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                                     ^^^^^^^^ help: use `dyn`: `dyn ObjectEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:95
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                                               ^^^^^^^^^ help: use `dyn`: `dyn ObjectOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:106
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                                                          ^^^^^^^^^^ help: use `dyn`: `dyn ObjectHash`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:439:118
[INFO] [stderr]     |
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     |                                                                                                                      ^^^^^^^^ help: use `dyn`: `dyn ToString`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                 } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                     Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 439 | interfaces!(String: ObjectClone, Debug, Display, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash, ToString);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |         interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:22
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                      ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:35
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                   ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:42
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:59
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:77
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                             ^^^^^^^^ help: use `dyn`: `dyn ObjectEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:87
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                                       ^^^^^^^^^ help: use `dyn`: `dyn ObjectOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:442:98
[INFO] [stderr]     |
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                                                  ^^^^^^^^^^ help: use `dyn`: `dyn ObjectHash`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                 } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                     Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 442 | interfaces!(PathBuf: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:4
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |    ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:17
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:24
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:41
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:59
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                           ^^^^^^^^ help: use `dyn`: `dyn ObjectEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:69
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                     ^^^^^^^^^ help: use `dyn`: `dyn ObjectOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:447:80
[INFO] [stderr]     |
[INFO] [stderr] 447 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                                ^^^^^^^^^^ help: use `dyn`: `dyn ObjectHash`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 448 | / interfaces!({
[INFO] [stderr] 449 | |     Vec<f32>, Vec<f64>
[INFO] [stderr] 450 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     | |__________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:450:4
[INFO] [stderr]     |
[INFO] [stderr] 450 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     |    ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:450:17
[INFO] [stderr]     |
[INFO] [stderr] 450 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:450:24
[INFO] [stderr]     |
[INFO] [stderr] 450 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:450:41
[INFO] [stderr]     |
[INFO] [stderr] 450 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 448 | / interfaces!({
[INFO] [stderr] 449 | |     Vec<f32>, Vec<f64>
[INFO] [stderr] 450 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     | |__________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 448 | / interfaces!({
[INFO] [stderr] 449 | |     Vec<f32>, Vec<f64>
[INFO] [stderr] 450 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     | |__________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 448 | / interfaces!({
[INFO] [stderr] 449 | |     Vec<f32>, Vec<f64>
[INFO] [stderr] 450 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     | |__________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 448 | / interfaces!({
[INFO] [stderr] 449 | |     Vec<f32>, Vec<f64>
[INFO] [stderr] 450 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     | |__________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 448 | / interfaces!({
[INFO] [stderr] 449 | |     Vec<f32>, Vec<f64>
[INFO] [stderr] 450 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     | |__________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 451 | / interfaces!({
[INFO] [stderr] 452 | |     Vec<String>, Vec<PathBuf>
[INFO] [stderr] 453 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:4
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |    ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:17
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:24
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:41
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:59
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                           ^^^^^^^^ help: use `dyn`: `dyn ObjectEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:69
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                     ^^^^^^^^^ help: use `dyn`: `dyn ObjectOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:80
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                                ^^^^^^^^^^ help: use `dyn`: `dyn ObjectHash`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 451 | / interfaces!({
[INFO] [stderr] 452 | |     Vec<String>, Vec<PathBuf>
[INFO] [stderr] 453 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 451 | / interfaces!({
[INFO] [stderr] 452 | |     Vec<String>, Vec<PathBuf>
[INFO] [stderr] 453 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 451 | / interfaces!({
[INFO] [stderr] 452 | |     Vec<String>, Vec<PathBuf>
[INFO] [stderr] 453 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 451 | / interfaces!({
[INFO] [stderr] 452 | |     Vec<String>, Vec<PathBuf>
[INFO] [stderr] 453 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 451 | / interfaces!({
[INFO] [stderr] 452 | |     Vec<String>, Vec<PathBuf>
[INFO] [stderr] 453 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 445 | / interfaces!({
[INFO] [stderr] 446 | |     Vec<bool>, Vec<i8>, Vec<u8>, Vec<i16>, Vec<u16>, Vec<i32>, Vec<u32>, Vec<i64>, Vec<u64>, Vec<char>
[INFO] [stderr] 447 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 448 | / interfaces!({
[INFO] [stderr] 449 | |     Vec<f32>, Vec<f64>
[INFO] [stderr] 450 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     | |__________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:450:4
[INFO] [stderr]     |
[INFO] [stderr] 450 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     |    ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:450:17
[INFO] [stderr]     |
[INFO] [stderr] 450 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:450:24
[INFO] [stderr]     |
[INFO] [stderr] 450 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:450:41
[INFO] [stderr]     |
[INFO] [stderr] 450 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 448 | / interfaces!({
[INFO] [stderr] 449 | |     Vec<f32>, Vec<f64>
[INFO] [stderr] 450 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     | |__________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 448 | / interfaces!({
[INFO] [stderr] 449 | |     Vec<f32>, Vec<f64>
[INFO] [stderr] 450 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     | |__________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 448 | / interfaces!({
[INFO] [stderr] 449 | |     Vec<f32>, Vec<f64>
[INFO] [stderr] 450 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     | |__________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 448 | / interfaces!({
[INFO] [stderr] 449 | |     Vec<f32>, Vec<f64>
[INFO] [stderr] 450 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     | |__________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 448 | / interfaces!({
[INFO] [stderr] 449 | |     Vec<f32>, Vec<f64>
[INFO] [stderr] 450 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd);
[INFO] [stderr]     | |__________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 451 | / interfaces!({
[INFO] [stderr] 452 | |     Vec<String>, Vec<PathBuf>
[INFO] [stderr] 453 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:4
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |    ^^^^^^^^^^^ help: use `dyn`: `dyn ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:17
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                 ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:24
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:41
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectPartialOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:59
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                           ^^^^^^^^ help: use `dyn`: `dyn ObjectEq`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:69
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                     ^^^^^^^^^ help: use `dyn`: `dyn ObjectOrd`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:453:80
[INFO] [stderr]     |
[INFO] [stderr] 453 | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     |                                                                                ^^^^^^^^^^ help: use `dyn`: `dyn ObjectHash`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 451 | / interfaces!({
[INFO] [stderr] 452 | |     Vec<String>, Vec<PathBuf>
[INFO] [stderr] 453 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 451 | / interfaces!({
[INFO] [stderr] 452 | |     Vec<String>, Vec<PathBuf>
[INFO] [stderr] 453 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |           interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 451 | / interfaces!({
[INFO] [stderr] 452 | |     Vec<String>, Vec<PathBuf>
[INFO] [stderr] 453 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                   } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 451 | / interfaces!({
[INFO] [stderr] 452 | |     Vec<String>, Vec<PathBuf>
[INFO] [stderr] 453 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                       Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 451 | / interfaces!({
[INFO] [stderr] 452 | |     Vec<String>, Vec<PathBuf>
[INFO] [stderr] 453 | | }: ObjectClone, Debug, ObjectPartialEq, ObjectPartialOrd, ObjectEq, ObjectOrd, ObjectHash);
[INFO] [stderr]     | |___________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |         interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 464 |     interfaces!(Bar: Foo, super::ObjectClone, Debug, Custom);
[INFO] [stderr]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:464:22
[INFO] [stderr]     |
[INFO] [stderr] 464 |     interfaces!(Bar: Foo, super::ObjectClone, Debug, Custom);
[INFO] [stderr]     |                      ^^^ help: use `dyn`: `dyn Foo`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:464:27
[INFO] [stderr]     |
[INFO] [stderr] 464 |     interfaces!(Bar: Foo, super::ObjectClone, Debug, Custom);
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn super::ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:464:47
[INFO] [stderr]     |
[INFO] [stderr] 464 |     interfaces!(Bar: Foo, super::ObjectClone, Debug, Custom);
[INFO] [stderr]     |                                               ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:464:54
[INFO] [stderr]     |
[INFO] [stderr] 464 |     interfaces!(Bar: Foo, super::ObjectClone, Debug, Custom);
[INFO] [stderr]     |                                                      ^^^^^^ help: use `dyn`: `dyn Custom`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                 } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 464 |     interfaces!(Bar: Foo, super::ObjectClone, Debug, Custom);
[INFO] [stderr]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                     Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 464 |     interfaces!(Bar: Foo, super::ObjectClone, Debug, Custom);
[INFO] [stderr]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |         interfaces!(@unbracket $imp ($crate::HasInterface<$crate::Object> for $name) $cond ({}));
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 477 |     interfaces!(<T: Debug + 'static> GenericBar<T>: super::ObjectClone, Debug where T: Clone);
[INFO] [stderr]     |     ------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:477:53
[INFO] [stderr]     |
[INFO] [stderr] 477 |     interfaces!(<T: Debug + 'static> GenericBar<T>: super::ObjectClone, Debug where T: Clone);
[INFO] [stderr]     |                                                     ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn super::ObjectClone`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:477:73
[INFO] [stderr]     |
[INFO] [stderr] 477 |     interfaces!(<T: Debug + 'static> GenericBar<T>: super::ObjectClone, Debug where T: Clone);
[INFO] [stderr]     |                                                                         ^^^^^ help: use `dyn`: `dyn Debug`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:368:58
[INFO] [stderr]     |
[INFO] [stderr] 368 |                 } else if id == ::std::any::TypeId::of::<$crate::Object>() {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 477 |     interfaces!(<T: Debug + 'static> GenericBar<T>: super::ObjectClone, Debug where T: Clone);
[INFO] [stderr]     |     ------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:369:47
[INFO] [stderr]     |
[INFO] [stderr] 369 |                     Some(vtable_for!($name as $crate::Object))
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::Object`
[INFO] [stderr] ...
[INFO] [stderr] 477 |     interfaces!(<T: Debug + 'static> GenericBar<T>: super::ObjectClone, Debug where T: Clone);
[INFO] [stderr]     |     ------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:481:38
[INFO] [stderr]     |
[INFO] [stderr] 481 |         let x = Box::new(Bar) as Box<super::Object>;
[INFO] [stderr]     |                                      ^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:482:26
[INFO] [stderr]     |
[INFO] [stderr] 482 |         let foo: Option<&Foo> = x.query_ref();
[INFO] [stderr]     |                          ^^^ help: use `dyn`: `dyn Foo`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:485:27
[INFO] [stderr]     |
[INFO] [stderr] 485 |         let foo2: Option<&Foo2> = x.query_ref();
[INFO] [stderr]     |                           ^^^^ help: use `dyn`: `dyn Foo2`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:493:42
[INFO] [stderr]     |
[INFO] [stderr] 493 |         let mut x = Box::new(Bar) as Box<super::Object>;
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:495:37
[INFO] [stderr]     |
[INFO] [stderr] 495 |             let foo = x.query_mut::<Foo>();
[INFO] [stderr]     |                                     ^^^ help: use `dyn`: `dyn Foo`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:500:38
[INFO] [stderr]     |
[INFO] [stderr] 500 |             let foo2 = x.query_mut::<Foo2>();
[INFO] [stderr]     |                                      ^^^^ help: use `dyn`: `dyn Foo2`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:511:38
[INFO] [stderr]     |
[INFO] [stderr] 511 |         let x = Box::new(Bar) as Box<super::Object>;
[INFO] [stderr]     |                                      ^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:512:29
[INFO] [stderr]     |
[INFO] [stderr] 512 |         let foo: Result<Box<Foo>, _> = x.clone().query();
[INFO] [stderr]     |                             ^^^ help: use `dyn`: `dyn Foo`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:515:30
[INFO] [stderr]     |
[INFO] [stderr] 515 |         let foo2: Result<Box<Foo2>, _> = x.clone().query();
[INFO] [stderr]     |                              ^^^^ help: use `dyn`: `dyn Foo2`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:523:36
[INFO] [stderr]     |
[INFO] [stderr] 523 |         let x = Rc::new(Bar) as Rc<super::Object>;
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:524:28
[INFO] [stderr]     |
[INFO] [stderr] 524 |         let foo: Result<Rc<Foo>, _> = super::Object::query_rc(x.clone());
[INFO] [stderr]     |                            ^^^ help: use `dyn`: `dyn Foo`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:527:29
[INFO] [stderr]     |
[INFO] [stderr] 527 |         let foo2: Result<Rc<Foo2>, _> = super::Object::query_rc(x.clone());
[INFO] [stderr]     |                             ^^^^ help: use `dyn`: `dyn Foo2`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:535:38
[INFO] [stderr]     |
[INFO] [stderr] 535 |         let x = Arc::new(Bar) as Arc<super::Object>;
[INFO] [stderr]     |                                      ^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:536:29
[INFO] [stderr]     |
[INFO] [stderr] 536 |         let foo: Result<Arc<Foo>, _> = super::Object::query_arc(x.clone());
[INFO] [stderr]     |                             ^^^ help: use `dyn`: `dyn Foo`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:539:30
[INFO] [stderr]     |
[INFO] [stderr] 539 |         let foo2: Result<Arc<Foo2>, _> = super::Object::query_arc(x.clone());
[INFO] [stderr]     |                              ^^^^ help: use `dyn`: `dyn Foo2`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:547:11
[INFO] [stderr]     |
[INFO] [stderr] 547 |     mopo!(Custom);
[INFO] [stderr]     |           ^^^^^^ help: use `dyn`: `dyn Custom`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:161:51
[INFO] [stderr]     |
[INFO] [stderr] 161 |                 if let Some(x) = self.query_ref::<$crate::ObjectPartialEq>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectPartialEq`
[INFO] [stderr] ...
[INFO] [stderr] 547 |     mopo!(Custom);
[INFO] [stderr]     |     -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:168:51
[INFO] [stderr]     |
[INFO] [stderr] 168 |                 if let Some(x) = self.query_ref::<$crate::ObjectPartialOrd>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectPartialOrd`
[INFO] [stderr] ...
[INFO] [stderr] 547 |     mopo!(Custom);
[INFO] [stderr]     |     -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:183:34
[INFO] [stderr]     |
[INFO] [stderr] 183 |                 self.query_ref::<$crate::ObjectClone>().expect("Object not clonable!").obj_clone().query::<$name>().unwrap()
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectClone`
[INFO] [stderr] ...
[INFO] [stderr] 547 |     mopo!(Custom);
[INFO] [stderr]     |     -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:188:51
[INFO] [stderr]     |
[INFO] [stderr] 188 |                 if let Some(o) = self.query_ref::<::std::fmt::Debug>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::fmt::Debug)`
[INFO] [stderr] ...
[INFO] [stderr] 547 |     mopo!(Custom);
[INFO] [stderr]     |     -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:199:51
[INFO] [stderr]     |
[INFO] [stderr] 199 |                 if let Some(x) = self.query_ref::<$crate::ObjectEq>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectEq`
[INFO] [stderr] ...
[INFO] [stderr] 547 |     mopo!(Custom);
[INFO] [stderr]     |     -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:215:51
[INFO] [stderr]     |
[INFO] [stderr] 215 |                 if let Some(x) = self.query_ref::<$crate::ObjectOrd>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectOrd`
[INFO] [stderr] ...
[INFO] [stderr] 547 |     mopo!(Custom);
[INFO] [stderr]     |     -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:225:51
[INFO] [stderr]     |
[INFO] [stderr] 225 |                 if let Some(x) = self.query_ref::<$crate::ObjectHash>() {
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::ObjectHash`
[INFO] [stderr] ...
[INFO] [stderr] 547 |     mopo!(Custom);
[INFO] [stderr]     |     -------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:551:38
[INFO] [stderr]     |
[INFO] [stderr] 551 |         let x = Box::new(Bar) as Box<Custom>;
[INFO] [stderr]     |                                      ^^^^^^ help: use `dyn`: `dyn Custom`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:552:29
[INFO] [stderr]     |
[INFO] [stderr] 552 |         let foo: Result<Box<Foo>, _> = x.clone().query();
[INFO] [stderr]     |                             ^^^ help: use `dyn`: `dyn Foo`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:555:30
[INFO] [stderr]     |
[INFO] [stderr] 555 |         let foo2: Result<Box<Foo2>, _> = x.clone().query();
[INFO] [stderr]     |                              ^^^^ help: use `dyn`: `dyn Foo2`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:570:38
[INFO] [stderr]     |
[INFO] [stderr] 570 |         let x = Box::new(Bar) as Box<super::Object>;
[INFO] [stderr]     |                                      ^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:571:27
[INFO] [stderr]     |
[INFO] [stderr] 571 |         let dyn1: Option<&Dynamic> = x.query_ref();
[INFO] [stderr]     |                           ^^^^^^^ help: use `dyn`: `dyn Dynamic`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:578:27
[INFO] [stderr]     |
[INFO] [stderr] 578 |         let dyn2: Option<&Dynamic> = x.query_ref();
[INFO] [stderr]     |                           ^^^^^^^ help: use `dyn`: `dyn Dynamic`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:584:28
[INFO] [stderr]     |
[INFO] [stderr] 584 |         Box::new(1) as Box<super::Object>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:585:31
[INFO] [stderr]     |
[INFO] [stderr] 585 |         Box::new(1f32) as Box<super::Object>;
[INFO] [stderr]     |                               ^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:586:45
[INFO] [stderr]     |
[INFO] [stderr] 586 |         Box::new("test".to_string()) as Box<super::Object>;
[INFO] [stderr]     |                                             ^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Object`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:587:38
[INFO] [stderr]     |
[INFO] [stderr] 587 |         Box::new(vec![1,2,3]) as Box<super::Object>;
[INFO] [stderr]     |                                      ^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Object`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `query_interface`.
[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] [stderr] error: build failed
[INFO] running `"docker" "inspect" "85243e9bd28551b08af06ee861d5898c6f8c2da9808c6239e154f49c7b7e6ae4"`
[INFO] running `"docker" "rm" "-f" "85243e9bd28551b08af06ee861d5898c6f8c2da9808c6239e154f49c7b7e6ae4"`
[INFO] [stdout] 85243e9bd28551b08af06ee861d5898c6f8c2da9808c6239e154f49c7b7e6ae4
