[INFO] crate anymap 0.12.1 is already in cache
[INFO] testing anymap-0.12.1 against 1.44.0 for beta-1.45-1
[INFO] extracting crate anymap 0.12.1 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate anymap 0.12.1 on toolchain 1.44.0
[INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate anymap 0.12.1
[INFO] finished tweaking crates.io crate anymap 0.12.1
[INFO] tweaked toml for crates.io crate anymap 0.12.1 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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" "+1.44.0" "build" "--frozen"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 23fcfe88823fb2d02b0729c372d57ac3456d8b2e4daf717b4d3c7eba0a2f3810
[INFO] running `"docker" "start" "-a" "23fcfe88823fb2d02b0729c372d57ac3456d8b2e4daf717b4d3c7eba0a2f3810"`
[INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted
[INFO] [stderr] Compiling anymap v0.12.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr] --> src/any.rs:54:9
[INFO] [stderr] |
[INFO] [stderr] 54 | /// A type to emulate dynamic typing with cloning.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:55:9
[INFO] [stderr] |
[INFO] [stderr] 55 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:56:9
[INFO] [stderr] |
[INFO] [stderr] 56 | /// Every type with no non-`'static` references that implements `Clone` implements `Any`.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:60:9
[INFO] [stderr] |
[INFO] [stderr] 60 | /// See the [`std::any` documentation](https://doc.rust-lang.org/std/any/index.html) for
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:61:9
[INFO] [stderr] |
[INFO] [stderr] 61 | /// more details on `Any` in general.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:62:9
[INFO] [stderr] |
[INFO] [stderr] 62 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:63:9
[INFO] [stderr] |
[INFO] [stderr] 63 | /// This trait is not `std::any::Any` but rather a type extending that for this library’s
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:64:9
[INFO] [stderr] |
[INFO] [stderr] 64 | /// purposes so that it can be combined with marker traits like
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:65:9
[INFO] [stderr] |
[INFO] [stderr] 65 | /// src/any.rs:66:9
[INFO] [stderr] |
[INFO] [stderr] 66 | /// href=http://doc.rust-lang.org/std/marker/trait.Send.html>Send
and
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:67:9
[INFO] [stderr] |
[INFO] [stderr] 67 | /// src/any.rs:68:9
[INFO] [stderr] |
[INFO] [stderr] 68 | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync
.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:69:9
[INFO] [stderr] |
[INFO] [stderr] 69 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:48:9
[INFO] [stderr] |
[INFO] [stderr] 48 | /// A type to emulate dynamic typing.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:49:9
[INFO] [stderr] |
[INFO] [stderr] 49 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:50:9
[INFO] [stderr] |
[INFO] [stderr] 50 | /// Every type with no non-`'static` references implements `Any`.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:60:9
[INFO] [stderr] |
[INFO] [stderr] 60 | /// See the [`std::any` documentation](https://doc.rust-lang.org/std/any/index.html) for
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:61:9
[INFO] [stderr] |
[INFO] [stderr] 61 | /// more details on `Any` in general.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:62:9
[INFO] [stderr] |
[INFO] [stderr] 62 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:63:9
[INFO] [stderr] |
[INFO] [stderr] 63 | /// This trait is not `std::any::Any` but rather a type extending that for this library’s
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:64:9
[INFO] [stderr] |
[INFO] [stderr] 64 | /// purposes so that it can be combined with marker traits like
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:65:9
[INFO] [stderr] |
[INFO] [stderr] 65 | /// src/any.rs:66:9
[INFO] [stderr] |
[INFO] [stderr] 66 | /// href=http://doc.rust-lang.org/std/marker/trait.Send.html>Send
and
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:67:9
[INFO] [stderr] |
[INFO] [stderr] 67 | /// src/any.rs:68:9
[INFO] [stderr] |
[INFO] [stderr] 68 | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync
.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:69:9
[INFO] [stderr] |
[INFO] [stderr] 69 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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/any.rs:12:35
[INFO] [stderr] |
[INFO] [stderr] 12 | fn clone_to_any(&self) -> Box;
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[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/any.rs:15:40
[INFO] [stderr] |
[INFO] [stderr] 15 | fn clone_to_any_send(&self) -> Box where Self: Send;
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:18:40
[INFO] [stderr] |
[INFO] [stderr] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync;
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:21:45
[INFO] [stderr] |
[INFO] [stderr] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:26:35
[INFO] [stderr] |
[INFO] [stderr] 26 | fn clone_to_any(&self) -> Box {
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:31:40
[INFO] [stderr] |
[INFO] [stderr] 31 | fn clone_to_any_send(&self) -> Box where Self: Send {
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:36:40
[INFO] [stderr] |
[INFO] [stderr] 36 | fn clone_to_any_sync(&self) -> Box where Self: Sync {
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:41:45
[INFO] [stderr] |
[INFO] [stderr] 41 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 145 | implement!(Any,);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 145 | implement!(Any,);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 145 | implement!(Any,);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 145 | implement!(Any,);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 146 | implement!(Any, + Send);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 146 | implement!(Any, + Send);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 146 | implement!(Any, + Send);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 146 | implement!(Any, + Send);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 147 | implement!(Any, + Sync);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 147 | implement!(Any, + Sync);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 147 | implement!(Any, + Sync);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 147 | implement!(Any, + Sync);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 148 | implement!(Any, + Send + Sync);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 148 | implement!(Any, + Send + Sync);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 148 | implement!(Any, + Send + Sync);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 148 | implement!(Any, + Send + Sync);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 149 | implement!(CloneAny,);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 149 | implement!(CloneAny,);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 149 | implement!(CloneAny,);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 149 | implement!(CloneAny,);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 150 | implement!(CloneAny, + Send);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 150 | implement!(CloneAny, + Send);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 150 | implement!(CloneAny, + Send);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 150 | implement!(CloneAny, + Send);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 151 | implement!(CloneAny, + Sync);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 151 | implement!(CloneAny, + Sync);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 151 | implement!(CloneAny, + Sync);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 151 | implement!(CloneAny, + Sync);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 152 | implement!(CloneAny, + Send + Sync);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 152 | implement!(CloneAny, + Send + Sync);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 152 | implement!(CloneAny, + Send + Sync);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 152 | implement!(CloneAny, + Send + Sync);
[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/any.rs:155:13
[INFO] [stderr] |
[INFO] [stderr] 155 | impl_clone!(CloneAny, clone_to_any);
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:156:14
[INFO] [stderr] |
[INFO] [stderr] 156 | impl_clone!((CloneAny + Send), clone_to_any_send);
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:157:14
[INFO] [stderr] |
[INFO] [stderr] 157 | impl_clone!((CloneAny + Sync), clone_to_any_sync);
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:158:14
[INFO] [stderr] |
[INFO] [stderr] 158 | impl_clone!((CloneAny + Send + Sync), clone_to_any_send_sync);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/raw.rs:59:49
[INFO] [stderr] |
[INFO] [stderr] 59 | pub struct RawMap {
[INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lib.rs:120:46
[INFO] [stderr] |
[INFO] [stderr] 120 | pub struct Map {
[INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lib.rs:139:23
[INFO] [stderr] |
[INFO] [stderr] 139 | pub type AnyMap = Map;
[INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr]
[INFO] [stderr] warning: the trait `any::CloneToAny` cannot be made into an object
[INFO] [stderr] --> src/any.rs:15:8
[INFO] [stderr] |
[INFO] [stderr] 10 | pub trait CloneToAny {
[INFO] [stderr] | ---------- this trait cannot be made into an object...
[INFO] [stderr] ...
[INFO] [stderr] 15 | fn clone_to_any_send(&self) -> Box where Self: Send;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ...because method `clone_to_any_send` references the `Self` type in its `where` clause
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(where_clauses_object_safety)]` on by default
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #51443
[INFO] [stderr] = help: consider moving `clone_to_any_send` to another trait
[INFO] [stderr]
[INFO] [stderr] warning: the trait `any::CloneToAny` cannot be made into an object
[INFO] [stderr] --> src/any.rs:18:8
[INFO] [stderr] |
[INFO] [stderr] 10 | pub trait CloneToAny {
[INFO] [stderr] | ---------- this trait cannot be made into an object...
[INFO] [stderr] ...
[INFO] [stderr] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ...because method `clone_to_any_sync` references the `Self` type in its `where` clause
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #51443
[INFO] [stderr] = help: consider moving `clone_to_any_sync` to another trait
[INFO] [stderr]
[INFO] [stderr] warning: the trait `any::CloneToAny` cannot be made into an object
[INFO] [stderr] --> src/any.rs:21:8
[INFO] [stderr] |
[INFO] [stderr] 10 | pub trait CloneToAny {
[INFO] [stderr] | ---------- this trait cannot be made into an object...
[INFO] [stderr] ...
[INFO] [stderr] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ ...because method `clone_to_any_send_sync` references the `Self` type in its `where` clause
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #51443
[INFO] [stderr] = help: consider moving `clone_to_any_send_sync` to another trait
[INFO] [stderr]
[INFO] [stderr] warning: 76 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s
[INFO] running `"docker" "inspect" "23fcfe88823fb2d02b0729c372d57ac3456d8b2e4daf717b4d3c7eba0a2f3810"`
[INFO] running `"docker" "rm" "-f" "23fcfe88823fb2d02b0729c372d57ac3456d8b2e4daf717b4d3c7eba0a2f3810"`
[INFO] [stdout] 23fcfe88823fb2d02b0729c372d57ac3456d8b2e4daf717b4d3c7eba0a2f3810
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"`
[INFO] [stdout] bd7e44cfe540c2dc89f83a576b1a8c3586f01fcf81018a2e6e1ceff121759646
[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" "bd7e44cfe540c2dc89f83a576b1a8c3586f01fcf81018a2e6e1ceff121759646"`
[INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted
[INFO] [stderr] Compiling anymap v0.12.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr] --> src/any.rs:54:9
[INFO] [stderr] |
[INFO] [stderr] 54 | /// A type to emulate dynamic typing with cloning.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:55:9
[INFO] [stderr] |
[INFO] [stderr] 55 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:56:9
[INFO] [stderr] |
[INFO] [stderr] 56 | /// Every type with no non-`'static` references that implements `Clone` implements `Any`.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:60:9
[INFO] [stderr] |
[INFO] [stderr] 60 | /// See the [`std::any` documentation](https://doc.rust-lang.org/std/any/index.html) for
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:61:9
[INFO] [stderr] |
[INFO] [stderr] 61 | /// more details on `Any` in general.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:62:9
[INFO] [stderr] |
[INFO] [stderr] 62 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:63:9
[INFO] [stderr] |
[INFO] [stderr] 63 | /// This trait is not `std::any::Any` but rather a type extending that for this library’s
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:64:9
[INFO] [stderr] |
[INFO] [stderr] 64 | /// purposes so that it can be combined with marker traits like
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:65:9
[INFO] [stderr] |
[INFO] [stderr] 65 | /// src/any.rs:66:9
[INFO] [stderr] |
[INFO] [stderr] 66 | /// href=http://doc.rust-lang.org/std/marker/trait.Send.html>Send
and
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:67:9
[INFO] [stderr] |
[INFO] [stderr] 67 | /// src/any.rs:68:9
[INFO] [stderr] |
[INFO] [stderr] 68 | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync
.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:69:9
[INFO] [stderr] |
[INFO] [stderr] 69 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:48:9
[INFO] [stderr] |
[INFO] [stderr] 48 | /// A type to emulate dynamic typing.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:49:9
[INFO] [stderr] |
[INFO] [stderr] 49 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:50:9
[INFO] [stderr] |
[INFO] [stderr] 50 | /// Every type with no non-`'static` references implements `Any`.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:60:9
[INFO] [stderr] |
[INFO] [stderr] 60 | /// See the [`std::any` documentation](https://doc.rust-lang.org/std/any/index.html) for
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:61:9
[INFO] [stderr] |
[INFO] [stderr] 61 | /// more details on `Any` in general.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:62:9
[INFO] [stderr] |
[INFO] [stderr] 62 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:63:9
[INFO] [stderr] |
[INFO] [stderr] 63 | /// This trait is not `std::any::Any` but rather a type extending that for this library’s
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:64:9
[INFO] [stderr] |
[INFO] [stderr] 64 | /// purposes so that it can be combined with marker traits like
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:65:9
[INFO] [stderr] |
[INFO] [stderr] 65 | /// src/any.rs:66:9
[INFO] [stderr] |
[INFO] [stderr] 66 | /// href=http://doc.rust-lang.org/std/marker/trait.Send.html>Send
and
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:67:9
[INFO] [stderr] |
[INFO] [stderr] 67 | /// src/any.rs:68:9
[INFO] [stderr] |
[INFO] [stderr] 68 | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync
.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:69:9
[INFO] [stderr] |
[INFO] [stderr] 69 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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/any.rs:12:35
[INFO] [stderr] |
[INFO] [stderr] 12 | fn clone_to_any(&self) -> Box;
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[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/any.rs:15:40
[INFO] [stderr] |
[INFO] [stderr] 15 | fn clone_to_any_send(&self) -> Box where Self: Send;
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:18:40
[INFO] [stderr] |
[INFO] [stderr] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync;
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:21:45
[INFO] [stderr] |
[INFO] [stderr] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:26:35
[INFO] [stderr] |
[INFO] [stderr] 26 | fn clone_to_any(&self) -> Box {
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:31:40
[INFO] [stderr] |
[INFO] [stderr] 31 | fn clone_to_any_send(&self) -> Box where Self: Send {
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:36:40
[INFO] [stderr] |
[INFO] [stderr] 36 | fn clone_to_any_sync(&self) -> Box where Self: Sync {
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:41:45
[INFO] [stderr] |
[INFO] [stderr] 41 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 145 | implement!(Any,);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 145 | implement!(Any,);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 145 | implement!(Any,);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 145 | implement!(Any,);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 146 | implement!(Any, + Send);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 146 | implement!(Any, + Send);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 146 | implement!(Any, + Send);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 146 | implement!(Any, + Send);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 147 | implement!(Any, + Sync);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 147 | implement!(Any, + Sync);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 147 | implement!(Any, + Sync);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 147 | implement!(Any, + Sync);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 148 | implement!(Any, + Send + Sync);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 148 | implement!(Any, + Send + Sync);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 148 | implement!(Any, + Send + Sync);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 148 | implement!(Any, + Send + Sync);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 149 | implement!(CloneAny,);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 149 | implement!(CloneAny,);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 149 | implement!(CloneAny,);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 149 | implement!(CloneAny,);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 150 | implement!(CloneAny, + Send);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 150 | implement!(CloneAny, + Send);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 150 | implement!(CloneAny, + Send);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 150 | implement!(CloneAny, + Send);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 151 | implement!(CloneAny, + Sync);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 151 | implement!(CloneAny, + Sync);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 151 | implement!(CloneAny, + Sync);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 151 | implement!(CloneAny, + Sync);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 152 | implement!(CloneAny, + Send + Sync);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 152 | implement!(CloneAny, + Send + Sync);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 152 | implement!(CloneAny, + Send + Sync);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 152 | implement!(CloneAny, + Send + Sync);
[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/any.rs:155:13
[INFO] [stderr] |
[INFO] [stderr] 155 | impl_clone!(CloneAny, clone_to_any);
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:156:14
[INFO] [stderr] |
[INFO] [stderr] 156 | impl_clone!((CloneAny + Send), clone_to_any_send);
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:157:14
[INFO] [stderr] |
[INFO] [stderr] 157 | impl_clone!((CloneAny + Sync), clone_to_any_sync);
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:158:14
[INFO] [stderr] |
[INFO] [stderr] 158 | impl_clone!((CloneAny + Send + Sync), clone_to_any_send_sync);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/raw.rs:59:49
[INFO] [stderr] |
[INFO] [stderr] 59 | pub struct RawMap {
[INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lib.rs:120:46
[INFO] [stderr] |
[INFO] [stderr] 120 | pub struct Map {
[INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lib.rs:139:23
[INFO] [stderr] |
[INFO] [stderr] 139 | pub type AnyMap = Map;
[INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr]
[INFO] [stderr] warning: the trait `any::CloneToAny` cannot be made into an object
[INFO] [stderr] --> src/any.rs:15:8
[INFO] [stderr] |
[INFO] [stderr] 10 | pub trait CloneToAny {
[INFO] [stderr] | ---------- this trait cannot be made into an object...
[INFO] [stderr] ...
[INFO] [stderr] 15 | fn clone_to_any_send(&self) -> Box where Self: Send;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ...because method `clone_to_any_send` references the `Self` type in its `where` clause
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(where_clauses_object_safety)]` on by default
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #51443
[INFO] [stderr] = help: consider moving `clone_to_any_send` to another trait
[INFO] [stderr]
[INFO] [stderr] warning: the trait `any::CloneToAny` cannot be made into an object
[INFO] [stderr] --> src/any.rs:18:8
[INFO] [stderr] |
[INFO] [stderr] 10 | pub trait CloneToAny {
[INFO] [stderr] | ---------- this trait cannot be made into an object...
[INFO] [stderr] ...
[INFO] [stderr] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ...because method `clone_to_any_sync` references the `Self` type in its `where` clause
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #51443
[INFO] [stderr] = help: consider moving `clone_to_any_sync` to another trait
[INFO] [stderr]
[INFO] [stderr] warning: the trait `any::CloneToAny` cannot be made into an object
[INFO] [stderr] --> src/any.rs:21:8
[INFO] [stderr] |
[INFO] [stderr] 10 | pub trait CloneToAny {
[INFO] [stderr] | ---------- this trait cannot be made into an object...
[INFO] [stderr] ...
[INFO] [stderr] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ ...because method `clone_to_any_send_sync` references the `Self` type in its `where` clause
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #51443
[INFO] [stderr] = help: consider moving `clone_to_any_send_sync` to another trait
[INFO] [stderr]
[INFO] [stderr] warning: 76 warnings emitted
[INFO] [stderr]
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr] --> src/any.rs:54:9
[INFO] [stderr] |
[INFO] [stderr] 54 | /// A type to emulate dynamic typing with cloning.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:55:9
[INFO] [stderr] |
[INFO] [stderr] 55 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:56:9
[INFO] [stderr] |
[INFO] [stderr] 56 | /// Every type with no non-`'static` references that implements `Clone` implements `Any`.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:60:9
[INFO] [stderr] |
[INFO] [stderr] 60 | /// See the [`std::any` documentation](https://doc.rust-lang.org/std/any/index.html) for
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:61:9
[INFO] [stderr] |
[INFO] [stderr] 61 | /// more details on `Any` in general.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:62:9
[INFO] [stderr] |
[INFO] [stderr] 62 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:63:9
[INFO] [stderr] |
[INFO] [stderr] 63 | /// This trait is not `std::any::Any` but rather a type extending that for this library’s
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:64:9
[INFO] [stderr] |
[INFO] [stderr] 64 | /// purposes so that it can be combined with marker traits like
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:65:9
[INFO] [stderr] |
[INFO] [stderr] 65 | /// src/any.rs:66:9
[INFO] [stderr] |
[INFO] [stderr] 66 | /// href=http://doc.rust-lang.org/std/marker/trait.Send.html>Send
and
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:67:9
[INFO] [stderr] |
[INFO] [stderr] 67 | /// src/any.rs:68:9
[INFO] [stderr] |
[INFO] [stderr] 68 | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync
.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:69:9
[INFO] [stderr] |
[INFO] [stderr] 69 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 144 | define!(Any);
[INFO] [stderr] | ------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:48:9
[INFO] [stderr] |
[INFO] [stderr] 48 | /// A type to emulate dynamic typing.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:49:9
[INFO] [stderr] |
[INFO] [stderr] 49 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:50:9
[INFO] [stderr] |
[INFO] [stderr] 50 | /// Every type with no non-`'static` references implements `Any`.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:60:9
[INFO] [stderr] |
[INFO] [stderr] 60 | /// See the [`std::any` documentation](https://doc.rust-lang.org/std/any/index.html) for
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:61:9
[INFO] [stderr] |
[INFO] [stderr] 61 | /// more details on `Any` in general.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:62:9
[INFO] [stderr] |
[INFO] [stderr] 62 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:63:9
[INFO] [stderr] |
[INFO] [stderr] 63 | /// This trait is not `std::any::Any` but rather a type extending that for this library’s
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:64:9
[INFO] [stderr] |
[INFO] [stderr] 64 | /// purposes so that it can be combined with marker traits like
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:65:9
[INFO] [stderr] |
[INFO] [stderr] 65 | /// src/any.rs:66:9
[INFO] [stderr] |
[INFO] [stderr] 66 | /// href=http://doc.rust-lang.org/std/marker/trait.Send.html>Send
and
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:67:9
[INFO] [stderr] |
[INFO] [stderr] 67 | /// src/any.rs:68:9
[INFO] [stderr] |
[INFO] [stderr] 68 | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync
.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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: unused doc comment
[INFO] [stderr] --> src/any.rs:69:9
[INFO] [stderr] |
[INFO] [stderr] 69 | ///
[INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros
[INFO] [stderr] ...
[INFO] [stderr] 154 | define!(CloneAny);
[INFO] [stderr] | ------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[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/any.rs:12:35
[INFO] [stderr] |
[INFO] [stderr] 12 | fn clone_to_any(&self) -> Box;
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[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/any.rs:15:40
[INFO] [stderr] |
[INFO] [stderr] 15 | fn clone_to_any_send(&self) -> Box where Self: Send;
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:18:40
[INFO] [stderr] |
[INFO] [stderr] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync;
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:21:45
[INFO] [stderr] |
[INFO] [stderr] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:26:35
[INFO] [stderr] |
[INFO] [stderr] 26 | fn clone_to_any(&self) -> Box {
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:31:40
[INFO] [stderr] |
[INFO] [stderr] 31 | fn clone_to_any_send(&self) -> Box where Self: Send {
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:36:40
[INFO] [stderr] |
[INFO] [stderr] 36 | fn clone_to_any_sync(&self) -> Box where Self: Sync {
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:41:45
[INFO] [stderr] |
[INFO] [stderr] 41 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 145 | implement!(Any,);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 145 | implement!(Any,);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 145 | implement!(Any,);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 145 | implement!(Any,);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 146 | implement!(Any, + Send);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 146 | implement!(Any, + Send);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 146 | implement!(Any, + Send);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 146 | implement!(Any, + Send);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 147 | implement!(Any, + Sync);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 147 | implement!(Any, + Sync);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 147 | implement!(Any, + Sync);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 147 | implement!(Any, + Sync);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 148 | implement!(Any, + Send + Sync);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 148 | implement!(Any, + Send + Sync);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 148 | implement!(Any, + Send + Sync);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 148 | implement!(Any, + Send + Sync);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 149 | implement!(CloneAny,);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 149 | implement!(CloneAny,);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 149 | implement!(CloneAny,);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stderr] ...
[INFO] [stderr] 149 | implement!(CloneAny,);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 150 | implement!(CloneAny, + Send);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 150 | implement!(CloneAny, + Send);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 150 | implement!(CloneAny, + Send);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 150 | implement!(CloneAny, + Send);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 151 | implement!(CloneAny, + Sync);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 151 | implement!(CloneAny, + Sync);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 151 | implement!(CloneAny, + Sync);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 151 | implement!(CloneAny, + Sync);
[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/any.rs:111:29
[INFO] [stderr] |
[INFO] [stderr] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 152 | implement!(CloneAny, + Send + Sync);
[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/any.rs:118:34
[INFO] [stderr] |
[INFO] [stderr] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 152 | implement!(CloneAny, + Send + Sync);
[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/any.rs:135:46
[INFO] [stderr] |
[INFO] [stderr] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 152 | implement!(CloneAny, + Send + Sync);
[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/any.rs:137:38
[INFO] [stderr] |
[INFO] [stderr] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stderr] ...
[INFO] [stderr] 152 | implement!(CloneAny, + Send + Sync);
[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/any.rs:155:13
[INFO] [stderr] |
[INFO] [stderr] 155 | impl_clone!(CloneAny, clone_to_any);
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:156:14
[INFO] [stderr] |
[INFO] [stderr] 156 | impl_clone!((CloneAny + Send), clone_to_any_send);
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:157:14
[INFO] [stderr] |
[INFO] [stderr] 157 | impl_clone!((CloneAny + Sync), clone_to_any_sync);
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/any.rs:158:14
[INFO] [stderr] |
[INFO] [stderr] 158 | impl_clone!((CloneAny + Send + Sync), clone_to_any_send_sync);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/raw.rs:59:49
[INFO] [stderr] |
[INFO] [stderr] 59 | pub struct RawMap {
[INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lib.rs:120:46
[INFO] [stderr] |
[INFO] [stderr] 120 | pub struct Map {
[INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lib.rs:139:23
[INFO] [stderr] |
[INFO] [stderr] 139 | pub type AnyMap = Map;
[INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lib.rs:476:42
[INFO] [stderr] |
[INFO] [stderr] 476 | test_entry!(test_entry_cloneany, Map);
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lib.rs:480:26
[INFO] [stderr] |
[INFO] [stderr] 480 | let mut map: Map = Map::new();
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lib.rs:504:27
[INFO] [stderr] |
[INFO] [stderr] 504 | assert_send::