Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.79.0-nightly (ef8b9dcf2 2024-04-24)
# docs.rs version docsrs 0.6.0 (bc86a4d3 2024-04-17)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/opaque-pointer-0.8.9/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/opaque-pointer-0.8.9/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "std lender" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240424-1.79.0-nightly-ef8b9dcf2\", \"--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] [stdout] bb0fb75368e752eda7f9c1d5490e4b2e544e870bc095f63c3a6fcd3e1d8cd57a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bb0fb75368e752eda7f9c1d5490e4b2e544e870bc095f63c3a6fcd3e1d8cd57a", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting opaque-pointer v0.8.9 (/opt/rustwide/workdir) [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> src/lender.rs:49:49 [INFO] [stderr] | [INFO] [stderr] 49 | fn writable_lent_pointers() -> RwLockWriteGuard<'_, HashSet<usize>> { [INFO] [stderr] | ^^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] = help: this function's return type contains a borrowed value, but there is no value for it to be borrowed from [INFO] [stderr] help: consider using the `'static` lifetime, but this is uncommon unless you're returning a borrowed value from a `const` or a `static`, or if you will only have owned values [INFO] [stderr] | [INFO] [stderr] 49 | fn writable_lent_pointers() -> RwLockWriteGuard<'static, HashSet<usize>> { [INFO] [stderr] | ~~~~~~~ [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0106`. [INFO] [stderr] error: could not document `opaque-pointer` [INFO] running `Command { std: "docker" "inspect" "bb0fb75368e752eda7f9c1d5490e4b2e544e870bc095f63c3a6fcd3e1d8cd57a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb0fb75368e752eda7f9c1d5490e4b2e544e870bc095f63c3a6fcd3e1d8cd57a", kill_on_drop: false }` [INFO] [stdout] bb0fb75368e752eda7f9c1d5490e4b2e544e870bc095f63c3a6fcd3e1d8cd57a