# rustc version rustc 1.98.0-nightly (df6ee909e 2026-06-28)
# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )
# 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" "dcdb986e31b1915b0494a95fc14775c9c90e0e364958e5ebb99ff12fc0ef5727" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260628-1.98.0-nightly-df6ee909e\", \"--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 lua-stdlib v0.4.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `bit32_lib` links to private item `arg_u32` [INFO] [stderr] --> src/bit32_lib.rs:21:69 [INFO] [stderr] | [INFO] [stderr] 21 | //! lua5.3.6 contrast for the one version-specific behavior — see [`arg_u32`]). [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 `co_resume` links to private item `aux_resume` [INFO] [stderr] --> src/coro_lib.rs:652:36 [INFO] [stderr] | [INFO] [stderr] 652 | /// The argument count handed to [`aux_resume`] is the stack top minus one: 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 `os_lib` links to private item `decompose_utc` [INFO] [stderr] --> src/os_lib.rs:14:7 [INFO] [stderr] | [INFO] [stderr] 14 | //! [`decompose_utc`]/[`compose_utc`] implement Howard Hinnant's exact [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 `os_lib` links to private item `compose_utc` [INFO] [stderr] --> src/os_lib.rs:14:25 [INFO] [stderr] | [INFO] [stderr] 14 | //! [`decompose_utc`]/[`compose_utc`] implement Howard Hinnant's exact [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 `os_lib` links to private item `strftime_one` [INFO] [stderr] --> src/os_lib.rs:15:43 [INFO] [stderr] | [INFO] [stderr] 15 | //! proleptic-Gregorian algorithms, and [`strftime_one`] formats specifiers [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 `TmFields` links to private item `decompose_utc` [INFO] [stderr] --> src/os_lib.rs:49:20 [INFO] [stderr] | [INFO] [stderr] 49 | /// conversions ([`decompose_utc`]/[`compose_utc`]) are pure Rust. [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 `TmFields` links to private item `compose_utc` [INFO] [stderr] --> src/os_lib.rs:49:38 [INFO] [stderr] | [INFO] [stderr] 49 | /// conversions ([`decompose_utc`]/[`compose_utc`]) are pure Rust. [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 `string_lib` links to private item `matcher_bounds_depth` [INFO] [stderr] --> src/string_lib.rs:9:7 [INFO] [stderr] | [INFO] [stderr] 9 | //! [`matcher_bounds_depth`] (the 5.2+ "pattern too complex" guard, absent on [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 `string_lib` links to private item `matcher_dedups_empty_match` [INFO] [stderr] --> src/string_lib.rs:10:16 [INFO] [stderr] | [INFO] [stderr] 10 | //! 5.1) and [`matcher_dedups_empty_match`] (the 5.3.3 empty-match rule). [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 `gmatch_aux` links to private item `GMatchIterState` [INFO] [stderr] --> src/string_lib.rs:1308:64 [INFO] [stderr] | [INFO] [stderr] 1308 | /// and pattern strings; 3 is a userdata whose host payload ([`GMatchIterState`]) [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 `gmatch` links to private item `GMatchIterState` [INFO] [stderr] --> src/string_lib.rs:1405:56 [INFO] [stderr] | [INFO] [stderr] 1405 | /// upvalues 1 and 2, and a fresh userdata holding a [`GMatchIterState`] becomes [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 `gmatch` links to private item `gmatch_step` [INFO] [stderr] --> src/string_lib.rs:1408:15 [INFO] [stderr] | [INFO] [stderr] 1408 | /// it (see [`gmatch_step`]). [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 `concat` links to private item `add_field` [INFO] [stderr] --> src/table_lib.rs:341:62 [INFO] [stderr] | [INFO] [stderr] 341 | /// string or number; the first that is not raises through [`add_field`]. [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 `utf8_lib` links to private item `DecodeMode` [INFO] [stderr] --> src/utf8_lib.rs:13:53 [INFO] [stderr] | [INFO] [stderr] 13 | //! The version seam is a single source of truth, [`DecodeMode`], resolved once [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 `utf8_lib` links to private item `decode_mode_for` [INFO] [stderr] --> src/utf8_lib.rs:14:19 [INFO] [stderr] | [INFO] [stderr] 14 | //! per call by [`decode_mode_for`]: [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 `utf8_lib` links to private item `utf8_decode` [INFO] [stderr] --> src/utf8_lib.rs:24:44 [INFO] [stderr] | [INFO] [stderr] 24 | //! the continuation-byte decode loop in [`utf8_decode`] and the backward-fill [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 `utf8_lib` links to private item `encode_utf8_codepoint` [INFO] [stderr] --> src/utf8_lib.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | //! encode in [`encode_utf8_codepoint`]. Those carry the bit-exact arithmetic and [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 `HOOKKEY` [INFO] [stderr] --> src/state_stub.rs:1831:53 [INFO] [stderr] | [INFO] [stderr] 1831 | /// and store the real Lua callback in registry[HOOKKEY]. [INFO] [stderr] | ^^^^^^^ no item named `HOOKKEY` 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: `lua-stdlib` (lib doc) generated 18 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/lua_stdlib/index.html [INFO] running `Command { std: "docker" "inspect" "dcdb986e31b1915b0494a95fc14775c9c90e0e364958e5ebb99ff12fc0ef5727", kill_on_drop: false }`