# 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" "10df0f9ad8aa0750b7cdbacf7a0904b16325d8e667b868552eba71f575c0df56" "/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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting kproc-parser v0.0.1-beta.7 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition name: `proc_macro_wrapper` [INFO] [stderr] --> src/lib.rs:28:11 [INFO] [stderr] | [INFO] [stderr] 28 | #[cfg(proc_macro_wrapper)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: found config with similar value: `feature = "proc_macro_wrapper"` [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(proc_macro_wrapper)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(proc_macro_wrapper)");` 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: `proc_macro_wrapper` [INFO] [stderr] --> src/lib.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg(any(not(proc_macro_wrapper), proc_macro))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: found config with similar value: `feature = "proc_macro_wrapper"` [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(proc_macro_wrapper)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(proc_macro_wrapper)");` 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: could not parse code block as Rust code [INFO] [stderr] --> src/diagnostic.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | //! ```ignore [INFO] [stderr] | _____^ [INFO] [stderr] 13 | | //! error: `kproc-parser/src/diagnostic.rs:50` the token `error` has the following Boo [INFO] [stderr] 14 | | //! error: something happens [INFO] [stderr] 15 | | //! error: proc-macro derive panicked [INFO] [stderr] ... | [INFO] [stderr] 23 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stderr] --> src/diagnostic.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | //! ```ignore [INFO] [stderr] | ^^^ [INFO] [stderr] = note: error from rustc: unknown start of token: ` [INFO] [stderr] = note: error from rustc: unknown start of token: ` [INFO] [stderr] = note: error from rustc: unknown start of token: ` [INFO] [stderr] = note: error from rustc: unknown start of token: ` [INFO] [stderr] = note: error from rustc: unknown start of token: ` [INFO] [stderr] = note: error from rustc: unknown start of token: ` [INFO] [stderr] = note: error from rustc: unknown start of token: ` [INFO] [stderr] = note: error from rustc: unknown start of token: ` [INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/rust/ast_nodes.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | /// https://doc.rust-lang.org/stable/reference/items/structs.html [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] 90 | /// <https://doc.rust-lang.org/stable/reference/items/structs.html> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/rust/ast_nodes.rs:136:8 [INFO] [stderr] | [INFO] [stderr] 136 | /// in https://doc.rust-lang.org/stable/reference/items/generics.html [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] 136 | /// in <https://doc.rust-lang.org/stable/reference/items/generics.html> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/rust/ast_nodes.rs:229:5 [INFO] [stderr] | [INFO] [stderr] 229 | /// https://doc.rust-lang.org/stable/reference/items/structs.html [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] 229 | /// <https://doc.rust-lang.org/stable/reference/items/structs.html> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/rust/ast_nodes.rs:251:5 [INFO] [stderr] | [INFO] [stderr] 251 | /// https://doc.rust-lang.org/stable/reference/types.html#type-expressions [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] 251 | /// <https://doc.rust-lang.org/stable/reference/types.html#type-expressions> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/rust/ast_nodes.rs:272:5 [INFO] [stderr] | [INFO] [stderr] 272 | /// https://doc.rust-lang.org/stable/reference/types.html#type-expressions [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] 272 | /// <https://doc.rust-lang.org/stable/reference/types.html#type-expressions> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/rust/ast_nodes.rs:346:5 [INFO] [stderr] | [INFO] [stderr] 346 | /// ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 347 | | /// // #[pin_project] [INFO] [stderr] 348 | | /// // #[key = value] [INFO] [stderr] 349 | | /// // #![pin_project] [INFO] [stderr] 350 | | /// // #![key = value] [INFO] [stderr] 351 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: unknown attribute `norun` [INFO] [stderr] --> src/rust/kfunc.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / /// helper function to parse the method/function declaration [INFO] [stderr] 15 | | /// [INFO] [stderr] 16 | | /// ```norun [INFO] [stderr] 17 | | /// fn answer_to_life_the_universe_and_everything() -> i32 { [INFO] [stderr] ... | [INFO] [stderr] 29 | | /// async unsafe fn unsafe_example() { } [INFO] [stderr] 30 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = help: use `no_run` to compile, but not run, the code sample during testing [INFO] [stderr] = help: this code block may be skipped during testing, because unknown attributes are treated as markers for code samples written in other programming languages, unless it is also explicitly marked as `rust` [INFO] [stderr] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `kproc-parser` (lib doc) generated 10 warnings (run `cargo fix --lib -p kproc-parser` to apply 5 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/kproc_parser/index.html [INFO] running `Command { std: "docker" "inspect" "10df0f9ad8aa0750b7cdbacf7a0904b16325d8e667b868552eba71f575c0df56", kill_on_drop: false }`