# rustc version rustc 1.99.0-nightly (daf2e5e18 2026-07-13)
# docs.rs version docsrs 0.0.0 (964c90a45859fd8f9076e3cbe58470a5a4f4d4f7 2026-07-01 )
# 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" "bfc3a760d705ec621c14878493c8bdd1721a0462b2048ff1cdffbbc6c21bbe3a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260713-1.99.0-nightly-daf2e5e18\", \"--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.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `bit32_lib` links to private item `arg_u32` [INFO] [stderr] --> src/bit32_lib.rs:23:69 [INFO] [stderr] | [INFO] [stderr] 23 | //! 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:15:7 [INFO] [stderr] | [INFO] [stderr] 15 | //! [`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:15:25 [INFO] [stderr] | [INFO] [stderr] 15 | //! [`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:16:43 [INFO] [stderr] | [INFO] [stderr] 16 | //! 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:50:20 [INFO] [stderr] | [INFO] [stderr] 50 | /// 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:50:38 [INFO] [stderr] | [INFO] [stderr] 50 | /// 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:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | //! [`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:9:16 [INFO] [stderr] | [INFO] [stderr] 9 | //! 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:1307:64 [INFO] [stderr] | [INFO] [stderr] 1307 | /// 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:1404:56 [INFO] [stderr] | [INFO] [stderr] 1404 | /// 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:1407:15 [INFO] [stderr] | [INFO] [stderr] 1407 | /// 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:315:62 [INFO] [stderr] | [INFO] [stderr] 315 | /// 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:1828:53 [INFO] [stderr] | [INFO] [stderr] 1828 | /// 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.78s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/lua_stdlib/index.html [INFO] running `Command { std: "docker" "inspect" "bfc3a760d705ec621c14878493c8bdd1721a0462b2048ff1cdffbbc6c21bbe3a", kill_on_drop: false }`