# rustc version rustc 1.98.0-nightly (d1fc603d1 2026-05-26)
# 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" "d64d086d41ce37e0ca77448a1e90ef4091eb1a46fc7df8295b4f315e32a7c024" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260526-1.98.0-nightly-d1fc603d1\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting astral-string v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition name: `unstable` [INFO] [stderr] --> src/allocator.rs:61:12 [INFO] [stderr] | [INFO] [stderr] 61 | #[cfg(not(unstable))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 32 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unstable)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unstable)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `unstable` [INFO] [stderr] --> src/allocator.rs:73:8 [INFO] [stderr] | [INFO] [stderr] 73 | #[cfg(unstable)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unstable)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unstable)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stderr] --> src/entry_hash_table.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | #![allow(box_pointers)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stderr] --> src/name.rs:527:9 [INFO] [stderr] | [INFO] [stderr] 527 | #[allow(box_pointers)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stderr] --> src/name.rs:560:9 [INFO] [stderr] | [INFO] [stderr] 560 | #[allow(box_pointers)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stderr] --> src/name.rs:567:9 [INFO] [stderr] | [INFO] [stderr] 567 | #[allow(box_pointers)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stderr] --> src/static_ref_vector.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | #![allow(box_pointers)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stderr] --> src/text.rs:452:9 [INFO] [stderr] | [INFO] [stderr] 452 | #[allow(box_pointers)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stderr] --> src/text.rs:492:9 [INFO] [stderr] | [INFO] [stderr] 492 | #[allow(box_pointers)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stderr] --> src/text.rs:499:9 [INFO] [stderr] | [INFO] [stderr] 499 | #[allow(box_pointers)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `string::Text` [INFO] [stderr] --> src/entry.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | /// [`Text`]: string::Text [INFO] [stderr] | ^^^^^^^^^^^^ no item named `string` in scope [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `str` is both a module and a primitive type [INFO] [stderr] --> src/text.rs:50:72 [INFO] [stderr] | [INFO] [stderr] 50 | /// `Text`s implement [`Deref`]`<Target=str>`, and so inherit all of [`str`]'s [INFO] [stderr] | ^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 50 | /// `Text`s implement [`Deref`]`<Target=str>`, and so inherit all of [`mod@str`]'s [INFO] [stderr] | ++++ [INFO] [stderr] help: to link to the primitive type, prefix with `prim@` [INFO] [stderr] | [INFO] [stderr] 50 | /// `Text`s implement [`Deref`]`<Target=str>`, and so inherit all of [`prim@str`]'s [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `str` is both a module and a primitive type [INFO] [stderr] --> src/text.rs:52:38 [INFO] [stderr] | [INFO] [stderr] 52 | /// function which takes a [`&str`][`str`] by using an ampersand (`&`): [INFO] [stderr] | ^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 52 | /// function which takes a [`&str`][`mod@str`] by using an ampersand (`&`): [INFO] [stderr] | ++++ [INFO] [stderr] help: to link to the primitive type, prefix with `prim@` [INFO] [stderr] | [INFO] [stderr] 52 | /// function which takes a [`&str`][`prim@str`] by using an ampersand (`&`): [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: valid forms for the attribute are `#[doc = "string"]`, `#[doc(alias)]`, `#[doc(attribute)]`, `#[doc(auto_cfg)]`, `#[doc(cfg)]`, `#[doc(fake_variadic)]`, `#[doc(hidden)]`, `#[doc(html_favicon_url)]`, `#[doc(html_logo_url)]`, `#[doc(html_no_source)]`, `#[doc(html_playground_url)]`, `#[doc(html_root_url)]`, `#[doc(include)]`, `#[doc(inline)]`, `#[doc(issue_tracker_base_url)]`, `#[doc(keyword)]`, `#[doc(masked)]`, `#[doc(no_default_passes)]`, `#[doc(no_inline)]`, `#[doc(notable_trait)]`, `#[doc(passes)]`, `#[doc(plugins)]`, `#[doc(rust_logo)]`, `#[doc(search_unbox)]`, `#[doc(spotlight)]`, and `#[doc(test)]` [INFO] [stderr] --> src/lib.rs:160:1 [INFO] [stderr] | [INFO] [stderr] 160 | #[doc] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `astral-string` (lib doc) generated 14 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/astral_string/index.html [INFO] running `Command { std: "docker" "inspect" "d64d086d41ce37e0ca77448a1e90ef4091eb1a46fc7df8295b4f315e32a7c024", kill_on_drop: false }`