# rustc version rustc 1.95.0-nightly (6efa357bf 2026-02-08)
# docs.rs version docsrs 0.0.0 (e6b9bb9a 2026-02-06 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/adic-0.5.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/adic-0.5.1/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260208-1.95.0-nightly-6efa357bf\", \"--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] 30ca61a25d14bc3aa57e60f6eb1524c54577422b9b472d703bd664e4db0bf6f7 [INFO] running `Command { std: "docker" "start" "-a" "30ca61a25d14bc3aa57e60f6eb1524c54577422b9b472d703bd664e4db0bf6f7", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: 2_adic, collatz, hensel_lift, multi_prime, root_combos, rootfind, witt_vector [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting adic v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:99:17 [INFO] [stderr] | [INFO] [stderr] 99 | //! | [`UAdic`](num_adic::UAdic) | Integer | Unsigned ordinary integers | 86 = `321._5` | [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 99 - //! | [`UAdic`](num_adic::UAdic) | Integer | Unsigned ordinary integers | 86 = `321._5` | [INFO] [stderr] 99 + //! | [`UAdic`] | Integer | Unsigned ordinary integers | 86 = `321._5` | [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:100:17 [INFO] [stderr] | [INFO] [stderr] 100 | //! | [`EAdic`](num_adic::EAdic) | Integer | Exact p-adic integers | -7/6 = `(31)2._5` | [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 100 - //! | [`EAdic`](num_adic::EAdic) | Integer | Exact p-adic integers | -7/6 = `(31)2._5` | [INFO] [stderr] 100 + //! | [`EAdic`] | Integer | Exact p-adic integers | -7/6 = `(31)2._5` | [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:101:17 [INFO] [stderr] | [INFO] [stderr] 101 | //! | [`ZAdic`](num_adic::ZAdic) | Integer | Approximate p-adic integers | sqrt(6) ~= `...24031._5` | [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 101 - //! | [`ZAdic`](num_adic::ZAdic) | Integer | Approximate p-adic integers | sqrt(6) ~= `...24031._5` | [INFO] [stderr] 101 + //! | [`ZAdic`] | Integer | Approximate p-adic integers | sqrt(6) ~= `...24031._5` | [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:107:22 [INFO] [stderr] | [INFO] [stderr] 107 | //! - [`Polynomial`](function::Polynomial) - Polynomial, enhanced with adic integer or adic number coefficients e.g. with rootfinding [INFO] [stderr] | ------------ ^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 107 - //! - [`Polynomial`](function::Polynomial) - Polynomial, enhanced with adic integer or adic number coefficients e.g. with rootfinding [INFO] [stderr] 107 + //! - [`Polynomial`] - Polynomial, enhanced with adic integer or adic number coefficients e.g. with rootfinding [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:108:23 [INFO] [stderr] | [INFO] [stderr] 108 | //! - [`PowerSeries`](function::PowerSeries) - A power series, useful for expressing special functions [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 108 - //! - [`PowerSeries`](function::PowerSeries) - A power series, useful for expressing special functions [INFO] [stderr] 108 + //! - [`PowerSeries`] - A power series, useful for expressing special functions [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:110:19 [INFO] [stderr] | [INFO] [stderr] 110 | //! - [`Variety`](function::Variety) - A collection of approximate items representing the roots of a polynomial [INFO] [stderr] | --------- ^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 110 - //! - [`Variety`](function::Variety) - A collection of approximate items representing the roots of a polynomial [INFO] [stderr] 110 + //! - [`Variety`] - A collection of approximate items representing the roots of a polynomial [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:169:66 [INFO] [stderr] | [INFO] [stderr] 169 | //! - `QXAdic` for a number from a finite extension of [`QAdic`](num_adic::QAdic) [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 169 - //! - `QXAdic` for a number from a finite extension of [`QAdic`](num_adic::QAdic) [INFO] [stderr] 169 + //! - `QXAdic` for a number from a finite extension of [`QAdic`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:170:67 [INFO] [stderr] | [INFO] [stderr] 170 | //! - `QCAdic` for a number in the algebraic closure of [`QAdic`](num_adic::QAdic) [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 170 - //! - `QCAdic` for a number in the algebraic closure of [`QAdic`](num_adic::QAdic) [INFO] [stderr] 170 + //! - `QCAdic` for a number in the algebraic closure of [`QAdic`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `adic` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/adic/index.html [INFO] running `Command { std: "docker" "inspect" "30ca61a25d14bc3aa57e60f6eb1524c54577422b9b472d703bd664e4db0bf6f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30ca61a25d14bc3aa57e60f6eb1524c54577422b9b472d703bd664e4db0bf6f7", kill_on_drop: false }` [INFO] [stdout] 30ca61a25d14bc3aa57e60f6eb1524c54577422b9b472d703bd664e4db0bf6f7