ncl 0.1.3

Simple configuration file format based on UCL, HCL and JSON
Documentation

Build #3594820 2026-06-16 06:48:56

# rustc version rustc 1.98.0-nightly (01dfd7924 2026-06-15)

# 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" "5282534a77a9422d865b873f702de63652294c470532537af20bafd02b60225b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260615-1.98.0-nightly-01dfd7924\", \"--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: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: `ncl` (manifest) generated 1 warning [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:75:58 [INFO] [stderr] | [INFO] [stderr] 75 | fn keyable<'a>(input: &'a [u8]) -> IResult<'a, &'a [u8], &[u8]> { [INFO] [stderr] | -- -- -- ^^^^^ the same lifetime is elided here [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is named here [INFO] [stderr] | | the same lifetime is named here [INFO] [stderr] | the lifetime is named 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] 75 | fn keyable<'a>(input: &'a [u8]) -> IResult<'a, &'a [u8], &'a [u8]> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `ncl` (lib) generated 1 warning (run `cargo fix --lib -p ncl` to apply 1 suggestion) [INFO] [stderr] Scraping ncl v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Documenting ncl v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v0.3.11 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/ncl/index.html [INFO] running `Command { std: "docker" "inspect" "5282534a77a9422d865b873f702de63652294c470532537af20bafd02b60225b", kill_on_drop: false }`