phase21 0.11.0

Library for performing MPCs for creating zk-SNARK public parameters
Documentation

Build #3712388 2026-06-28 20:57:47

# rustc version rustc 1.98.0-nightly (13f1859f2 2026-06-27)

# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )

# 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" "441398cab12554a6d8f67089160bb15cd3ef500de6b5661002f0e8e13e6257d8" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260627-1.98.0-nightly-13f1859f2\", \"--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: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/small.rs:46:78 [INFO] [stderr] | [INFO] [stderr] 46 | pub fn new(path: &'a str, read_raw: bool, write_raw: bool) -> io::Result<Streamer> { [INFO] [stderr] | -- the lifetime is named here ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 46 | pub fn new(path: &'a str, read_raw: bool, write_raw: bool) -> io::Result<Streamer<'a>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/small.rs:93:21 [INFO] [stderr] | [INFO] [stderr] 90 | path: &'a str, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] ... [INFO] [stderr] 93 | ) -> io::Result<Streamer> { [INFO] [stderr] | ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 93 | ) -> io::Result<Streamer<'a>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `phase21` (lib) generated 2 warnings (run `cargo fix --lib -p phase21` to apply 2 suggestions) [INFO] [stderr] Scraping phase21 v0.11.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting phase21 v0.11.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/phase21/index.html [INFO] running `Command { std: "docker" "inspect" "441398cab12554a6d8f67089160bb15cd3ef500de6b5661002f0e8e13e6257d8", kill_on_drop: false }`