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 (f85c6de55 2025-01-26)
# docs.rs version docsrs 0.6.0 (29a0e81b 2025-01-22)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/io-plugin-0.6.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/io-plugin-0.6.0/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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250126-1.86.0-nightly-f85c6de55\", \"--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] 85dc9faaa4bc93a391b53d908273dce2663741724664ed6dc8d71e9ab4186d2a [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" "85dc9faaa4bc93a391b53d908273dce2663741724664ed6dc8d71e9ab4186d2a", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling io-plugin-macros v0.6.0 [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-plugin-macros-0.6.0/src/enums.rs:18:22 [INFO] [stderr] | [INFO] [stderr] 18 | .extract_if(|a| { [INFO] [stderr] | ^ [INFO] [stderr] 19 | a.path() [INFO] [stderr] | - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 18 | .extract_if(|a: /* Type */| { [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0061]: this method takes 2 arguments but 1 argument was supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-plugin-macros-0.6.0/src/enums.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | .extract_if(|a| { [INFO] [stderr] | __________^^^^^^^^^^- [INFO] [stderr] 19 | | a.path() [INFO] [stderr] 20 | | .get_ident() [INFO] [stderr] 21 | | .is_some_and(|ident| ident.to_string() == id) [INFO] [stderr] 22 | | }) [INFO] [stderr] | |__________- argument #2 is missing [INFO] [stderr] | [INFO] [stderr] note: method defined here [INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/vec/mod.rs:3708:12 [INFO] [stderr] | [INFO] [stderr] 3708 | pub fn extract_if<F, R>(&mut self, range: R, filter: F) -> ExtractIf<'_, T, F, A> [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] help: provide the argument [INFO] [stderr] | [INFO] [stderr] 18 ~ .extract_if(|a| { [INFO] [stderr] 19 + a.path() [INFO] [stderr] 20 + .get_ident() [INFO] [stderr] 21 + .is_some_and(|ident| ident.to_string() == id) [INFO] [stderr] 22 + }, /* filter */) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0282. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `io-plugin-macros` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "85dc9faaa4bc93a391b53d908273dce2663741724664ed6dc8d71e9ab4186d2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85dc9faaa4bc93a391b53d908273dce2663741724664ed6dc8d71e9ab4186d2a", kill_on_drop: false }` [INFO] [stdout] 85dc9faaa4bc93a391b53d908273dce2663741724664ed6dc8d71e9ab4186d2a