code-native 1.1.7

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

Build #4284917 2026-09-01 06:37:28

# rustc version rustc 1.100.0-nightly (0dfb098f3 2026-08-31)

# docs.rs version docsrs 0.0.0 (c6ca30c0fecf66cc5a0859ac541222ca6c912d59 2026-09-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" "d242e79d2ff31ccfb1420e0c685370d028fd3b5e056a9e8dd9ad619bd601083f" "/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\", \"-20260831-1.100.0-nightly-0dfb098f3\", \"--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.7 (/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" "d242e79d2ff31ccfb1420e0c685370d028fd3b5e056a9e8dd9ad619bd601083f", kill_on_drop: false }`