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.86.0-nightly (48a426eca 2025-01-12)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/embedded-nal-async-std-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/embedded-nal-async-std-0.1.1/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250112-1.86.0-nightly-48a426eca\", \"--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] 141255d75b54808ad5a9f3f29d55fe585788eefbc81bf2102d78b23cbc962fcc
[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" "141255d75b54808ad5a9f3f29d55fe585788eefbc81bf2102d78b23cbc962fcc", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: tcp_client, tcp_server
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting embedded-nal-async-std v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr] --> src/dns.rs:15:36
[INFO] [stderr] |
[INFO] [stderr] 15 | type GetHostByNameFuture<'m> = impl Future<Output = Result<embedded_nal_async::IpAddr, Self::Error>>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-12; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr] --> src/tcp.rs:63:30
[INFO] [stderr] |
[INFO] [stderr] 63 | type ConnectFuture<'m> = impl Future<Output = Result<(), Self::Error>>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-12; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr] --> src/tcp.rs:88:27
[INFO] [stderr] |
[INFO] [stderr] 88 | type SendFuture<'m> = impl Future<Output = Result<usize, Self::Error>>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-12; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr] --> src/tcp.rs:103:30
[INFO] [stderr] |
[INFO] [stderr] 103 | type ReceiveFuture<'m> = impl Future<Output = Result<usize, Self::Error>>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-12; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr] --> src/tcp.rs:125:27
[INFO] [stderr] |
[INFO] [stderr] 125 | type BindFuture<'m> = impl Future<Output = Result<(), Self::Error>>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-12; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr] --> src/tcp.rs:149:29
[INFO] [stderr] |
[INFO] [stderr] 149 | type AcceptFuture<'m> = impl Future<Output = Result<(Self::TcpSocket, embedded_nal_async::SocketAddr), Self::Error>>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-12; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr] --> src/udp.rs:51:30
[INFO] [stderr] |
[INFO] [stderr] 51 | type ConnectFuture<'m> = impl Future<Output = Result<(), Self::Error>>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-12; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr] --> src/udp.rs:77:27
[INFO] [stderr] |
[INFO] [stderr] 77 | type SendFuture<'m> = impl Future<Output = Result<(), Self::Error>>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-12; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr] --> src/udp.rs:92:30
[INFO] [stderr] |
[INFO] [stderr] 92 | type ReceiveFuture<'m> = impl Future<Output = Result<(usize, embedded_nal_async::SocketAddr), Self::Error>>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-12; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr] --> src/udp.rs:118:27
[INFO] [stderr] |
[INFO] [stderr] 118 | type BindFuture<'m> = impl Future<Output = Result<(), Self::Error>>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-12; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr] --> src/udp.rs:135:29
[INFO] [stderr] |
[INFO] [stderr] 135 | type SendToFuture<'m> = impl Future<Output = Result<(), Self::Error>>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-12; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0658`.
[INFO] [stderr] error: could not document `embedded-nal-async-std`
[INFO] running `Command { std: "docker" "inspect" "141255d75b54808ad5a9f3f29d55fe585788eefbc81bf2102d78b23cbc962fcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "141255d75b54808ad5a9f3f29d55fe585788eefbc81bf2102d78b23cbc962fcc", kill_on_drop: false }`
[INFO] [stdout] 141255d75b54808ad5a9f3f29d55fe585788eefbc81bf2102d78b23cbc962fcc