multid 2.3.0

2-d arrays, badly
Documentation
Build #2352691 2025-07-26 16:52:13

# rustc version rustc 1.90.0-nightly (430d6eddf 2025-07-25)

# docs.rs version docsrs 0.6.0 (4b4a3779 2025-07-22)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/multid-2.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/multid-2.3.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250725-1.90.0-nightly-430d6eddf\", \"--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", 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] 47d94f895982047998c4fd4363a62e09857ffaf265c6ef4ed27b966710af993d [INFO] running `Command { std: "docker" "start" "-a" "47d94f895982047998c4fd4363a62e09857ffaf265c6ef4ed27b966710af993d", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting multid v2.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `inc_row_by` links to private item `Self::row_ix` [INFO] [stderr] --> src/ix.rs:70:19 [INFO] [stderr] | [INFO] [stderr] 70 | /// increase [Self::row_ix], returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `inc_row` links to private item `Self::row_ix` [INFO] [stderr] --> src/ix.rs:84:19 [INFO] [stderr] | [INFO] [stderr] 84 | /// increase [Self::row_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `inc_col_by` links to private item `Self::col_ix` [INFO] [stderr] --> src/ix.rs:96:19 [INFO] [stderr] | [INFO] [stderr] 96 | /// increase [Self::col_ix], returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `inc_col` links to private item `Self::col_ix` [INFO] [stderr] --> src/ix.rs:110:19 [INFO] [stderr] | [INFO] [stderr] 110 | /// increase [Self::col_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `dec_row_by` links to private item `Self::row_ix` [INFO] [stderr] --> src/ix.rs:122:19 [INFO] [stderr] | [INFO] [stderr] 122 | /// decrease [Self::row_ix], returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `dec_row` links to private item `Self::row_ix` [INFO] [stderr] --> src/ix.rs:136:19 [INFO] [stderr] | [INFO] [stderr] 136 | /// decrease [Self::row_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `dec_col_by` links to private item `Self::col_ix` [INFO] [stderr] --> src/ix.rs:148:19 [INFO] [stderr] | [INFO] [stderr] 148 | /// decrease [Self::col_ix], returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `dec_col` links to private item `Self::col_ix` [INFO] [stderr] --> src/ix.rs:162:19 [INFO] [stderr] | [INFO] [stderr] 162 | /// decrease [Self::col_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `north` links to private item `Self::row_ix` [INFO] [stderr] --> src/ix.rs:174:19 [INFO] [stderr] | [INFO] [stderr] 174 | /// decrease [Self::row_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `south` links to private item `Self::row_ix` [INFO] [stderr] --> src/ix.rs:178:19 [INFO] [stderr] | [INFO] [stderr] 178 | /// increase [Self::row_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `east` links to private item `Self::col_ix` [INFO] [stderr] --> src/ix.rs:182:19 [INFO] [stderr] | [INFO] [stderr] 182 | /// increase [Self::col_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `west` links to private item `Self::col_ix` [INFO] [stderr] --> src/ix.rs:186:19 [INFO] [stderr] | [INFO] [stderr] 186 | /// decrease [Self::col_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `northeast` links to private item `Self::row_ix` [INFO] [stderr] --> src/ix.rs:190:19 [INFO] [stderr] | [INFO] [stderr] 190 | /// decrease [Self::row_ix] by 1 and increase [Self::col_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `northeast` links to private item `Self::col_ix` [INFO] [stderr] --> src/ix.rs:190:52 [INFO] [stderr] | [INFO] [stderr] 190 | /// decrease [Self::row_ix] by 1 and increase [Self::col_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `northwest` links to private item `Self::row_ix` [INFO] [stderr] --> src/ix.rs:194:19 [INFO] [stderr] | [INFO] [stderr] 194 | /// decrease [Self::row_ix] by 1 and decrease [Self::col_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `northwest` links to private item `Self::col_ix` [INFO] [stderr] --> src/ix.rs:194:52 [INFO] [stderr] | [INFO] [stderr] 194 | /// decrease [Self::row_ix] by 1 and decrease [Self::col_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `southeast` links to private item `Self::row_ix` [INFO] [stderr] --> src/ix.rs:198:19 [INFO] [stderr] | [INFO] [stderr] 198 | /// increase [Self::row_ix] by 1 and increase [Self::col_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `southeast` links to private item `Self::col_ix` [INFO] [stderr] --> src/ix.rs:198:52 [INFO] [stderr] | [INFO] [stderr] 198 | /// increase [Self::row_ix] by 1 and increase [Self::col_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `southwest` links to private item `Self::row_ix` [INFO] [stderr] --> src/ix.rs:202:19 [INFO] [stderr] | [INFO] [stderr] 202 | /// increase [Self::row_ix] by 1 and decrease [Self::col_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `southwest` links to private item `Self::col_ix` [INFO] [stderr] --> src/ix.rs:202:52 [INFO] [stderr] | [INFO] [stderr] 202 | /// increase [Self::row_ix] by 1 and decrease [Self::col_ix] by 1, returning [None] if out of bounds [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: `multid` (lib doc) generated 20 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/multid/index.html [INFO] running `Command { std: "docker" "inspect" "47d94f895982047998c4fd4363a62e09857ffaf265c6ef4ed27b966710af993d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47d94f895982047998c4fd4363a62e09857ffaf265c6ef4ed27b966710af993d", kill_on_drop: false }` [INFO] [stdout] 47d94f895982047998c4fd4363a62e09857ffaf265c6ef4ed27b966710af993d