Build #1287627 2024-07-10 17:44:18
# rustc version
rustc 1.81.0-nightly (6be96e386 2024-07-09)# docs.rs version
docsrs 0.6.0 (55314a20 2024-07-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/async-compatibility-layer-1.2.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/async-compatibility-layer-1.2.1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240709-1.81.0-nightly-6be96e386\", \"--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] 508e52fbc3f0d0ef6c0847e4b4527025aea7505107882a8fb357927b661cdf02
[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" "508e52fbc3f0d0ef6c0847e4b4527025aea7505107882a8fb357927b661cdf02", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting async-compatibility-layer v1.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_executor_impl`
[INFO] [stderr] --> src/lib.rs:6:11
[INFO] [stderr] |
[INFO] [stderr] 6 | #[cfg(all(async_executor_impl = "async-std", async_executor_impl = "tokio"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_executor_impl, values("async-std"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_executor_impl, values(\"async-std\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_executor_impl`
[INFO] [stderr] --> src/lib.rs:6:46
[INFO] [stderr] |
[INFO] [stderr] 6 | #[cfg(all(async_executor_impl = "async-std", async_executor_impl = "tokio"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_executor_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_executor_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_executor_impl`
[INFO] [stderr] --> src/lib.rs:12:11
[INFO] [stderr] |
[INFO] [stderr] 12 | #[cfg(not(async_executor_impl = "tokio"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_executor_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_executor_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_executor_impl`
[INFO] [stderr] --> src/lib.rs:17:7
[INFO] [stderr] |
[INFO] [stderr] 17 | #[cfg(async_executor_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_executor_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_executor_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_executor_impl`
[INFO] [stderr] --> src/channel.rs:24:15
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(not(async_executor_impl = "tokio"), async_channel_impl = "tokio"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_executor_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_executor_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel.rs:24:47
[INFO] [stderr] |
[INFO] [stderr] 24 | #[cfg(all(not(async_executor_impl = "tokio"), async_channel_impl = "tokio"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:6:7
[INFO] [stderr] |
[INFO] [stderr] 6 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:48:7
[INFO] [stderr] |
[INFO] [stderr] 48 | #[cfg(async_channel_impl = "flume")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:78:15
[INFO] [stderr] |
[INFO] [stderr] 78 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:78:45
[INFO] [stderr] |
[INFO] [stderr] 78 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:117:15
[INFO] [stderr] |
[INFO] [stderr] 117 | #[cfg(async_channel_impl = "flume")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:119:23
[INFO] [stderr] |
[INFO] [stderr] 119 | #[cfg(not(all(async_channel_impl = "flume")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:142:15
[INFO] [stderr] |
[INFO] [stderr] 142 | #[cfg(async_channel_impl = "flume")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:144:15
[INFO] [stderr] |
[INFO] [stderr] 144 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:146:23
[INFO] [stderr] |
[INFO] [stderr] 146 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:146:53
[INFO] [stderr] |
[INFO] [stderr] 146 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:156:23
[INFO] [stderr] |
[INFO] [stderr] 156 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:156:53
[INFO] [stderr] |
[INFO] [stderr] 156 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:158:15
[INFO] [stderr] |
[INFO] [stderr] 158 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:160:15
[INFO] [stderr] |
[INFO] [stderr] 160 | #[cfg(async_channel_impl = "flume")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:231:15
[INFO] [stderr] |
[INFO] [stderr] 231 | #[cfg(async_channel_impl = "flume")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:233:15
[INFO] [stderr] |
[INFO] [stderr] 233 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:238:23
[INFO] [stderr] |
[INFO] [stderr] 238 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/bounded.rs:238:53
[INFO] [stderr] |
[INFO] [stderr] 238 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/oneshot.rs:2:7
[INFO] [stderr] |
[INFO] [stderr] 2 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/oneshot.rs:43:7
[INFO] [stderr] |
[INFO] [stderr] 43 | #[cfg(async_channel_impl = "flume")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/oneshot.rs:64:15
[INFO] [stderr] |
[INFO] [stderr] 64 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/oneshot.rs:64:45
[INFO] [stderr] |
[INFO] [stderr] 64 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/oneshot.rs:93:23
[INFO] [stderr] |
[INFO] [stderr] 93 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/oneshot.rs:93:53
[INFO] [stderr] |
[INFO] [stderr] 93 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/oneshot.rs:97:19
[INFO] [stderr] |
[INFO] [stderr] 97 | #[cfg(any(async_channel_impl = "flume", async_channel_impl = "tokio"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/oneshot.rs:97:49
[INFO] [stderr] |
[INFO] [stderr] 97 | #[cfg(any(async_channel_impl = "flume", async_channel_impl = "tokio"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/oneshot.rs:111:15
[INFO] [stderr] |
[INFO] [stderr] 111 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/oneshot.rs:113:15
[INFO] [stderr] |
[INFO] [stderr] 113 | #[cfg(async_channel_impl = "flume")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/oneshot.rs:115:23
[INFO] [stderr] |
[INFO] [stderr] 115 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/oneshot.rs:115:53
[INFO] [stderr] |
[INFO] [stderr] 115 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:8:7
[INFO] [stderr] |
[INFO] [stderr] 8 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:59:7
[INFO] [stderr] |
[INFO] [stderr] 59 | #[cfg(async_channel_impl = "flume")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:95:15
[INFO] [stderr] |
[INFO] [stderr] 95 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:95:45
[INFO] [stderr] |
[INFO] [stderr] 95 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:140:15
[INFO] [stderr] |
[INFO] [stderr] 140 | #[cfg(async_channel_impl = "flume")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:142:15
[INFO] [stderr] |
[INFO] [stderr] 142 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:144:23
[INFO] [stderr] |
[INFO] [stderr] 144 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:144:53
[INFO] [stderr] |
[INFO] [stderr] 144 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:159:15
[INFO] [stderr] |
[INFO] [stderr] 159 | #[cfg(async_channel_impl = "flume")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:161:15
[INFO] [stderr] |
[INFO] [stderr] 161 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:163:23
[INFO] [stderr] |
[INFO] [stderr] 163 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:163:53
[INFO] [stderr] |
[INFO] [stderr] 163 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:169:23
[INFO] [stderr] |
[INFO] [stderr] 169 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:169:53
[INFO] [stderr] |
[INFO] [stderr] 169 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:171:15
[INFO] [stderr] |
[INFO] [stderr] 171 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:173:15
[INFO] [stderr] |
[INFO] [stderr] 173 | #[cfg(async_channel_impl = "flume")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:184:15
[INFO] [stderr] |
[INFO] [stderr] 184 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:191:19
[INFO] [stderr] |
[INFO] [stderr] 191 | #[cfg(not(async_channel_impl = "tokio"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:251:15
[INFO] [stderr] |
[INFO] [stderr] 251 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:253:23
[INFO] [stderr] |
[INFO] [stderr] 253 | #[cfg(not(all(async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:266:15
[INFO] [stderr] |
[INFO] [stderr] 266 | #[cfg(async_channel_impl = "flume")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:268:15
[INFO] [stderr] |
[INFO] [stderr] 268 | #[cfg(async_channel_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:273:23
[INFO] [stderr] |
[INFO] [stderr] 273 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("flume"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"flume\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_channel_impl`
[INFO] [stderr] --> src/channel/unbounded.rs:273:53
[INFO] [stderr] |
[INFO] [stderr] 273 | #[cfg(not(any(async_channel_impl = "flume", async_channel_impl = "tokio")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_channel_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_channel_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_executor_impl`
[INFO] [stderr] --> src/async_primitives/subscribable_mutex.rs:8:11
[INFO] [stderr] |
[INFO] [stderr] 8 | #[cfg(not(async_executor_impl = "tokio"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_executor_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_executor_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `async_executor_impl`
[INFO] [stderr] --> src/async_primitives/subscribable_mutex.rs:10:7
[INFO] [stderr] |
[INFO] [stderr] 10 | #[cfg(async_executor_impl = "tokio")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_executor_impl, values("tokio"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(async_executor_impl, values(\"tokio\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: `unbounded` is both a function and a module
[INFO] [stderr] --> src/channel.rs:3:9
[INFO] [stderr] |
[INFO] [stderr] 3 | //! - [`unbounded`] returning an [`UnboundedSender`] and [`UnboundedReceiver`]
[INFO] [stderr] | ^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 3 | //! - [`unbounded()`] returning an [`UnboundedSender`] and [`UnboundedReceiver`]
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 3 | //! - [`mod@unbounded`] returning an [`UnboundedSender`] and [`UnboundedReceiver`]
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `bounded` is both a function and a module
[INFO] [stderr] --> src/channel.rs:4:9
[INFO] [stderr] |
[INFO] [stderr] 4 | //! - [`bounded`] returning an [`BoundedSender`] and [`BoundedReceiver`]
[INFO] [stderr] | ^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 4 | //! - [`bounded()`] returning an [`BoundedSender`] and [`BoundedReceiver`]
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 4 | //! - [`mod@bounded`] returning an [`BoundedSender`] and [`BoundedReceiver`]
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `BoundedSender`
[INFO] [stderr] --> src/channel.rs:4:34
[INFO] [stderr] |
[INFO] [stderr] 4 | //! - [`bounded`] returning an [`BoundedSender`] and [`BoundedReceiver`]
[INFO] [stderr] | ^^^^^^^^^^^^^ no item named `BoundedSender` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `BoundedReceiver`
[INFO] [stderr] --> src/channel.rs:4:56
[INFO] [stderr] |
[INFO] [stderr] 4 | //! - [`bounded`] returning an [`BoundedSender`] and [`BoundedReceiver`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `BoundedReceiver` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `oneshot` is both a function and a module
[INFO] [stderr] --> src/channel.rs:5:9
[INFO] [stderr] |
[INFO] [stderr] 5 | //! - [`oneshot`] returning an [`OneShotSender`] and [`OneShotReceiver`]
[INFO] [stderr] | ^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 5 | //! - [`oneshot()`] returning an [`OneShotSender`] and [`OneShotReceiver`]
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 5 | //! - [`mod@oneshot`] returning an [`OneShotSender`] and [`OneShotReceiver`]
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `channel`
[INFO] [stderr] --> src/channel/bounded.rs:84:42
[INFO] [stderr] |
[INFO] [stderr] 84 | /// A bounded sender, created with [`channel`]
[INFO] [stderr] | ^^^^^^^ no item named `channel` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `channel`
[INFO] [stderr] --> src/channel/bounded.rs:86:44
[INFO] [stderr] |
[INFO] [stderr] 86 | /// A bounded receiver, created with [`channel`]
[INFO] [stderr] | ^^^^^^^ no item named `channel` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `bounded`
[INFO] [stderr] --> src/channel/unbounded.rs:122:128
[INFO] [stderr] |
[INFO] [stderr] 122 | ...fically chosen to be less ergonomic than the [`bounded`] channels. Please consider using a bounded channel instead for performance rea...
[INFO] [stderr] | ^^^^^^^ no item named `bounded` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Receiver`
[INFO] [stderr] --> src/async_primitives/subscribable_mutex.rs:15:41
[INFO] [stderr] |
[INFO] [stderr] 15 | /// [`Self::subscribe`] will return a [`Receiver`] which can be used to be notified of changes.
[INFO] [stderr] | ^^^^^^^^ no item named `Receiver` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Receiver`
[INFO] [stderr] --> src/async_primitives/subscribable_mutex.rs:69:20
[INFO] [stderr] |
[INFO] [stderr] 69 | /// Create a [`Receiver`] that will be notified every time a thread calls [`Self::notify_change_subscribers`]
[INFO] [stderr] | ^^^^^^^^ no item named `Receiver` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `async-compatibility-layer` (lib doc) generated 72 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/async_compatibility_layer/index.html
[INFO] running `Command { std: "docker" "inspect" "508e52fbc3f0d0ef6c0847e4b4527025aea7505107882a8fb357927b661cdf02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "508e52fbc3f0d0ef6c0847e4b4527025aea7505107882a8fb357927b661cdf02", kill_on_drop: false }`
[INFO] [stdout] 508e52fbc3f0d0ef6c0847e4b4527025aea7505107882a8fb357927b661cdf02