[INFO] fetching crate anymap 0.12.1...
[INFO] checking anymap-0.12.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565
[INFO] extracting crate anymap 0.12.1 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate anymap 0.12.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate 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-4/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3f858e4840cbb87d2ccdfed37b2e5a46af54e00071debd1681092b8379af09ef
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "3f858e4840cbb87d2ccdfed37b2e5a46af54e00071debd1681092b8379af09ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f858e4840cbb87d2ccdfed37b2e5a46af54e00071debd1681092b8379af09ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f858e4840cbb87d2ccdfed37b2e5a46af54e00071debd1681092b8379af09ef", kill_on_drop: false }`
[INFO] [stdout] 3f858e4840cbb87d2ccdfed37b2e5a46af54e00071debd1681092b8379af09ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4a6ee36594c7c14d588520b5f943006203ef3ae31f7d4ece9c3711af2d739f60
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "4a6ee36594c7c14d588520b5f943006203ef3ae31f7d4ece9c3711af2d739f60", kill_on_drop: false }`
[INFO] [stderr] Checking anymap v0.12.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:54:9
[INFO] [stdout] |
[INFO] [stdout] 54 | /// A type to emulate dynamic typing with cloning.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:55:9
[INFO] [stdout] |
[INFO] [stdout] 55 | ///
[INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:56:9
[INFO] [stdout] |
[INFO] [stdout] 56 | /// Every type with no non-`'static` references that implements `Clone` implements `Any`.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:60:9
[INFO] [stdout] |
[INFO] [stdout] 60 | /// See the [`std::any` documentation](https://doc.rust-lang.org/std/any/index.html) for
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:61:9
[INFO] [stdout] |
[INFO] [stdout] 61 | /// more details on `Any` in general.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:62:9
[INFO] [stdout] |
[INFO] [stdout] 62 | ///
[INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:63:9
[INFO] [stdout] |
[INFO] [stdout] 63 | /// This trait is not `std::any::Any` but rather a type extending that for this library’s
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:64:9
[INFO] [stdout] |
[INFO] [stdout] 64 | /// purposes so that it can be combined with marker traits like
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:65:9
[INFO] [stdout] |
[INFO] [stdout] 65 | /// src/any.rs:66:9
[INFO] [stdout] |
[INFO] [stdout] 66 | /// href=http://doc.rust-lang.org/std/marker/trait.Send.html>Send
and
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:67:9
[INFO] [stdout] |
[INFO] [stdout] 67 | /// src/any.rs:68:9
[INFO] [stdout] |
[INFO] [stdout] 68 | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync
.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:69:9
[INFO] [stdout] |
[INFO] [stdout] 69 | ///
[INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:48:9
[INFO] [stdout] |
[INFO] [stdout] 48 | /// A type to emulate dynamic typing.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:49:9
[INFO] [stdout] |
[INFO] [stdout] 49 | ///
[INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:50:9
[INFO] [stdout] |
[INFO] [stdout] 50 | /// Every type with no non-`'static` references implements `Any`.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:60:9
[INFO] [stdout] |
[INFO] [stdout] 60 | /// See the [`std::any` documentation](https://doc.rust-lang.org/std/any/index.html) for
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:61:9
[INFO] [stdout] |
[INFO] [stdout] 61 | /// more details on `Any` in general.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:62:9
[INFO] [stdout] |
[INFO] [stdout] 62 | ///
[INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:63:9
[INFO] [stdout] |
[INFO] [stdout] 63 | /// This trait is not `std::any::Any` but rather a type extending that for this library’s
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:64:9
[INFO] [stdout] |
[INFO] [stdout] 64 | /// purposes so that it can be combined with marker traits like
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:65:9
[INFO] [stdout] |
[INFO] [stdout] 65 | /// src/any.rs:66:9
[INFO] [stdout] |
[INFO] [stdout] 66 | /// href=http://doc.rust-lang.org/std/marker/trait.Send.html>Send
and
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:67:9
[INFO] [stdout] |
[INFO] [stdout] 67 | /// src/any.rs:68:9
[INFO] [stdout] |
[INFO] [stdout] 68 | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync
.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:69:9
[INFO] [stdout] |
[INFO] [stdout] 69 | ///
[INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:12:35
[INFO] [stdout] |
[INFO] [stdout] 12 | fn clone_to_any(&self) -> Box;
[INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:15:40
[INFO] [stdout] |
[INFO] [stdout] 15 | fn clone_to_any_send(&self) -> Box where Self: Send;
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:18:40
[INFO] [stdout] |
[INFO] [stdout] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync;
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:21:45
[INFO] [stdout] |
[INFO] [stdout] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:26:35
[INFO] [stdout] |
[INFO] [stdout] 26 | fn clone_to_any(&self) -> Box {
[INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:31:40
[INFO] [stdout] |
[INFO] [stdout] 31 | fn clone_to_any_send(&self) -> Box where Self: Send {
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:36:40
[INFO] [stdout] |
[INFO] [stdout] 36 | fn clone_to_any_sync(&self) -> Box where Self: Sync {
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:41:45
[INFO] [stdout] |
[INFO] [stdout] 41 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 145 | implement!(Any,);
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 145 | implement!(Any,);
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 145 | implement!(Any,);
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 145 | implement!(Any,);
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 146 | implement!(Any, + Send);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 146 | implement!(Any, + Send);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 146 | implement!(Any, + Send);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 146 | implement!(Any, + Send);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 147 | implement!(Any, + Sync);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 147 | implement!(Any, + Sync);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 147 | implement!(Any, + Sync);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 147 | implement!(Any, + Sync);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 148 | implement!(Any, + Send + Sync);
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 148 | implement!(Any, + Send + Sync);
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 148 | implement!(Any, + Send + Sync);
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 148 | implement!(Any, + Send + Sync);
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 149 | implement!(CloneAny,);
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 149 | implement!(CloneAny,);
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 149 | implement!(CloneAny,);
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 149 | implement!(CloneAny,);
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement!(CloneAny, + Send);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement!(CloneAny, + Send);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement!(CloneAny, + Send);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement!(CloneAny, + Send);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement!(CloneAny, + Sync);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement!(CloneAny, + Sync);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement!(CloneAny, + Sync);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement!(CloneAny, + Sync);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement!(CloneAny, + Send + Sync);
[INFO] [stdout] | ------------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement!(CloneAny, + Send + Sync);
[INFO] [stdout] | ------------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement!(CloneAny, + Send + Sync);
[INFO] [stdout] | ------------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement!(CloneAny, + Send + Sync);
[INFO] [stdout] | ------------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:155:13
[INFO] [stdout] |
[INFO] [stdout] 155 | impl_clone!(CloneAny, clone_to_any);
[INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:156:14
[INFO] [stdout] |
[INFO] [stdout] 156 | impl_clone!((CloneAny + Send), clone_to_any_send);
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:157:14
[INFO] [stdout] |
[INFO] [stdout] 157 | impl_clone!((CloneAny + Sync), clone_to_any_sync);
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:158:14
[INFO] [stdout] |
[INFO] [stdout] 158 | impl_clone!((CloneAny + Send + Sync), clone_to_any_send_sync);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/raw.rs:59:49
[INFO] [stdout] |
[INFO] [stdout] 59 | pub struct RawMap {
[INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:120:46
[INFO] [stdout] |
[INFO] [stdout] 120 | pub struct Map {
[INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:139:23
[INFO] [stdout] |
[INFO] [stdout] 139 | pub type AnyMap = Map;
[INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:54:9
[INFO] [stdout] |
[INFO] [stdout] 54 | /// A type to emulate dynamic typing with cloning.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:55:9
[INFO] [stdout] |
[INFO] [stdout] 55 | ///
[INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:56:9
[INFO] [stdout] |
[INFO] [stdout] 56 | /// Every type with no non-`'static` references that implements `Clone` implements `Any`.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:60:9
[INFO] [stdout] |
[INFO] [stdout] 60 | /// See the [`std::any` documentation](https://doc.rust-lang.org/std/any/index.html) for
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:61:9
[INFO] [stdout] |
[INFO] [stdout] 61 | /// more details on `Any` in general.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:62:9
[INFO] [stdout] |
[INFO] [stdout] 62 | ///
[INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:63:9
[INFO] [stdout] |
[INFO] [stdout] 63 | /// This trait is not `std::any::Any` but rather a type extending that for this library’s
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:64:9
[INFO] [stdout] |
[INFO] [stdout] 64 | /// purposes so that it can be combined with marker traits like
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:65:9
[INFO] [stdout] |
[INFO] [stdout] 65 | /// src/any.rs:66:9
[INFO] [stdout] |
[INFO] [stdout] 66 | /// href=http://doc.rust-lang.org/std/marker/trait.Send.html>Send
and
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:67:9
[INFO] [stdout] |
[INFO] [stdout] 67 | /// src/any.rs:68:9
[INFO] [stdout] |
[INFO] [stdout] 68 | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync
.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:69:9
[INFO] [stdout] |
[INFO] [stdout] 69 | ///
[INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 144 | define!(Any);
[INFO] [stdout] | ------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:48:9
[INFO] [stdout] |
[INFO] [stdout] 48 | /// A type to emulate dynamic typing.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:49:9
[INFO] [stdout] |
[INFO] [stdout] 49 | ///
[INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:50:9
[INFO] [stdout] |
[INFO] [stdout] 50 | /// Every type with no non-`'static` references implements `Any`.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:60:9
[INFO] [stdout] |
[INFO] [stdout] 60 | /// See the [`std::any` documentation](https://doc.rust-lang.org/std/any/index.html) for
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:61:9
[INFO] [stdout] |
[INFO] [stdout] 61 | /// more details on `Any` in general.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:62:9
[INFO] [stdout] |
[INFO] [stdout] 62 | ///
[INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:63:9
[INFO] [stdout] |
[INFO] [stdout] 63 | /// This trait is not `std::any::Any` but rather a type extending that for this library’s
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:64:9
[INFO] [stdout] |
[INFO] [stdout] 64 | /// purposes so that it can be combined with marker traits like
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:65:9
[INFO] [stdout] |
[INFO] [stdout] 65 | /// src/any.rs:66:9
[INFO] [stdout] |
[INFO] [stdout] 66 | /// href=http://doc.rust-lang.org/std/marker/trait.Send.html>Send
and
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:67:9
[INFO] [stdout] |
[INFO] [stdout] 67 | /// src/any.rs:68:9
[INFO] [stdout] |
[INFO] [stdout] 68 | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync
.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout] --> src/any.rs:69:9
[INFO] [stdout] |
[INFO] [stdout] 69 | ///
[INFO] [stdout] | ^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 154 | define!(CloneAny);
[INFO] [stdout] | ------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:12:35
[INFO] [stdout] |
[INFO] [stdout] 12 | fn clone_to_any(&self) -> Box;
[INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:15:40
[INFO] [stdout] |
[INFO] [stdout] 15 | fn clone_to_any_send(&self) -> Box where Self: Send;
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:18:40
[INFO] [stdout] |
[INFO] [stdout] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync;
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:21:45
[INFO] [stdout] |
[INFO] [stdout] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:26:35
[INFO] [stdout] |
[INFO] [stdout] 26 | fn clone_to_any(&self) -> Box {
[INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:31:40
[INFO] [stdout] |
[INFO] [stdout] 31 | fn clone_to_any_send(&self) -> Box where Self: Send {
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:36:40
[INFO] [stdout] |
[INFO] [stdout] 36 | fn clone_to_any_sync(&self) -> Box where Self: Sync {
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:41:45
[INFO] [stdout] |
[INFO] [stdout] 41 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 145 | implement!(Any,);
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 145 | implement!(Any,);
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 145 | implement!(Any,);
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 145 | implement!(Any,);
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 146 | implement!(Any, + Send);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 146 | implement!(Any, + Send);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 146 | implement!(Any, + Send);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 146 | implement!(Any, + Send);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 147 | implement!(Any, + Sync);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 147 | implement!(Any, + Sync);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 147 | implement!(Any, + Sync);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 147 | implement!(Any, + Sync);
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 148 | implement!(Any, + Send + Sync);
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 148 | implement!(Any, + Send + Sync);
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 148 | implement!(Any, + Send + Sync);
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 148 | implement!(Any, + Send + Sync);
[INFO] [stdout] | ------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 149 | implement!(CloneAny,);
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 149 | implement!(CloneAny,);
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the trait `CloneToAny` cannot be made into an object
[INFO] [stdout] --> src/any.rs:15:8
[INFO] [stdout] |
[INFO] [stdout] 15 | fn clone_to_any_send(&self) -> Box where Self: Send;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(where_clauses_object_safety)]` on by default
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #51443
[INFO] [stdout] note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit
[INFO] [stdout] --> src/any.rs:15:8
[INFO] [stdout] |
[INFO] [stdout] 10 | pub trait CloneToAny {
[INFO] [stdout] | ---------- this trait cannot be made into an object...
[INFO] [stdout] ...
[INFO] [stdout] 15 | fn clone_to_any_send(&self) -> Box where Self: Send;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ...because method `clone_to_any_send` references the `Self` type in its `where` clause
[INFO] [stdout] = help: consider moving `clone_to_any_send` to another trait
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the trait `CloneToAny` cannot be made into an object
[INFO] [stdout] --> src/any.rs:18:8
[INFO] [stdout] |
[INFO] [stdout] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #51443
[INFO] [stdout] note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit
[INFO] [stdout] --> src/any.rs:18:8
[INFO] [stdout] |
[INFO] [stdout] 10 | pub trait CloneToAny {
[INFO] [stdout] | ---------- this trait cannot be made into an object...
[INFO] [stdout] ...
[INFO] [stdout] 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ...because method `clone_to_any_sync` references the `Self` type in its `where` clause
[INFO] [stdout] = help: consider moving `clone_to_any_sync` to another trait
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the trait `CloneToAny` cannot be made into an object
[INFO] [stdout] --> src/any.rs:21:8
[INFO] [stdout] |
[INFO] [stdout] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #51443
[INFO] [stdout] note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit
[INFO] [stdout] --> src/any.rs:21:8
[INFO] [stdout] |
[INFO] [stdout] 10 | pub trait CloneToAny {
[INFO] [stdout] | ---------- this trait cannot be made into an object...
[INFO] [stdout] ...
[INFO] [stdout] 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ...because method `clone_to_any_send_sync` references the `Self` type in its `where` clause
[INFO] [stdout] = help: consider moving `clone_to_any_send_sync` to another trait
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 149 | implement!(CloneAny,);
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn $base`
[INFO] [stdout] ...
[INFO] [stdout] 149 | implement!(CloneAny,);
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement!(CloneAny, + Send);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement!(CloneAny, + Send);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement!(CloneAny, + Send);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 150 | implement!(CloneAny, + Send);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement!(CloneAny, + Sync);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement!(CloneAny, + Sync);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement!(CloneAny, + Sync);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 151 | implement!(CloneAny, + Sync);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:111:29
[INFO] [stdout] |
[INFO] [stdout] 111 | impl fmt::Debug for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement!(CloneAny, + Send + Sync);
[INFO] [stdout] | ------------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:118:34
[INFO] [stdout] |
[INFO] [stdout] 118 | impl UncheckedAnyExt for $base $(+ $bounds)* {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement!(CloneAny, + Send + Sync);
[INFO] [stdout] | ------------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:135:46
[INFO] [stdout] |
[INFO] [stdout] 135 | impl IntoBox<$base $(+ $bounds)*> for T {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement!(CloneAny, + Send + Sync);
[INFO] [stdout] | ------------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:137:38
[INFO] [stdout] |
[INFO] [stdout] 137 | fn into_box(self) -> Box<$base $(+ $bounds)*> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $base $(+ $bounds`
[INFO] [stdout] ...
[INFO] [stdout] 152 | implement!(CloneAny, + Send + Sync);
[INFO] [stdout] | ------------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:155:13
[INFO] [stdout] |
[INFO] [stdout] 155 | impl_clone!(CloneAny, clone_to_any);
[INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:156:14
[INFO] [stdout] |
[INFO] [stdout] 156 | impl_clone!((CloneAny + Send), clone_to_any_send);
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:157:14
[INFO] [stdout] |
[INFO] [stdout] 157 | impl_clone!((CloneAny + Sync), clone_to_any_sync);
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Sync`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/any.rs:158:14
[INFO] [stdout] |
[INFO] [stdout] 158 | impl_clone!((CloneAny + Send + Sync), clone_to_any_send_sync);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CloneAny + Send + Sync`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/raw.rs:59:49
[INFO] [stdout] |
[INFO] [stdout] 59 | pub struct RawMap {
[INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:120:46
[INFO] [stdout] |
[INFO] [stdout] 120 | pub struct Map {
[INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:139:23
[INFO] [stdout] |
[INFO] [stdout] 139 | pub type AnyMap = Map;
[INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:476:42
[INFO] [stdout] |
[INFO] [stdout] 476 | test_entry!(test_entry_cloneany, Map);
[INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:480:26
[INFO] [stdout] |
[INFO] [stdout] 480 | let mut map: Map = Map::new();
[INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn CloneAny`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:504:27
[INFO] [stdout] |
[INFO] [stdout] 504 | assert_send::