code-native 1.1.5

Write native .so modules for the Code programming language in Rust — safe CodeValue builders/readers over the real runtime.c, no reimplementation.
Documentation

Build #4266669 2026-08-30 17:46:24

# rustc version rustc 1.100.0-nightly (fd7ed57df 2026-08-29)

# docs.rs version docsrs 0.0.0 (6c3c2ab33f39d2284fd26cea84fae0598b4cbd55 2026-08-24 )

# 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" "71da5b04ce590bf6a3e9572de875ab0d06de5a055607c2b373e8f9dc322712ae" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260829-1.100.0-nightly-fd7ed57df\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting code-native v1.1.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: `array` is both a function and a primitive type [INFO] [stderr] --> src/lib.rs:393:17 [INFO] [stderr] | [INFO] [stderr] 393 | /// buffer to [`array`] or [`object`] — matching `runtime.c`'s "elements are [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 393 | /// buffer to [`array()`] or [`object`] — matching `runtime.c`'s "elements are [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the primitive type, prefix with `prim@` [INFO] [stderr] | [INFO] [stderr] 393 | /// buffer to [`prim@array`] or [`object`] — matching `runtime.c`'s "elements are [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `array` is both a function and a primitive type [INFO] [stderr] --> src/lib.rs:420:64 [INFO] [stderr] | [INFO] [stderr] 420 | /// Release every slot. Call after handing the buffer to [`array`] or [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 420 | /// Release every slot. Call after handing the buffer to [`array()`] or [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the primitive type, prefix with `prim@` [INFO] [stderr] | [INFO] [stderr] 420 | /// Release every slot. Call after handing the buffer to [`prim@array`] or [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `array` is both a function and a primitive type [INFO] [stderr] --> src/lib.rs:438:41 [INFO] [stderr] | [INFO] [stderr] 438 | /// [`SlotBuffer`] built the same way [`array`] expects). `code_object` copies [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 438 | /// [`SlotBuffer`] built the same way [`array()`] expects). `code_object` copies [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the primitive type, prefix with `prim@` [INFO] [stderr] | [INFO] [stderr] 438 | /// [`SlotBuffer`] built the same way [`prim@array`] expects). `code_object` copies [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `code-native` (lib doc) generated 3 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/code_native/index.html [INFO] running `Command { std: "docker" "inspect" "71da5b04ce590bf6a3e9572de875ab0d06de5a055607c2b373e8f9dc322712ae", kill_on_drop: false }`