# 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" "ef9036ae2fed102296a265f7d5eaee4763b28c1c60da12f5570b65e9d39fa0f5" "/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: Rustdoc did not scrape the following examples because they require dev-dependencies: qa_render, render, render_deck [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 surf-parse v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `opening_directive` links to private item `directive_name_start` [INFO] [stderr] --> src/parse.rs:583:25 [INFO] [stderr] | [INFO] [stderr] 583 | /// the line must use [`directive_name_start`] rather than assuming the name [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 `to_html_fragment` links to private item `render_block` [INFO] [stderr] --> src/render_html.rs:1103:38 [INFO] [stderr] | [INFO] [stderr] 1103 | /// Each block is rendered through [`render_block()`] and the results are joined [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 `render_site_single_file` links to private item `SITE_SPA_ROUTER_JS` [INFO] [stderr] --> src/render_html.rs:5860:15 [INFO] [stderr] | [INFO] [stderr] 5860 | /// inlined [`SITE_SPA_ROUTER_JS`] switches sections client-side. This is the [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 `render_slides` links to private item `render_block` [INFO] [stderr] --> src/render_slides.rs:10:58 [INFO] [stderr] | [INFO] [stderr] 10 | //! Slide content reuses the existing block renderers ([`render_block`]) and the [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: unresolved link to `to_html` [INFO] [stderr] --> src/lib.rs:104:18 [INFO] [stderr] | [INFO] [stderr] 104 | /// Unlike [`to_html()`], this does not scan for `::site`/`::style` overrides, [INFO] [stderr] | ^^^^^^^^^ no item named `to_html` 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: `crate::parse` is both a function and a module [INFO] [stderr] --> src/builder.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | //! through [`crate::parse`]. [INFO] [stderr] | ^^^^^^^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 6 | //! through [`crate::parse()`]. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 6 | //! through [`mod@crate::parse`]. [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `crate::parse` is both a function and a module [INFO] [stderr] --> src/builder.rs:751:42 [INFO] [stderr] | [INFO] [stderr] 751 | /// The output can be parsed back with [`crate::parse`] to produce an [INFO] [stderr] | ^^^^^^^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 751 | /// The output can be parsed back with [`crate::parse()`] to produce an [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 751 | /// The output can be parsed back with [`mod@crate::parse`] to produce an [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `parse` is both a function and a module [INFO] [stderr] --> src/lib.rs:214:47 [INFO] [stderr] | [INFO] [stderr] 214 | /// The output can be parsed again with [`parse`] to produce an equivalent [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 214 | /// The output can be parsed again with [`parse()`] to produce an equivalent [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 214 | /// The output can be parsed again with [`mod@parse`] to produce an equivalent [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `surf-parse` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/surf_parse/index.html [INFO] running `Command { std: "docker" "inspect" "ef9036ae2fed102296a265f7d5eaee4763b28c1c60da12f5570b65e9d39fa0f5", kill_on_drop: false }`