# rustc version rustc 1.99.0-nightly (d0babd8b6 2026-07-15)
# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )
# 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" "75ce74a1a3901c22b1a3d98a9e58291df07c2e2beb4a85f9c52914922679877e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/codes/linear_code/mod.rs:216:18 [INFO] [stderr] | [INFO] [stderr] 216 | pub fn check(&self, index: usize) -> Option<SparseBinSlice> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 216 | pub fn check(&self, index: usize) -> Option<SparseBinSlice<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/codes/linear_code/mod.rs:230:22 [INFO] [stderr] | [INFO] [stderr] 230 | pub fn generator(&self, index: usize) -> Option<SparseBinSlice> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 230 | pub fn generator(&self, index: usize) -> Option<SparseBinSlice<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/codes/linear_code/mod.rs:242:35 [INFO] [stderr] | [INFO] [stderr] 242 | pub fn checks_adjacent_to_bit(&self, bit: usize) -> Option<SparseBinSlice> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 242 | pub fn checks_adjacent_to_bit(&self, bit: usize) -> Option<SparseBinSlice<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/codes/linear_code/mod.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | pub fn edges(&self) -> Edges { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 366 | pub fn edges(&self) -> Edges<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/css.rs:141:20 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn as_view(&self) -> CssSyndromeView { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 141 | pub fn as_view(&self) -> CssSyndromeView<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `ldpc` (lib) generated 5 warnings (run `cargo fix --lib -p ldpc` to apply 5 suggestions) [INFO] [stderr] Scraping ldpc v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting ldpc v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `classical` [INFO] [stderr] --> src/lib.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | //! The [classical module](classical) contains a [linear code](classical::LinearCode) [INFO] [stderr] | ^^^^^^^^^ no item named `classical` 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 `classical::LinearCode` [INFO] [stderr] --> src/lib.rs:5:64 [INFO] [stderr] | [INFO] [stderr] 5 | //! The [classical module](classical) contains a [linear code](classical::LinearCode) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `classical` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `quantum` [INFO] [stderr] --> src/lib.rs:8:35 [INFO] [stderr] | [INFO] [stderr] 8 | //! For now, the [quantum module](quantum) contains only a [CSS code](quantum::CssCode) [INFO] [stderr] | ^^^^^^^ no item named `quantum` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `quantum::CssCode` [INFO] [stderr] --> src/lib.rs:8:71 [INFO] [stderr] | [INFO] [stderr] 8 | //! For now, the [quantum module](quantum) contains only a [CSS code](quantum::CssCode) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `quantum` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `noise_model` [INFO] [stderr] --> src/lib.rs:11:39 [INFO] [stderr] | [INFO] [stderr] 11 | //! Finally, the [noise model module](noise_model) contains a generic trait for noise generation. [INFO] [stderr] | ^^^^^^^^^^^ no item named `noise_model` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `LinearCode::has_the_same_codespace` [INFO] [stderr] --> src/codes/linear_code/mod.rs:48:36 [INFO] [stderr] | [INFO] [stderr] 48 | /// use [`has_the_same_codespace`](LinearCode::has_the_same_codespace) method [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `LinearCode` has no field or associated item named `has_the_same_codespace` [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/noise/mod.rs:3:46 [INFO] [stderr] | [INFO] [stderr] 3 | //! Any type implementing the [`NoiseModel`](NoiseModel) trait [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] 3 - //! Any type implementing the [`NoiseModel`](NoiseModel) trait [INFO] [stderr] 3 + //! Any type implementing the [`NoiseModel`] trait [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/noise/mod.rs:9:32 [INFO] [stderr] | [INFO] [stderr] 9 | //! [`BinarySymmetricChannel`](BinarySymmetricChannel) [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] 9 - //! [`BinarySymmetricChannel`](BinarySymmetricChannel) [INFO] [stderr] 9 + //! [`BinarySymmetricChannel`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `ldpc` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/ldpc/index.html [INFO] running `Command { std: "docker" "inspect" "75ce74a1a3901c22b1a3d98a9e58291df07c2e2beb4a85f9c52914922679877e", kill_on_drop: false }`