# 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" "fb9409db16a9aff01e456e686aa038e394fcd4365337afb8f171748fd267b977" "/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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting lua-vm v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/vm.rs:2629:54 [INFO] [stderr] | [INFO] [stderr] 2629 | ... state.ci_adjust_func(ci, (nextraargs as i32 + nparams1 as i32)); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 2629 - state.ci_adjust_func(ci, (nextraargs as i32 + nparams1 as i32)); [INFO] [stderr] 2629 + state.ci_adjust_func(ci, nextraargs as i32 + nparams1 as i32); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `upvalue_get` [INFO] [stderr] --> src/state.rs:2218:19 [INFO] [stderr] | [INFO] [stderr] 2218 | /// Mirrors [`upvalue_get`]: open upvalues homed on the current thread [INFO] [stderr] | ^^^^^^^^^^^ no item named `upvalue_get` 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: public documentation for `LuaStringImpl` links to private item `hash_long_str` [INFO] [stderr] --> src/string.rs:134:48 [INFO] [stderr] | [INFO] [stderr] 134 | /// hash is computed lazily on first call to [`hash_long_str`] and cached via [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 `undump` links to private item `undump` [INFO] [stderr] --> src/undump.rs:6:33 [INFO] [stderr] | [INFO] [stderr] 6 | //! The public entry point is [`undump`], which reads a binary Lua chunk from [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: `lua-vm` (lib doc) generated 4 warnings (run `cargo fix --lib -p lua-vm` to apply 1 suggestion) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/lua_vm/index.html [INFO] running `Command { std: "docker" "inspect" "fb9409db16a9aff01e456e686aa038e394fcd4365337afb8f171748fd267b977", kill_on_drop: false }`