# rustc version rustc 1.89.0-nightly (44f415c1d 2025-06-06)
# docs.rs version docsrs 0.6.0 (d2911047 2025-05-28)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/unique-pointer-0.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/unique-pointer-0.0.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250606-1.89.0-nightly-44f415c1d\", \"--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\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] acf9565fc4f48ba79979f67ea8b36ffc2010a86325108a1e073414ea8c717177 [INFO] running `Command { std: "docker" "start" "-a" "acf9565fc4f48ba79979f67ea8b36ffc2010a86325108a1e073414ea8c717177", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting unique-pointer v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `UniquePointer` [INFO] [stderr] --> src/traits.rs:4:21 [INFO] [stderr] | [INFO] [stderr] 4 | /// types used in [`UniquePointer`] implement Debug, because of it [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `UniquePointer` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `src` [INFO] [stderr] --> src/unique_pointer.rs:113:43 [INFO] [stderr] | [INFO] [stderr] 113 | /// reading the value referenced by [`src`] [INFO] [stderr] | ^^^ no item named `src` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `struct` [INFO] [stderr] --> src/unique_pointer.rs:146:43 [INFO] [stderr] | [INFO] [stderr] 146 | /// two or more "containers" (e.g.: [`struct`]s and [`enum`]s) [INFO] [stderr] | ^^^^^^ no item named `struct` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `enum` [INFO] [stderr] --> src/unique_pointer.rs:146:59 [INFO] [stderr] | [INFO] [stderr] 146 | /// two or more "containers" (e.g.: [`struct`]s and [`enum`]s) [INFO] [stderr] | ^^^^ no item named `enum` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `copy_from_ref` [INFO] [stderr] --> src/unique_pointer.rs:222:17 [INFO] [stderr] | [INFO] [stderr] 222 | /// calls [`copy_from_ref`] to create a *read-only* `UniquePointer` from a [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `copy_from_ref` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `copy_from_mut_ptr` [INFO] [stderr] --> src/unique_pointer.rs:235:17 [INFO] [stderr] | [INFO] [stderr] 235 | /// calls [`copy_from_mut_ptr`] to create a *read-only* [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `copy_from_mut_ptr` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `read_only` [INFO] [stderr] --> src/unique_pointer.rs:240:17 [INFO] [stderr] | [INFO] [stderr] 240 | /// Note: [`read_only`] might be a better alternative when `T` is [INFO] [stderr] | ^^^^^^^^^ no item named `read_only` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `read_only` [INFO] [stderr] --> src/unique_pointer.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | /// Note: [`read_only`] might be a better alternative when `T` is [INFO] [stderr] | ^^^^^^^^^ no item named `read_only` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `is_not_null` [INFO] [stderr] --> src/unique_pointer.rs:291:17 [INFO] [stderr] | [INFO] [stderr] 291 | /// NULL. [`is_not_null`] is a idiomatic shortcut to negating a call [INFO] [stderr] | ^^^^^^^^^^^ no item named `is_not_null` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `is_null` [INFO] [stderr] --> src/unique_pointer.rs:292:14 [INFO] [stderr] | [INFO] [stderr] 292 | /// to [`is_null`] such that the negation is less likely to be [INFO] [stderr] | ^^^^^^^ no item named `is_null` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `is_not_copy` [INFO] [stderr] --> src/unique_pointer.rs:299:17 [INFO] [stderr] | [INFO] [stderr] 299 | /// copy. [`is_not_copy`] is a idiomatic shortcut to negating a call [INFO] [stderr] | ^^^^^^^^^^^ no item named `is_not_copy` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `is_copy` [INFO] [stderr] --> src/unique_pointer.rs:300:14 [INFO] [stderr] | [INFO] [stderr] 300 | /// to [`is_copy`] such that the negation is less likely to be [INFO] [stderr] | ^^^^^^^ no item named `is_copy` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `std::pointer::as_ref` [INFO] [stderr] --> src/unique_pointer.rs:457:34 [INFO] [stderr] | [INFO] [stderr] 457 | /// compatibility layer to [`std::pointer::as_ref`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `pointer` in module `std` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `std::pointer::as_mut` [INFO] [stderr] --> src/unique_pointer.rs:466:34 [INFO] [stderr] | [INFO] [stderr] 466 | /// compatibility layer to [`std::pointer::as_mut`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `pointer` in module `std` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `soft` [INFO] [stderr] --> src/unique_pointer.rs:477:15 [INFO] [stderr] | [INFO] [stderr] 477 | /// The [`soft`] boolean argument indicates whether the [INFO] [stderr] | ^^^^ no item named `soft` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `UniquePointer` [INFO] [stderr] --> src/refcounter.rs:7:23 [INFO] [stderr] | [INFO] [stderr] 7 | /// internal use in [`UniquePointer`] allowing reference counts to be [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `UniquePointer` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `UniquePointer` [INFO] [stderr] --> src/refcounter.rs:8:31 [INFO] [stderr] | [INFO] [stderr] 8 | /// shared across clones of [`UniquePointer`]. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `UniquePointer` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/unique_pointer.rs:228:9 [INFO] [stderr] | [INFO] [stderr] 228 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 229 | | [INFO] [stderr] 230 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 228 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `unique-pointer` (lib doc) generated 18 warnings (run `cargo fix --lib -p unique-pointer` to apply 1 suggestion) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/unique_pointer/index.html [INFO] running `Command { std: "docker" "inspect" "acf9565fc4f48ba79979f67ea8b36ffc2010a86325108a1e073414ea8c717177", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acf9565fc4f48ba79979f67ea8b36ffc2010a86325108a1e073414ea8c717177", kill_on_drop: false }` [INFO] [stdout] acf9565fc4f48ba79979f67ea8b36ffc2010a86325108a1e073414ea8c717177