multid 2.3.0

2-d arrays, badly
Documentation
Build #2695299 2025-11-29 05:18:23

# rustc version rustc 1.93.0-nightly (cc3eee7fb 2025-11-28)

# docs.rs version docsrs 0.6.0 (6d5049f1 2025-11-27 )

# 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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251128-1.93.0-nightly-cc3eee7fb\", \"--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] 8d2dc1b974ab173773728b880b965681ee330d3a523393a32bee957f2a38cc93 [INFO] running `Command { std: "docker" "start" "-a" "8d2dc1b974ab173773728b880b965681ee330d3a523393a32bee957f2a38cc93", 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.55s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/multid/index.html [INFO] running `Command { std: "docker" "inspect" "8d2dc1b974ab173773728b880b965681ee330d3a523393a32bee957f2a38cc93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d2dc1b974ab173773728b880b965681ee330d3a523393a32bee957f2a38cc93", kill_on_drop: false }` [INFO] [stdout] 8d2dc1b974ab173773728b880b965681ee330d3a523393a32bee957f2a38cc93