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.84.0-nightly (bc5cf994d 2024-11-05)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/extra_pointers-0.1.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/extra_pointers-0.1.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241105-1.84.0-nightly-bc5cf994d\", \"--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] dd5dd77cb77977d5a64339e6aabf84ec8748f7f7af0a03b626ee72a53eaec288
[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" "dd5dd77cb77977d5a64339e6aabf84ec8748f7f7af0a03b626ee72a53eaec288", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting extra_pointers v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `std::ptr::Shared`
[INFO] [stderr] --> src/irc.rs:4:5
[INFO] [stderr] |
[INFO] [stderr] 4 | use std::ptr::Shared;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `Shared` in `ptr`
[INFO] [stderr]
[INFO] [stderr] warning: the feature `intrinsics` is internal to the compiler or standard library
[INFO] [stderr] --> src/lib.rs:1:44
[INFO] [stderr] |
[INFO] [stderr] 1 | #![feature(shared, unsize, coerce_unsized, intrinsics)]
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: using it is strongly discouraged
[INFO] [stderr] = note: `#[warn(internal_features)]` on by default
[INFO] [stderr]
[INFO] [stderr] error[E0374]: the trait `CoerceUnsized` may only be implemented for a coercion between structures
[INFO] [stderr] --> src/irc.rs:23:1
[INFO] [stderr] |
[INFO] [stderr] 23 | impl<T: ?Sized + IntrusiveReferenceCounted, U: ?Sized + IntrusiveReferenceCounted> CoerceUnsized<Irc<U>> for Irc<T> where T: Unsize<U> {}
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected a single field to be coerced, none found
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0374, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0374`.
[INFO] [stderr] warning: `extra_pointers` (lib doc) generated 1 warning
[INFO] [stderr] error: could not document `extra_pointers`
[INFO] running `Command { std: "docker" "inspect" "dd5dd77cb77977d5a64339e6aabf84ec8748f7f7af0a03b626ee72a53eaec288", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd5dd77cb77977d5a64339e6aabf84ec8748f7f7af0a03b626ee72a53eaec288", kill_on_drop: false }`
[INFO] [stdout] dd5dd77cb77977d5a64339e6aabf84ec8748f7f7af0a03b626ee72a53eaec288