# rustc version rustc 1.100.0-nightly (5a2be9f5f 2026-09-06)
# docs.rs version docsrs 0.0.0 (c6ca30c0fecf66cc5a0859ac541222ca6c912d59 2026-09-01 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "10cbedc43f5c068abbd8b351a4874ef64f53886632dc2e210b82276fe91b516b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260906-1.100.0-nightly-5a2be9f5f\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | readme = "README.md" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::manual_readme` is set to `warn` by default [INFO] [stderr] help: consider removing `package.readme` [INFO] [stderr] warning: `anymap` (manifest) generated 2 warnings [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting 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] 55 | | /// [INFO] [stderr] 56 | | /// Every type with no non-`'static` references that implements `Clone` implements `Any`. [INFO] [stderr] | |_________----------------------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [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: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] = note: this warning originates in the macro `define` (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] 61 | | /// more details on `Any` in general. [INFO] [stderr] 62 | | /// [INFO] [stderr] 63 | | /// This trait is not `std::any::Any` but rather a type extending that for this library’s [INFO] [stderr] ... | [INFO] [stderr] 68 | | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync</a></code>. [INFO] [stderr] 69 | | /// [INFO] [stderr] | |_________--^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [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 the macro `define` (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] 49 | | /// [INFO] [stderr] 50 | | /// Every type with no non-`'static` references implements `Any`. [INFO] [stderr] | |_________----------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [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 the macro `define` (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] 61 | | /// more details on `Any` in general. [INFO] [stderr] 62 | | /// [INFO] [stderr] 63 | | /// This trait is not `std::any::Any` but rather a type extending that for this library’s [INFO] [stderr] ... | [INFO] [stderr] 68 | | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync</a></code>. [INFO] [stderr] 69 | | /// [INFO] [stderr] | |_________--^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [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 the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/any.rs:156:13 [INFO] [stderr] | [INFO] [stderr] 156 | impl_clone!((CloneAny + Send), clone_to_any_send); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 156 - impl_clone!((CloneAny + Send), clone_to_any_send); [INFO] [stderr] 156 + impl_clone!(CloneAny + Send, clone_to_any_send); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/any.rs:157:13 [INFO] [stderr] | [INFO] [stderr] 157 | impl_clone!((CloneAny + Sync), clone_to_any_sync); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 157 - impl_clone!((CloneAny + Sync), clone_to_any_sync); [INFO] [stderr] 157 + impl_clone!(CloneAny + Sync, clone_to_any_sync); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/any.rs:158:13 [INFO] [stderr] | [INFO] [stderr] 158 | impl_clone!((CloneAny + Send + Sync), clone_to_any_send_sync); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 158 - impl_clone!((CloneAny + Send + Sync), clone_to_any_send_sync); [INFO] [stderr] 158 + impl_clone!(CloneAny + Send + Sync, clone_to_any_send_sync); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `anymap` (lib doc) generated 7 warnings (run `cargo fix --lib -p anymap` to apply 3 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/anymap/index.html [INFO] running `Command { std: "docker" "inspect" "10cbedc43f5c068abbd8b351a4874ef64f53886632dc2e210b82276fe91b516b", kill_on_drop: false }`