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.88.0-nightly (10fa3c449 2025-04-26)# docs.rs version docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/unity-utils-0.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/unity-utils-0.0.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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250426-1.88.0-nightly-10fa3c449\", \"--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] cd3092b6876478d2e29bfa8efad75575274bc21614135665ed5225facf7a17ae [INFO] running `Command { std: "docker" "start" "-a" "cd3092b6876478d2e29bfa8efad75575274bc21614135665ed5225facf7a17ae", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Checking num-traits v0.2.19 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Checking gen-iter v0.3.0 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/lib.rs:60:12 [INFO] [stderr] | [INFO] [stderr] 60 | #![feature(generators, generator_trait)] [INFO] [stderr] | ^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: renamed to `coroutines` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::ops::Generator`, `core::ops::GeneratorState` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/gen_iter.rs:1:17 [INFO] [stderr] | [INFO] [stderr] 1 | use core::ops::{Generator, GeneratorState}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ no `GeneratorState` in `ops` [INFO] [stderr] | | [INFO] [stderr] | no `Generator` in `ops` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::ops::Generator`, `core::ops::GeneratorState` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/gen_iter_return.rs:1:17 [INFO] [stderr] | [INFO] [stderr] 1 | use core::ops::{Generator, GeneratorState}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ no `GeneratorState` in `ops` [INFO] [stderr] | | [INFO] [stderr] | no `Generator` in `ops` [INFO] [stderr] [INFO] [stderr] error[E0658]: yield syntax is experimental [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/gen_iter.rs:86:13 [INFO] [stderr] | [INFO] [stderr] 86 | yield 1; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information [INFO] [stderr] = help: add `#![feature(coroutines)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-04-26; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: yield syntax is experimental [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/gen_iter.rs:87:13 [INFO] [stderr] | [INFO] [stderr] 87 | yield 2; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information [INFO] [stderr] = help: add `#![feature(coroutines)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-04-26; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: yield syntax is experimental [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/gen_iter_return.rs:110:13 [INFO] [stderr] | [INFO] [stderr] 110 | yield 1; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information [INFO] [stderr] = help: add `#![feature(coroutines)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-04-26; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: yield syntax is experimental [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/gen_iter_return.rs:133:13 [INFO] [stderr] | [INFO] [stderr] 133 | yield 1; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information [INFO] [stderr] = help: add `#![feature(coroutines)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-04-26; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `generator_trait` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/lib.rs:60:24 [INFO] [stderr] | [INFO] [stderr] 60 | #![feature(generators, generator_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0557, E0635, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `gen-iter` (lib) due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "cd3092b6876478d2e29bfa8efad75575274bc21614135665ed5225facf7a17ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd3092b6876478d2e29bfa8efad75575274bc21614135665ed5225facf7a17ae", kill_on_drop: false }` [INFO] [stdout] cd3092b6876478d2e29bfa8efad75575274bc21614135665ed5225facf7a17ae