lua52-sys 0.1.3

Bindings for Lua 5.2
Documentation
Build #2352703 2025-07-26 16:58:24
# rustc version
rustc 1.90.0-nightly (430d6eddf 2025-07-25)# docs.rs version
docsrs 0.6.0 (4b4a3779 2025-07-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/lua52-sys-0.1.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/lua52-sys-0.1.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250725-1.90.0-nightly-430d6eddf\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ff7fff7179e59f900d0fafad44c818ccda21999d1b5522a71bcbda90bd620994
[INFO] running `Command { std: "docker" "start" "-a" "ff7fff7179e59f900d0fafad44c818ccda21999d1b5522a71bcbda90bd620994", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/lcode.c: In function 'luaK_exp2RK':
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/lcode.c:543:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: lua52-sys@0.1.3:   543 |       e->k = VK;
[INFO] [stderr] warning: lua52-sys@0.1.3:       |       ~~~~~^~~~
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/lcode.c:546:5: note: here
[INFO] [stderr] warning: lua52-sys@0.1.3:   546 |     case VK: {
[INFO] [stderr] warning: lua52-sys@0.1.3:       |     ^~~~
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/lgc.c: In function 'freeobj':
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/lgc.c:679:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: lua52-sys@0.1.3:   679 |       G(L)->strt.nuse--;
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/lgc.c:681:5: note: here
[INFO] [stderr] warning: lua52-sys@0.1.3:   681 |     case LUA_TLNGSTR: {
[INFO] [stderr] warning: lua52-sys@0.1.3:       |     ^~~~
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/llex.c: In function 'llex':
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/llex.c:477:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: lua52-sys@0.1.3:   477 |         else if (!lisdigit(ls->current)) return '.';
[INFO] [stderr] warning: lua52-sys@0.1.3:       |                 ^
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/llex.c:480:7: note: here
[INFO] [stderr] warning: lua52-sys@0.1.3:   480 |       case '0': case '1': case '2': case '3': case '4':
[INFO] [stderr] warning: lua52-sys@0.1.3:       |       ^~~~
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/ltable.c: In function 'luaH_get':
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/ltable.c:485:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: lua52-sys@0.1.3:   485 |     case LUA_TNUMBER: {
[INFO] [stderr] warning: lua52-sys@0.1.3:       |                       ^
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/ltable.c:493:5: note: here
[INFO] [stderr] warning: lua52-sys@0.1.3:   493 |     default: {
[INFO] [stderr] warning: lua52-sys@0.1.3:       |     ^~~~~~~
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/lstrlib.c: In function 'match':
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/lstrlib.c:492:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr] warning: lua52-sys@0.1.3:   492 |               s++;  /* 1 match already done */
[INFO] [stderr] warning: lua52-sys@0.1.3:       |               ~^~
[INFO] [stderr] warning: lua52-sys@0.1.3: lua/src/lstrlib.c:494:13: note: here
[INFO] [stderr] warning: lua52-sys@0.1.3:   494 |             case '*':  /* 0 or more repetitions */
[INFO] [stderr] warning: lua52-sys@0.1.3:       |             ^~~~
[INFO] [stderr]  Documenting lua52-sys v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/lib.rs:14:40
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub const LUAI_FIRSTPSEUDOIDX: c_int = (-LUAI_MAXSTACK - 1000);
[INFO] [stderr]    |                                        ^                     ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 14 - pub const LUAI_FIRSTPSEUDOIDX: c_int = (-LUAI_MAXSTACK - 1000);
[INFO] [stderr] 14 + pub const LUAI_FIRSTPSEUDOIDX: c_int = -LUAI_MAXSTACK - 1000;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `lua52-sys` (lib doc) generated 1 warning (run `cargo fix --lib -p lua52-sys` to apply 1 suggestion)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/lua52_sys/index.html
[INFO] running `Command { std: "docker" "inspect" "ff7fff7179e59f900d0fafad44c818ccda21999d1b5522a71bcbda90bd620994", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff7fff7179e59f900d0fafad44c818ccda21999d1b5522a71bcbda90bd620994", kill_on_drop: false }`
[INFO] [stdout] ff7fff7179e59f900d0fafad44c818ccda21999d1b5522a71bcbda90bd620994