# rustc version rustc 1.98.0-nightly (f8a08b688 2026-05-30)
# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )
# 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" "b613daccdee530b0ced615ca842b8e8c468baf3934c19102d79abb7f92ddd842" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260530-1.98.0-nightly-f8a08b688\", \"--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: Rustdoc did not scrape the following examples because they require dev-dependencies: cargo, finalization, hello_world, readme, stylized [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 superconsole v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:11:35 [INFO] [stderr] | [INFO] [stderr] 11 | //! Built on-top of [`crossterm`](crossterm), it cross-compiles on Windows 7+, Linux, and MacOS. [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] 11 - //! Built on-top of [`crossterm`](crossterm), it cross-compiles on Windows 7+, Linux, and MacOS. [INFO] [stderr] 11 + //! Built on-top of [`crossterm`], it cross-compiles on Windows 7+, Linux, and MacOS. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:13:46 [INFO] [stderr] | [INFO] [stderr] 13 | //! Rendering is handled by [`SuperConsole`](SuperConsole), which draws to [`stdout`](std::io::stdout). [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] 13 - //! Rendering is handled by [`SuperConsole`](SuperConsole), which draws to [`stdout`](std::io::stdout). [INFO] [stderr] 13 + //! Rendering is handled by [`SuperConsole`], which draws to [`stdout`](std::io::stdout). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:22:103 [INFO] [stderr] | [INFO] [stderr] 22 | //! A set of pre-baked composition and testing oriented components are provided in the [`components`](components) module. [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] 22 - //! A set of pre-baked composition and testing oriented components are provided in the [`components`](components) module. [INFO] [stderr] 22 + //! A set of pre-baked composition and testing oriented components are provided in the [`components`] module. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/components/alignment.rs:44:21 [INFO] [stderr] | [INFO] [stderr] 44 | /// The [`Aligned`](Aligned) [`Component`](Component) can be used to specify in which part of the view the content should live. [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] 44 - /// The [`Aligned`](Aligned) [`Component`](Component) can be used to specify in which part of the view the content should live. [INFO] [stderr] 44 + /// The [`Aligned`] [`Component`](Component) can be used to specify in which part of the view the content should live. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/components/alignment.rs:44:44 [INFO] [stderr] | [INFO] [stderr] 44 | /// The [`Aligned`](Aligned) [`Component`](Component) can be used to specify in which part of the view the content should live. [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] 44 - /// The [`Aligned`](Aligned) [`Component`](Component) can be used to specify in which part of the view the content should live. [INFO] [stderr] 44 + /// The [`Aligned`](Aligned) [`Component`] can be used to specify in which part of the view the content should live. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/components/alignment.rs:45:37 [INFO] [stderr] | [INFO] [stderr] 45 | /// The [`HorizontalAlignmentKind`](HorizontalAlignmentKind) enum specifies the location relative to the x-axis. [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] 45 - /// The [`HorizontalAlignmentKind`](HorizontalAlignmentKind) enum specifies the location relative to the x-axis. [INFO] [stderr] 45 + /// The [`HorizontalAlignmentKind`] enum specifies the location relative to the x-axis. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/components/alignment.rs:46:35 [INFO] [stderr] | [INFO] [stderr] 46 | /// The [`VerticalAlignmentKind`](VerticalAlignmentKind) enum specified the location relative to the y-axis. [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] 46 - /// The [`VerticalAlignmentKind`](VerticalAlignmentKind) enum specified the location relative to the y-axis. [INFO] [stderr] 46 + /// The [`VerticalAlignmentKind`] enum specified the location relative to the y-axis. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/components/padding.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | /// The `Padded` [`Component`](Component) wraps its child by padding left, right, above, and below its content. [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] 16 - /// The `Padded` [`Component`](Component) wraps its child by padding left, right, above, and below its content. [INFO] [stderr] 16 + /// The `Padded` [`Component`] wraps its child by padding left, right, above, and below its content. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `superconsole` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/superconsole/index.html [INFO] running `Command { std: "docker" "inspect" "b613daccdee530b0ced615ca842b8e8c468baf3934c19102d79abb7f92ddd842", kill_on_drop: false }`