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 (f2a35426b 2024-11-16)# docs.rs version docsrs 0.6.0 (36c721fb 2024-11-06)# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/linked-buffer-0.0.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/linked-buffer-0.0.2/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\", \"-20241116-1.84.0-nightly-f2a35426b\", \"--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] a630df2704aeaf78631a92716a506fc48f3f0509c184d4f7c6d0b4b2f1bb3bce [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" "a630df2704aeaf78631a92716a506fc48f3f0509c184d4f7c6d0b4b2f1bb3bce", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking monoio v0.0.4 [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/io/async_read_rent_ext.rs:25:7 [INFO] [stderr] | [INFO] [stderr] 25 | = impl Future<Output = BufResult<usize, T>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/io/async_write_rent_ext.rs:25:7 [INFO] [stderr] | [INFO] [stderr] 25 | = impl Future<Output = BufResult<usize, T>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/io/async_buf_read.rs:53:7 [INFO] [stderr] | [INFO] [stderr] 53 | = impl Future<Output = std::io::Result<&'a [u8]>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/listener.rs:141:23 [INFO] [stderr] | [INFO] [stderr] 141 | type Future<'a> = impl Future<Output = Option<Self::Item>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/split.rs:27:7 [INFO] [stderr] | [INFO] [stderr] 27 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/split.rs:32:7 [INFO] [stderr] | [INFO] [stderr] 32 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/split.rs:50:7 [INFO] [stderr] | [INFO] [stderr] 50 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/split.rs:55:7 [INFO] [stderr] | [INFO] [stderr] 55 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/split.rs:59:7 [INFO] [stderr] | [INFO] [stderr] 59 | = impl std::future::Future<Output = Result<(), std::io::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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/split.rs:146:7 [INFO] [stderr] | [INFO] [stderr] 146 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/split.rs:150:7 [INFO] [stderr] | [INFO] [stderr] 150 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/split.rs:188:7 [INFO] [stderr] | [INFO] [stderr] 188 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/split.rs:192:7 [INFO] [stderr] | [INFO] [stderr] 192 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/split.rs:193:31 [INFO] [stderr] | [INFO] [stderr] 193 | type ShutdownFuture<'a> = impl std::future::Future<Output = Result<(), std::io::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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/stream.rs:127:7 [INFO] [stderr] | [INFO] [stderr] 127 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/stream.rs:131:7 [INFO] [stderr] | [INFO] [stderr] 131 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/stream.rs:132:31 [INFO] [stderr] | [INFO] [stderr] 132 | type ShutdownFuture<'a> = impl std::future::Future<Output = Result<(), std::io::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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/stream.rs:162:7 [INFO] [stderr] | [INFO] [stderr] 162 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/stream.rs:166:7 [INFO] [stderr] | [INFO] [stderr] 166 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/listener.rs:93:23 [INFO] [stderr] | [INFO] [stderr] 93 | type Future<'a> = impl Future<Output = Option<Self::Item>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/split.rs:27:7 [INFO] [stderr] | [INFO] [stderr] 27 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/split.rs:32:7 [INFO] [stderr] | [INFO] [stderr] 32 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/split.rs:50:7 [INFO] [stderr] | [INFO] [stderr] 50 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/split.rs:55:7 [INFO] [stderr] | [INFO] [stderr] 55 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/split.rs:59:7 [INFO] [stderr] | [INFO] [stderr] 59 | = impl std::future::Future<Output = Result<(), std::io::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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/split.rs:146:7 [INFO] [stderr] | [INFO] [stderr] 146 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/split.rs:150:7 [INFO] [stderr] | [INFO] [stderr] 150 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/split.rs:167:7 [INFO] [stderr] | [INFO] [stderr] 167 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/split.rs:171:7 [INFO] [stderr] | [INFO] [stderr] 171 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/split.rs:172:31 [INFO] [stderr] | [INFO] [stderr] 172 | type ShutdownFuture<'a> = impl std::future::Future<Output = Result<(), std::io::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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/stream.rs:116:7 [INFO] [stderr] | [INFO] [stderr] 116 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/stream.rs:120:7 [INFO] [stderr] | [INFO] [stderr] 120 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/stream.rs:121:31 [INFO] [stderr] | [INFO] [stderr] 121 | type ShutdownFuture<'a> = impl std::future::Future<Output = Result<(), std::io::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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/stream.rs:151:7 [INFO] [stderr] | [INFO] [stderr] 151 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/stream.rs:155:7 [INFO] [stderr] | [INFO] [stderr] 155 | = impl std::future::Future<Output = crate::BufResult<usize, B>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/stream/iter.rs:31:7 [INFO] [stderr] | [INFO] [stderr] 31 | = impl Future<Output = Option<Self::Item>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/stream/stream_ext.rs:69:7 [INFO] [stderr] | [INFO] [stderr] 69 | = impl Future<Output = Option<Self::Item>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/stream/stream_ext.rs:103:7 [INFO] [stderr] | [INFO] [stderr] 103 | = impl Future<Output = Option<Self::Item>>; [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 2024-11-16; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `B: IoBuf` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/stream.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | op.write() [INFO] [stderr] | ^^^^^^^^^^ the trait `IoBuf` is not implemented for `B` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `send::<impl Op<send::Send<T>>>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/driver/send.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | impl<T: IoBuf> Op<Send<T>> { [INFO] [stderr] | ^^^^^ required by this bound in `send::<impl Op<Send<T>>>` [INFO] [stderr] help: consider further restricting this bound [INFO] [stderr] | [INFO] [stderr] 126 | B: 'a + buf::io_buf::IoBuf, [INFO] [stderr] | ++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `B: IoVecBuf` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/stream.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | op.write() [INFO] [stderr] | ^^^^^^^^^^ the trait `IoVecBuf` is not implemented for `B` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `write::<impl Op<WriteVec<T>>>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/driver/write.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | impl<T: IoVecBuf> Op<WriteVec<T>> { [INFO] [stderr] | ^^^^^^^^ required by this bound in `write::<impl Op<WriteVec<T>>>` [INFO] [stderr] help: consider further restricting this bound [INFO] [stderr] | [INFO] [stderr] 130 | B: 'a + buf::io_vec_buf::IoVecBuf, [INFO] [stderr] | +++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `B: IoBufMut` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/stream.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 171 | op.read() [INFO] [stderr] | ^^^^^^^^^ the trait `IoBufMut` is not implemented for `B` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `recv::<impl Op<recv::Recv<T>>>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/driver/recv.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | impl<T: IoBufMut> Op<Recv<T>> { [INFO] [stderr] | ^^^^^^^^ required by this bound in `recv::<impl Op<Recv<T>>>` [INFO] [stderr] help: consider further restricting this bound [INFO] [stderr] | [INFO] [stderr] 161 | B: 'a + buf::io_buf::IoBufMut, [INFO] [stderr] | +++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `B: IoVecBufMut` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/tcp/stream.rs:177:9 [INFO] [stderr] | [INFO] [stderr] 177 | op.read() [INFO] [stderr] | ^^^^^^^^^ the trait `IoVecBufMut` is not implemented for `B` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `read::<impl Op<ReadVec<T>>>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/driver/read.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | impl<T: IoVecBufMut> Op<ReadVec<T>> { [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `read::<impl Op<ReadVec<T>>>` [INFO] [stderr] help: consider further restricting this bound [INFO] [stderr] | [INFO] [stderr] 165 | B: 'a + buf::io_vec_buf::IoVecBufMut, [INFO] [stderr] | ++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `B: IoBuf` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/stream.rs:126:9 [INFO] [stderr] | [INFO] [stderr] 126 | op.write() [INFO] [stderr] | ^^^^^^^^^^ the trait `IoBuf` is not implemented for `B` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `send::<impl Op<send::Send<T>>>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/driver/send.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | impl<T: IoBuf> Op<Send<T>> { [INFO] [stderr] | ^^^^^ required by this bound in `send::<impl Op<Send<T>>>` [INFO] [stderr] help: consider further restricting this bound [INFO] [stderr] | [INFO] [stderr] 115 | B: 'a + buf::io_buf::IoBuf, [INFO] [stderr] | ++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `B: IoVecBuf` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/stream.rs:131:9 [INFO] [stderr] | [INFO] [stderr] 131 | op.write() [INFO] [stderr] | ^^^^^^^^^^ the trait `IoVecBuf` is not implemented for `B` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `write::<impl Op<WriteVec<T>>>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/driver/write.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | impl<T: IoVecBuf> Op<WriteVec<T>> { [INFO] [stderr] | ^^^^^^^^ required by this bound in `write::<impl Op<WriteVec<T>>>` [INFO] [stderr] help: consider further restricting this bound [INFO] [stderr] | [INFO] [stderr] 119 | B: 'a + buf::io_vec_buf::IoVecBuf, [INFO] [stderr] | +++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `B: IoBufMut` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/stream.rs:160:9 [INFO] [stderr] | [INFO] [stderr] 160 | op.read() [INFO] [stderr] | ^^^^^^^^^ the trait `IoBufMut` is not implemented for `B` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `recv::<impl Op<recv::Recv<T>>>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/driver/recv.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | impl<T: IoBufMut> Op<Recv<T>> { [INFO] [stderr] | ^^^^^^^^ required by this bound in `recv::<impl Op<Recv<T>>>` [INFO] [stderr] help: consider further restricting this bound [INFO] [stderr] | [INFO] [stderr] 150 | B: 'a + buf::io_buf::IoBufMut, [INFO] [stderr] | +++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `B: IoVecBufMut` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/net/unix/stream.rs:166:9 [INFO] [stderr] | [INFO] [stderr] 166 | op.read() [INFO] [stderr] | ^^^^^^^^^ the trait `IoVecBufMut` is not implemented for `B` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `read::<impl Op<ReadVec<T>>>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/driver/read.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | impl<T: IoVecBufMut> Op<ReadVec<T>> { [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `read::<impl Op<ReadVec<T>>>` [INFO] [stderr] help: consider further restricting this bound [INFO] [stderr] | [INFO] [stderr] 154 | B: 'a + buf::io_vec_buf::IoVecBufMut, [INFO] [stderr] | ++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: expected a `FnMut(<T as stream::Stream>::Item)` closure, found `F` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/stream/stream_ext.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | / async move { [INFO] [stderr] 35 | | while let Some(item) = self.next().await { [INFO] [stderr] 36 | | (f)(item).await; [INFO] [stderr] 37 | | } [INFO] [stderr] 38 | | } [INFO] [stderr] | |_________^ expected an `FnMut(<T as stream::Stream>::Item)` closure, found `F` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `stream_ext::StreamExt::for_each` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/stream/stream_ext.rs:30:12 [INFO] [stderr] | [INFO] [stderr] 28 | fn for_each<Fut, F>(mut self, mut f: F) -> ForEachFut<Self, Fut, F> [INFO] [stderr] | -------- required by a bound in this associated function [INFO] [stderr] 29 | where [INFO] [stderr] 30 | F: FnMut(Self::Item) -> Fut, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `StreamExt::for_each` [INFO] [stderr] help: consider restricting type parameter `F` [INFO] [stderr] | [INFO] [stderr] 44 | type ForEachFut<T: Stream, Fut, F: FnMut(<T as stream::Stream>::Item)> = impl Future<Output = ()>; [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: `Fut` is not a future [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/stream/stream_ext.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | / async move { [INFO] [stderr] 35 | | while let Some(item) = self.next().await { [INFO] [stderr] 36 | | (f)(item).await; [INFO] [stderr] 37 | | } [INFO] [stderr] 38 | | } [INFO] [stderr] | |_________^ `Fut` is not a future [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `stream_ext::StreamExt::for_each` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/monoio-0.0.4/src/stream/stream_ext.rs:31:14 [INFO] [stderr] | [INFO] [stderr] 28 | fn for_each<Fut, F>(mut self, mut f: F) -> ForEachFut<Self, Fut, F> [INFO] [stderr] | -------- required by a bound in this associated function [INFO] [stderr] ... [INFO] [stderr] 31 | Fut: Future<Output = ()>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ required by this bound in `StreamExt::for_each` [INFO] [stderr] help: consider restricting type parameter `Fut` [INFO] [stderr] | [INFO] [stderr] 44 | type ForEachFut<T: Stream, Fut: futures::Future, F> = impl Future<Output = ()>; [INFO] [stderr] | +++++++++++++++++ [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `monoio` (lib) due to 48 previous errors [INFO] running `Command { std: "docker" "inspect" "a630df2704aeaf78631a92716a506fc48f3f0509c184d4f7c6d0b4b2f1bb3bce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a630df2704aeaf78631a92716a506fc48f3f0509c184d4f7c6d0b4b2f1bb3bce", kill_on_drop: false }` [INFO] [stdout] a630df2704aeaf78631a92716a506fc48f3f0509c184d4f7c6d0b4b2f1bb3bce