decomp 0.1.4

Components of a decompilation pipeline.
Documentation
Build #2384697 2025-08-06 05:02:52
# rustc version
rustc 1.91.0-nightly (ec7c02612 2025-08-05)# docs.rs version
docsrs 0.6.0 (e18d034e 2025-07-29)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/decomp-0.1.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/decomp-0.1.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "llvm-10" "--no-default-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250805-1.91.0-nightly-ec7c02612\", \"--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] 15ad0fb8256af4413ac35f22c8c2fe151837c1ca58c20b899830e5f220d55b56
[INFO] running `Command { std: "docker" "start" "-a" "15ad0fb8256af4413ac35f22c8c2fe151837c1ca58c20b899830e5f220d55b56", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/util/unique_vec.rs:91:42
[INFO] [stderr]    |
[INFO] [stderr] 91 |     pub fn drain<R : RangeBounds<usize>>(&mut self, range : R) -> Drain<T> { self.vec.drain(range) }
[INFO] [stderr]    |                                          ^^^^^^^^^                -------- the same lifetime is hidden here
[INFO] [stderr]    |                                          |
[INFO] [stderr]    |                                          the lifetime is elided 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: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 91 |     pub fn drain<R : RangeBounds<usize>>(&mut self, range : R) -> Drain<'_, T> { self.vec.drain(range) }
[INFO] [stderr]    |                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: `decomp` (lib) generated 1 warning
[INFO] [stderr]     Scraping decomp v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting decomp v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/decomp/index.html
[INFO] running `Command { std: "docker" "inspect" "15ad0fb8256af4413ac35f22c8c2fe151837c1ca58c20b899830e5f220d55b56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15ad0fb8256af4413ac35f22c8c2fe151837c1ca58c20b899830e5f220d55b56", kill_on_drop: false }`
[INFO] [stdout] 15ad0fb8256af4413ac35f22c8c2fe151837c1ca58c20b899830e5f220d55b56