# rustc version rustc 1.98.0-nightly (23a3312d9 2026-05-23)
# 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" "6f8a000c08cefeb6b85421cc8c88b87d3db8fa6a998ecab25716cb9a12040145" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260523-1.98.0-nightly-23a3312d9\", \"--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: arrays, blocking, float_format, jsonlines, no_std, non-blocking, number_parsing, skipping [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 json-streaming v1.0.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `Write` [INFO] [stderr] --> src/blocking/json_writer.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | /// around a [Write], adding some JSON specifics and also formatting. [INFO] [stderr] | ^^^^^ no item named `Write` 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 `ObjectSer` [INFO] [stderr] --> src/blocking/json_writer.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | /// [ObjectSer] or [ArraySer] wrapped around it. [INFO] [stderr] | ^^^^^^^^^ no item named `ObjectSer` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ArraySer` [INFO] [stderr] --> src/blocking/json_writer.rs:10:22 [INFO] [stderr] | [INFO] [stderr] 10 | /// [ObjectSer] or [ArraySer] wrapped around it. [INFO] [stderr] | ^^^^^^^^ no item named `ArraySer` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Write` [INFO] [stderr] --> src/blocking/json_writer.rs:25:55 [INFO] [stderr] | [INFO] [stderr] 25 | /// Create a new [JsonWriter] instance for given [Write] instance and an explicitly provided [INFO] [stderr] | ^^^^^ no item named `Write` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Write` [INFO] [stderr] --> src/blocking/json_writer.rs:37:63 [INFO] [stderr] | [INFO] [stderr] 37 | /// Internal API for writing raw bytes to the underlying [Write]. [INFO] [stderr] | ^^^^^ no item named `Write` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Write` [INFO] [stderr] --> src/blocking/json_writer.rs:143:58 [INFO] [stderr] | [INFO] [stderr] 143 | /// End this [JsonWriter]'s lifetime, returning the [Write] instance it owned. This function [INFO] [stderr] | ^^^^^ no item named `Write` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `JsonReader::start_object` [INFO] [stderr] --> src/blocking/read.rs:391:18 [INFO] [stderr] | [INFO] [stderr] 391 | /// Same as [JsonReader::start_object], except that it returns `Ok(None)` if it reaches the end of an [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ the struct `JsonReader` has no field or associated item named `start_object` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `JsonReader::opt_start_array` [INFO] [stderr] --> src/blocking/read.rs:462:18 [INFO] [stderr] | [INFO] [stderr] 462 | /// Same as [JsonReader::opt_start_array], except that it returns `Ok(None)` if it reaches the end of an [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `JsonReader` has no field or associated item named `opt_start_array` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Write` [INFO] [stderr] --> src/nonblocking/json_writer.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | /// around a [Write], adding some JSON specifics and also formatting. [INFO] [stderr] | ^^^^^ no item named `Write` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ObjectSer` [INFO] [stderr] --> src/nonblocking/json_writer.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | /// [ObjectSer] or [ArraySer] wrapped around it. [INFO] [stderr] | ^^^^^^^^^ no item named `ObjectSer` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ArraySer` [INFO] [stderr] --> src/nonblocking/json_writer.rs:10:22 [INFO] [stderr] | [INFO] [stderr] 10 | /// [ObjectSer] or [ArraySer] wrapped around it. [INFO] [stderr] | ^^^^^^^^ no item named `ArraySer` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Write` [INFO] [stderr] --> src/nonblocking/json_writer.rs:19:55 [INFO] [stderr] | [INFO] [stderr] 19 | /// Create a new [JsonWriter] instance for given [Write] instance and an explicitly provided [INFO] [stderr] | ^^^^^ no item named `Write` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Write` [INFO] [stderr] --> src/nonblocking/json_writer.rs:31:63 [INFO] [stderr] | [INFO] [stderr] 31 | /// Internal API for writing raw bytes to the underlying [Write]. [INFO] [stderr] | ^^^^^ no item named `Write` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Write` [INFO] [stderr] --> src/nonblocking/json_writer.rs:120:58 [INFO] [stderr] | [INFO] [stderr] 120 | /// End this [JsonWriter]'s lifetime, returning the [Write] instance it owned. This function [INFO] [stderr] | ^^^^^ no item named `Write` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/blocking/read.rs:74:18 [INFO] [stderr] | [INFO] [stderr] 74 | /// reading [https://jsonlines.org] documents - see the `jsonlines.rs` example for details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 74 - /// reading [https://jsonlines.org] documents - see the `jsonlines.rs` example for details. [INFO] [stderr] 74 + /// reading <https://jsonlines.org> documents - see the `jsonlines.rs` example for details. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/nonblocking/read.rs:72:18 [INFO] [stderr] | [INFO] [stderr] 72 | /// reading [https://jsonlines.org] documents - see the `jsonlines.rs` example for details. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 72 - /// reading [https://jsonlines.org] documents - see the `jsonlines.rs` example for details. [INFO] [stderr] 72 + /// reading <https://jsonlines.org> documents - see the `jsonlines.rs` example for details. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `json-streaming` (lib doc) generated 16 warnings (run `cargo fix --lib -p json-streaming` to apply 2 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/json_streaming/index.html [INFO] running `Command { std: "docker" "inspect" "6f8a000c08cefeb6b85421cc8c88b87d3db8fa6a998ecab25716cb9a12040145", kill_on_drop: false }`