[INFO] fetching crate slotmap-map 1.0.7... [INFO] testing slotmap-map-1.0.7 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate slotmap-map 1.0.7 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate slotmap-map 1.0.7 [INFO] finished tweaking crates.io crate slotmap-map 1.0.7 [INFO] tweaked toml for crates.io crate slotmap-map 1.0.7 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate slotmap-map 1.0.7 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate slotmap-map 1.0.7 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8f91845f83074f075a7296a7e0797ef5751ad2638ccbd58f951928a4307f1019 [INFO] running `Command { std: "docker" "start" "-a" "8f91845f83074f075a7296a7e0797ef5751ad2638ccbd58f951928a4307f1019", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f91845f83074f075a7296a7e0797ef5751ad2638ccbd58f951928a4307f1019", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f91845f83074f075a7296a7e0797ef5751ad2638ccbd58f951928a4307f1019", kill_on_drop: false }` [INFO] [stdout] 8f91845f83074f075a7296a7e0797ef5751ad2638ccbd58f951928a4307f1019 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0cb3ae82198dcab92062915bfd144f49c7b8d0a6c69346fc0f859b73bcce77cb [INFO] running `Command { std: "docker" "start" "-a" "0cb3ae82198dcab92062915bfd144f49c7b8d0a6c69346fc0f859b73bcce77cb", kill_on_drop: false }` [INFO] [stderr] Compiling slotmap-map v1.0.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `unaligned_references` has been removed: converted into hard error, see issue #82523 for more information [INFO] [stdout] --> src/lib.rs:13:23 [INFO] [stdout] | [INFO] [stdout] 13 | #![deny(missing_docs, unaligned_references)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/lib.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #![cfg_attr(all(nightly, feature = "unstable"), feature(try_reserve))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/lib.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | #![cfg_attr(all(nightly, doc), feature(doc_cfg))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/basic.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/basic.rs:332:15 [INFO] [stdout] | [INFO] [stdout] 332 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/basic.rs:722:11 [INFO] [stdout] | [INFO] [stdout] 722 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/basic.rs:785:11 [INFO] [stdout] | [INFO] [stdout] 785 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/dense.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/dense.rs:208:15 [INFO] [stdout] | [INFO] [stdout] 208 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/dense.rs:606:11 [INFO] [stdout] | [INFO] [stdout] 606 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/dense.rs:671:11 [INFO] [stdout] | [INFO] [stdout] 671 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/hop.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/hop.rs:321:15 [INFO] [stdout] | [INFO] [stdout] 321 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/hop.rs:796:11 [INFO] [stdout] | [INFO] [stdout] 796 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/hop.rs:860:11 [INFO] [stdout] | [INFO] [stdout] 860 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/secondary.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/secondary.rs:255:15 [INFO] [stdout] | [INFO] [stdout] 255 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/secondary.rs:584:11 [INFO] [stdout] | [INFO] [stdout] 584 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/secondary.rs:658:11 [INFO] [stdout] | [INFO] [stdout] 658 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/sparse_secondary.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/sparse_secondary.rs:231:15 [INFO] [stdout] | [INFO] [stdout] 231 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/sparse_secondary.rs:549:11 [INFO] [stdout] | [INFO] [stdout] 549 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/sparse_secondary.rs:617:11 [INFO] [stdout] | [INFO] [stdout] 617 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:53:16 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn get(&self) -> SlotContent { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 53 | pub fn get(&self) -> SlotContent<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:63:20 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_mut(&mut self) -> SlotContentMut { [INFO] [stdout] | ^^^^^^^^^ ----------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_mut(&mut self) -> SlotContentMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:605:18 [INFO] [stdout] | [INFO] [stdout] 605 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 605 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:817:17 [INFO] [stdout] | [INFO] [stdout] 817 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 817 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:853:21 [INFO] [stdout] | [INFO] [stdout] 853 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 853 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:883:17 [INFO] [stdout] | [INFO] [stdout] 883 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 883 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:906:19 [INFO] [stdout] | [INFO] [stdout] 906 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 906 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:930:23 [INFO] [stdout] | [INFO] [stdout] 930 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 930 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:476:18 [INFO] [stdout] | [INFO] [stdout] 476 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 476 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:701:17 [INFO] [stdout] | [INFO] [stdout] 701 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 701 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:731:21 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:754:17 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 754 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:774:19 [INFO] [stdout] | [INFO] [stdout] 774 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 774 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:795:23 [INFO] [stdout] | [INFO] [stdout] 795 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 795 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn get(&self) -> SlotContent { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 73 | pub fn get(&self) -> SlotContent<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_mut(&mut self) -> SlotContentMut { [INFO] [stdout] | ^^^^^^^^^ ----------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_mut(&mut self) -> SlotContentMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:671:18 [INFO] [stdout] | [INFO] [stdout] 671 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 671 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:889:17 [INFO] [stdout] | [INFO] [stdout] 889 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 889 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:921:21 [INFO] [stdout] | [INFO] [stdout] 921 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 921 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:946:17 [INFO] [stdout] | [INFO] [stdout] 946 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 946 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:966:19 [INFO] [stdout] | [INFO] [stdout] 966 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 966 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:987:23 [INFO] [stdout] | [INFO] [stdout] 987 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 987 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:460:18 [INFO] [stdout] | [INFO] [stdout] 460 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 460 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:691:17 [INFO] [stdout] | [INFO] [stdout] 691 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 691 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:726:21 [INFO] [stdout] | [INFO] [stdout] 726 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 726 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:754:17 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 754 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:778:19 [INFO] [stdout] | [INFO] [stdout] 778 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 778 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:803:23 [INFO] [stdout] | [INFO] [stdout] 803 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 803 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:823:18 [INFO] [stdout] | [INFO] [stdout] 823 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 823 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:424:18 [INFO] [stdout] | [INFO] [stdout] 424 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 424 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:650:17 [INFO] [stdout] | [INFO] [stdout] 650 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 650 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:684:21 [INFO] [stdout] | [INFO] [stdout] 684 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 684 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:711:17 [INFO] [stdout] | [INFO] [stdout] 711 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 711 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:735:19 [INFO] [stdout] | [INFO] [stdout] 735 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 735 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:760:23 [INFO] [stdout] | [INFO] [stdout] 760 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 760 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:780:18 [INFO] [stdout] | [INFO] [stdout] 780 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 780 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `Command { std: "docker" "inspect" "0cb3ae82198dcab92062915bfd144f49c7b8d0a6c69346fc0f859b73bcce77cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cb3ae82198dcab92062915bfd144f49c7b8d0a6c69346fc0f859b73bcce77cb", kill_on_drop: false }` [INFO] [stdout] 0cb3ae82198dcab92062915bfd144f49c7b8d0a6c69346fc0f859b73bcce77cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43b6547afa0ed5ab2b73a5618c14d7f2f188ed4a3323bd114dd09e438c6dc4e3 [INFO] running `Command { std: "docker" "start" "-a" "43b6547afa0ed5ab2b73a5618c14d7f2f188ed4a3323bd114dd09e438c6dc4e3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling serde_json v1.0.115 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stdout] warning: lint `unaligned_references` has been removed: converted into hard error, see issue #82523 for more information [INFO] [stdout] --> src/lib.rs:13:23 [INFO] [stdout] | [INFO] [stdout] 13 | #![deny(missing_docs, unaligned_references)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/lib.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #![cfg_attr(all(nightly, feature = "unstable"), feature(try_reserve))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/lib.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | #![cfg_attr(all(nightly, doc), feature(doc_cfg))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/basic.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/basic.rs:332:15 [INFO] [stdout] | [INFO] [stdout] 332 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/basic.rs:722:11 [INFO] [stdout] | [INFO] [stdout] 722 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/basic.rs:785:11 [INFO] [stdout] | [INFO] [stdout] 785 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/dense.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/dense.rs:208:15 [INFO] [stdout] | [INFO] [stdout] 208 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/dense.rs:606:11 [INFO] [stdout] | [INFO] [stdout] 606 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/dense.rs:671:11 [INFO] [stdout] | [INFO] [stdout] 671 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/hop.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/hop.rs:321:15 [INFO] [stdout] | [INFO] [stdout] 321 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/hop.rs:796:11 [INFO] [stdout] | [INFO] [stdout] 796 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/hop.rs:860:11 [INFO] [stdout] | [INFO] [stdout] 860 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/secondary.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/secondary.rs:255:15 [INFO] [stdout] | [INFO] [stdout] 255 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/secondary.rs:584:11 [INFO] [stdout] | [INFO] [stdout] 584 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/secondary.rs:658:11 [INFO] [stdout] | [INFO] [stdout] 658 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/sparse_secondary.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/sparse_secondary.rs:231:15 [INFO] [stdout] | [INFO] [stdout] 231 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/sparse_secondary.rs:549:11 [INFO] [stdout] | [INFO] [stdout] 549 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/sparse_secondary.rs:617:11 [INFO] [stdout] | [INFO] [stdout] 617 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:53:16 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn get(&self) -> SlotContent { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 53 | pub fn get(&self) -> SlotContent<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:63:20 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_mut(&mut self) -> SlotContentMut { [INFO] [stdout] | ^^^^^^^^^ ----------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_mut(&mut self) -> SlotContentMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:605:18 [INFO] [stdout] | [INFO] [stdout] 605 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 605 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:817:17 [INFO] [stdout] | [INFO] [stdout] 817 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 817 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:853:21 [INFO] [stdout] | [INFO] [stdout] 853 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 853 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:883:17 [INFO] [stdout] | [INFO] [stdout] 883 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 883 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:906:19 [INFO] [stdout] | [INFO] [stdout] 906 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 906 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:930:23 [INFO] [stdout] | [INFO] [stdout] 930 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 930 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:476:18 [INFO] [stdout] | [INFO] [stdout] 476 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 476 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:701:17 [INFO] [stdout] | [INFO] [stdout] 701 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 701 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:731:21 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:754:17 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 754 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:774:19 [INFO] [stdout] | [INFO] [stdout] 774 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 774 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:795:23 [INFO] [stdout] | [INFO] [stdout] 795 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 795 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn get(&self) -> SlotContent { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 73 | pub fn get(&self) -> SlotContent<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_mut(&mut self) -> SlotContentMut { [INFO] [stdout] | ^^^^^^^^^ ----------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_mut(&mut self) -> SlotContentMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:671:18 [INFO] [stdout] | [INFO] [stdout] 671 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 671 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:889:17 [INFO] [stdout] | [INFO] [stdout] 889 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 889 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:921:21 [INFO] [stdout] | [INFO] [stdout] 921 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 921 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:946:17 [INFO] [stdout] | [INFO] [stdout] 946 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 946 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:966:19 [INFO] [stdout] | [INFO] [stdout] 966 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 966 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:987:23 [INFO] [stdout] | [INFO] [stdout] 987 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 987 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:460:18 [INFO] [stdout] | [INFO] [stdout] 460 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 460 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:691:17 [INFO] [stdout] | [INFO] [stdout] 691 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 691 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:726:21 [INFO] [stdout] | [INFO] [stdout] 726 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 726 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:754:17 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 754 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:778:19 [INFO] [stdout] | [INFO] [stdout] 778 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 778 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:803:23 [INFO] [stdout] | [INFO] [stdout] 803 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 803 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:823:18 [INFO] [stdout] | [INFO] [stdout] 823 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 823 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:424:18 [INFO] [stdout] | [INFO] [stdout] 424 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 424 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:650:17 [INFO] [stdout] | [INFO] [stdout] 650 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 650 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:684:21 [INFO] [stdout] | [INFO] [stdout] 684 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 684 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:711:17 [INFO] [stdout] | [INFO] [stdout] 711 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 711 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:735:19 [INFO] [stdout] | [INFO] [stdout] 735 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 735 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:760:23 [INFO] [stdout] | [INFO] [stdout] 760 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 760 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:780:18 [INFO] [stdout] | [INFO] [stdout] 780 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 780 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling syn v2.0.55 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling slotmap-map v1.0.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `unaligned_references` has been removed: converted into hard error, see issue #82523 for more information [INFO] [stdout] --> src/lib.rs:13:23 [INFO] [stdout] | [INFO] [stdout] 13 | #![deny(missing_docs, unaligned_references)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/lib.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #![cfg_attr(all(nightly, feature = "unstable"), feature(try_reserve))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/lib.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | #![cfg_attr(all(nightly, doc), feature(doc_cfg))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/basic.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/basic.rs:332:15 [INFO] [stdout] | [INFO] [stdout] 332 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/basic.rs:722:11 [INFO] [stdout] | [INFO] [stdout] 722 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/basic.rs:785:11 [INFO] [stdout] | [INFO] [stdout] 785 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/basic.rs:1397:15 [INFO] [stdout] | [INFO] [stdout] 1397 | #[cfg(all(nightly, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/basic.rs:1436:15 [INFO] [stdout] | [INFO] [stdout] 1436 | #[cfg(all(nightly, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/dense.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/dense.rs:208:15 [INFO] [stdout] | [INFO] [stdout] 208 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/dense.rs:606:11 [INFO] [stdout] | [INFO] [stdout] 606 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/dense.rs:671:11 [INFO] [stdout] | [INFO] [stdout] 671 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/dense.rs:1252:15 [INFO] [stdout] | [INFO] [stdout] 1252 | #[cfg(all(nightly, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/hop.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/hop.rs:321:15 [INFO] [stdout] | [INFO] [stdout] 321 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/hop.rs:796:11 [INFO] [stdout] | [INFO] [stdout] 796 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/hop.rs:860:11 [INFO] [stdout] | [INFO] [stdout] 860 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/hop.rs:1499:15 [INFO] [stdout] | [INFO] [stdout] 1499 | #[cfg(all(nightly, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/hop.rs:1538:15 [INFO] [stdout] | [INFO] [stdout] 1538 | #[cfg(all(nightly, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/secondary.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/secondary.rs:255:15 [INFO] [stdout] | [INFO] [stdout] 255 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/secondary.rs:584:11 [INFO] [stdout] | [INFO] [stdout] 584 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/secondary.rs:658:11 [INFO] [stdout] | [INFO] [stdout] 658 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/secondary.rs:1650:15 [INFO] [stdout] | [INFO] [stdout] 1650 | #[cfg(all(nightly, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/sparse_secondary.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/sparse_secondary.rs:231:15 [INFO] [stdout] | [INFO] [stdout] 231 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/sparse_secondary.rs:549:11 [INFO] [stdout] | [INFO] [stdout] 549 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stdout] --> src/sparse_secondary.rs:617:11 [INFO] [stdout] | [INFO] [stdout] 617 | #[cfg(has_min_const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/sparse_secondary.rs:1606:15 [INFO] [stdout] | [INFO] [stdout] 1606 | #[cfg(all(nightly, feature = "unstable"))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CountDrop` is never constructed [INFO] [stdout] --> src/basic.rs:1389:12 [INFO] [stdout] | [INFO] [stdout] 1389 | struct CountDrop<'a>(&'a std::cell::RefCell); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CountDrop` is never constructed [INFO] [stdout] --> src/hop.rs:1491:12 [INFO] [stdout] | [INFO] [stdout] 1491 | struct CountDrop<'a>(&'a std::cell::RefCell); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:53:16 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn get(&self) -> SlotContent { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 53 | pub fn get(&self) -> SlotContent<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:63:20 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_mut(&mut self) -> SlotContentMut { [INFO] [stdout] | ^^^^^^^^^ ----------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_mut(&mut self) -> SlotContentMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:605:18 [INFO] [stdout] | [INFO] [stdout] 605 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 605 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:817:17 [INFO] [stdout] | [INFO] [stdout] 817 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 817 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:853:21 [INFO] [stdout] | [INFO] [stdout] 853 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 853 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:883:17 [INFO] [stdout] | [INFO] [stdout] 883 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 883 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:906:19 [INFO] [stdout] | [INFO] [stdout] 906 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 906 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:930:23 [INFO] [stdout] | [INFO] [stdout] 930 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 930 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:476:18 [INFO] [stdout] | [INFO] [stdout] 476 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 476 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:701:17 [INFO] [stdout] | [INFO] [stdout] 701 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 701 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:731:21 [INFO] [stdout] | [INFO] [stdout] 731 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:754:17 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 754 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:774:19 [INFO] [stdout] | [INFO] [stdout] 774 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 774 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dense.rs:795:23 [INFO] [stdout] | [INFO] [stdout] 795 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 795 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn get(&self) -> SlotContent { [INFO] [stdout] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 73 | pub fn get(&self) -> SlotContent<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_mut(&mut self) -> SlotContentMut { [INFO] [stdout] | ^^^^^^^^^ ----------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_mut(&mut self) -> SlotContentMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:671:18 [INFO] [stdout] | [INFO] [stdout] 671 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 671 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:889:17 [INFO] [stdout] | [INFO] [stdout] 889 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 889 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:921:21 [INFO] [stdout] | [INFO] [stdout] 921 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 921 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:946:17 [INFO] [stdout] | [INFO] [stdout] 946 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 946 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:966:19 [INFO] [stdout] | [INFO] [stdout] 966 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 966 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hop.rs:987:23 [INFO] [stdout] | [INFO] [stdout] 987 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 987 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:460:18 [INFO] [stdout] | [INFO] [stdout] 460 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 460 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:691:17 [INFO] [stdout] | [INFO] [stdout] 691 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 691 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:726:21 [INFO] [stdout] | [INFO] [stdout] 726 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 726 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:754:17 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 754 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:778:19 [INFO] [stdout] | [INFO] [stdout] 778 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 778 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:803:23 [INFO] [stdout] | [INFO] [stdout] 803 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 803 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/secondary.rs:823:18 [INFO] [stdout] | [INFO] [stdout] 823 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 823 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:424:18 [INFO] [stdout] | [INFO] [stdout] 424 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 424 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:650:17 [INFO] [stdout] | [INFO] [stdout] 650 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 650 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:684:21 [INFO] [stdout] | [INFO] [stdout] 684 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 684 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:711:17 [INFO] [stdout] | [INFO] [stdout] 711 | pub fn keys(&self) -> Keys { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 711 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:735:19 [INFO] [stdout] | [INFO] [stdout] 735 | pub fn values(&self) -> Values { [INFO] [stdout] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 735 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:760:23 [INFO] [stdout] | [INFO] [stdout] 760 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 760 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse_secondary.rs:780:18 [INFO] [stdout] | [INFO] [stdout] 780 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 780 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.89s [INFO] running `Command { std: "docker" "inspect" "43b6547afa0ed5ab2b73a5618c14d7f2f188ed4a3323bd114dd09e438c6dc4e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43b6547afa0ed5ab2b73a5618c14d7f2f188ed4a3323bd114dd09e438c6dc4e3", kill_on_drop: false }` [INFO] [stdout] 43b6547afa0ed5ab2b73a5618c14d7f2f188ed4a3323bd114dd09e438c6dc4e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 45357c585dd7c1dac7157e4801038c2ebe61760cb80fde92009a3db4d80c637b [INFO] running `Command { std: "docker" "start" "-a" "45357c585dd7c1dac7157e4801038c2ebe61760cb80fde92009a3db4d80c637b", kill_on_drop: false }` [INFO] [stderr] warning: lint `unaligned_references` has been removed: converted into hard error, see issue #82523 for more information [INFO] [stderr] --> src/lib.rs:13:23 [INFO] [stderr] | [INFO] [stderr] 13 | #![deny(missing_docs, unaligned_references)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/lib.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #![cfg_attr(all(nightly, feature = "unstable"), feature(try_reserve))] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see 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: `nightly` [INFO] [stderr] --> src/lib.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(all(nightly, doc), feature(doc_cfg))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/lib.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/lib.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/lib.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | feature = "cargo-clippy", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/basic.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/basic.rs:332:15 [INFO] [stderr] | [INFO] [stderr] 332 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stderr] --> src/basic.rs:722:11 [INFO] [stderr] | [INFO] [stderr] 722 | #[cfg(has_min_const_generics)] [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(has_min_const_generics)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stderr] --> src/basic.rs:785:11 [INFO] [stderr] | [INFO] [stderr] 785 | #[cfg(has_min_const_generics)] [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(has_min_const_generics)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/dense.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/dense.rs:208:15 [INFO] [stderr] | [INFO] [stderr] 208 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stderr] --> src/dense.rs:606:11 [INFO] [stderr] | [INFO] [stderr] 606 | #[cfg(has_min_const_generics)] [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(has_min_const_generics)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stderr] --> src/dense.rs:671:11 [INFO] [stderr] | [INFO] [stderr] 671 | #[cfg(has_min_const_generics)] [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(has_min_const_generics)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/hop.rs:17:11 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/hop.rs:321:15 [INFO] [stderr] | [INFO] [stderr] 321 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stderr] --> src/hop.rs:796:11 [INFO] [stderr] | [INFO] [stderr] 796 | #[cfg(has_min_const_generics)] [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(has_min_const_generics)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stderr] --> src/hop.rs:860:11 [INFO] [stderr] | [INFO] [stderr] 860 | #[cfg(has_min_const_generics)] [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(has_min_const_generics)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/secondary.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/secondary.rs:255:15 [INFO] [stderr] | [INFO] [stderr] 255 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stderr] --> src/secondary.rs:584:11 [INFO] [stderr] | [INFO] [stderr] 584 | #[cfg(has_min_const_generics)] [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(has_min_const_generics)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stderr] --> src/secondary.rs:658:11 [INFO] [stderr] | [INFO] [stderr] 658 | #[cfg(has_min_const_generics)] [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(has_min_const_generics)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/sparse_secondary.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/sparse_secondary.rs:231:15 [INFO] [stderr] | [INFO] [stderr] 231 | #[cfg(all(nightly, any(doc, feature = "unstable")))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stderr] --> src/sparse_secondary.rs:549:11 [INFO] [stderr] | [INFO] [stderr] 549 | #[cfg(has_min_const_generics)] [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(has_min_const_generics)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `has_min_const_generics` [INFO] [stderr] --> src/sparse_secondary.rs:617:11 [INFO] [stderr] | [INFO] [stderr] 617 | #[cfg(has_min_const_generics)] [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(has_min_const_generics)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/basic.rs:53:16 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn get(&self) -> SlotContent { [INFO] [stderr] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 53 | pub fn get(&self) -> SlotContent<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/basic.rs:63:20 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn get_mut(&mut self) -> SlotContentMut { [INFO] [stderr] | ^^^^^^^^^ ----------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 63 | pub fn get_mut(&mut self) -> SlotContentMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/basic.rs:605:18 [INFO] [stderr] | [INFO] [stderr] 605 | pub fn drain(&mut self) -> Drain { [INFO] [stderr] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 605 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/basic.rs:817:17 [INFO] [stderr] | [INFO] [stderr] 817 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 817 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/basic.rs:853:21 [INFO] [stderr] | [INFO] [stderr] 853 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 853 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/basic.rs:883:17 [INFO] [stderr] | [INFO] [stderr] 883 | pub fn keys(&self) -> Keys { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 883 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/basic.rs:906:19 [INFO] [stderr] | [INFO] [stderr] 906 | pub fn values(&self) -> Values { [INFO] [stderr] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 906 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/basic.rs:930:23 [INFO] [stderr] | [INFO] [stderr] 930 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stderr] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 930 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/dense.rs:476:18 [INFO] [stderr] | [INFO] [stderr] 476 | pub fn drain(&mut self) -> Drain { [INFO] [stderr] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 476 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/dense.rs:701:17 [INFO] [stderr] | [INFO] [stderr] 701 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 701 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/dense.rs:731:21 [INFO] [stderr] | [INFO] [stderr] 731 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 731 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/dense.rs:754:17 [INFO] [stderr] | [INFO] [stderr] 754 | pub fn keys(&self) -> Keys { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 754 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/dense.rs:774:19 [INFO] [stderr] | [INFO] [stderr] 774 | pub fn values(&self) -> Values { [INFO] [stderr] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 774 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/dense.rs:795:23 [INFO] [stderr] | [INFO] [stderr] 795 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stderr] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 795 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hop.rs:73:16 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn get(&self) -> SlotContent { [INFO] [stderr] | ^^^^^ -------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 73 | pub fn get(&self) -> SlotContent<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hop.rs:83:20 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn get_mut(&mut self) -> SlotContentMut { [INFO] [stderr] | ^^^^^^^^^ ----------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 83 | pub fn get_mut(&mut self) -> SlotContentMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hop.rs:671:18 [INFO] [stderr] | [INFO] [stderr] 671 | pub fn drain(&mut self) -> Drain { [INFO] [stderr] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 671 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hop.rs:889:17 [INFO] [stderr] | [INFO] [stderr] 889 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 889 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hop.rs:921:21 [INFO] [stderr] | [INFO] [stderr] 921 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 921 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hop.rs:946:17 [INFO] [stderr] | [INFO] [stderr] 946 | pub fn keys(&self) -> Keys { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 946 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hop.rs:966:19 [INFO] [stderr] | [INFO] [stderr] 966 | pub fn values(&self) -> Values { [INFO] [stderr] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 966 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hop.rs:987:23 [INFO] [stderr] | [INFO] [stderr] 987 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stderr] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 987 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/secondary.rs:460:18 [INFO] [stderr] | [INFO] [stderr] 460 | pub fn drain(&mut self) -> Drain { [INFO] [stderr] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 460 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/secondary.rs:691:17 [INFO] [stderr] | [INFO] [stderr] 691 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 691 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/secondary.rs:726:21 [INFO] [stderr] | [INFO] [stderr] 726 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 726 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/secondary.rs:754:17 [INFO] [stderr] | [INFO] [stderr] 754 | pub fn keys(&self) -> Keys { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 754 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/secondary.rs:778:19 [INFO] [stderr] | [INFO] [stderr] 778 | pub fn values(&self) -> Values { [INFO] [stderr] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 778 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/secondary.rs:803:23 [INFO] [stderr] | [INFO] [stderr] 803 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stderr] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 803 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/secondary.rs:823:18 [INFO] [stderr] | [INFO] [stderr] 823 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stderr] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 823 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sparse_secondary.rs:424:18 [INFO] [stderr] | [INFO] [stderr] 424 | pub fn drain(&mut self) -> Drain { [INFO] [stderr] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 424 | pub fn drain(&mut self) -> Drain<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sparse_secondary.rs:650:17 [INFO] [stderr] | [INFO] [stderr] 650 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 650 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sparse_secondary.rs:684:21 [INFO] [stderr] | [INFO] [stderr] 684 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 684 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sparse_secondary.rs:711:17 [INFO] [stderr] | [INFO] [stderr] 711 | pub fn keys(&self) -> Keys { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 711 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sparse_secondary.rs:735:19 [INFO] [stderr] | [INFO] [stderr] 735 | pub fn values(&self) -> Values { [INFO] [stderr] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 735 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sparse_secondary.rs:760:23 [INFO] [stderr] | [INFO] [stderr] 760 | pub fn values_mut(&mut self) -> ValuesMut { [INFO] [stderr] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 760 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sparse_secondary.rs:780:18 [INFO] [stderr] | [INFO] [stderr] 780 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stderr] | ^^^^^^^^^ ----------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 780 | pub fn entry(&mut self, key: K) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `slotmap-map` (lib) generated 62 warnings (run `cargo fix --lib -p slotmap-map` to apply 36 suggestions) [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/basic.rs:1397:15 [INFO] [stderr] | [INFO] [stderr] 1397 | #[cfg(all(nightly, feature = "unstable"))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/basic.rs:1436:15 [INFO] [stderr] | [INFO] [stderr] 1436 | #[cfg(all(nightly, feature = "unstable"))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/dense.rs:1252:15 [INFO] [stderr] | [INFO] [stderr] 1252 | #[cfg(all(nightly, feature = "unstable"))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/hop.rs:1499:15 [INFO] [stderr] | [INFO] [stderr] 1499 | #[cfg(all(nightly, feature = "unstable"))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/hop.rs:1538:15 [INFO] [stderr] | [INFO] [stderr] 1538 | #[cfg(all(nightly, feature = "unstable"))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/secondary.rs:1650:15 [INFO] [stderr] | [INFO] [stderr] 1650 | #[cfg(all(nightly, feature = "unstable"))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/sparse_secondary.rs:1606:15 [INFO] [stderr] | [INFO] [stderr] 1606 | #[cfg(all(nightly, feature = "unstable"))] [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: struct `CountDrop` is never constructed [INFO] [stderr] --> src/basic.rs:1389:12 [INFO] [stderr] | [INFO] [stderr] 1389 | struct CountDrop<'a>(&'a std::cell::RefCell); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct `CountDrop` is never constructed [INFO] [stderr] --> src/hop.rs:1491:12 [INFO] [stderr] | [INFO] [stderr] 1491 | struct CountDrop<'a>(&'a std::cell::RefCell); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `slotmap-map` (lib test) generated 71 warnings (62 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/slotmap_map-d4f4114932d02078) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test basic::tests::check_mapping ... ok [INFO] [stdout] test sparse_secondary::tests::custom_hasher ... ok [INFO] [stdout] test dense::tests::check_drops ... ok [INFO] [stdout] test tests::macro_expansion ... ok [INFO] [stdout] test tests::check_is_older_version ... ok [INFO] [stdout] test tests::iters_cloneable ... ok [INFO] [stdout] test dense::tests::qc_slotmap_equiv_hashmap ... ok [INFO] [stdout] test hop::tests::qc_slotmap_equiv_hashmap ... ok [INFO] [stdout] test basic::tests::qc_slotmap_equiv_hashmap ... ok [INFO] [stdout] test sparse_secondary::tests::qc_secmap_equiv_hashmap ... ok [INFO] [stdout] test secondary::tests::qc_secmap_equiv_hashmap ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Doc-tests slotmap_map [INFO] [stderr] warning: lint `unaligned_references` has been removed: converted into hard error, see issue #82523 for more information [INFO] [stderr] --> src/lib.rs:13:23 [INFO] [stderr] | [INFO] [stderr] 13 | #![deny(missing_docs, unaligned_references)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 167 tests [INFO] [stdout] test src/basic.rs - basic::SlotMap::drain (line 597) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::get_disjoint_mut (line 708) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::capacity (line 286) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::get_disjoint_unchecked_mut (line 775) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::clear (line 570) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::get_unchecked_mut (line 683) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::get_mut (line 656) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::reserve (line 306) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::keys (line 872) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::new (line 160) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::contains_key (line 344) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::is_empty (line 269) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::iter (line 806) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::get_unchecked (line 639) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::with_capacity (line 62) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::len (line 253) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::insert (line 369) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::remove (line 497) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::get (line 613) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::retain (line 524) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::insert_with_key (line 394) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::with_capacity_and_key (line 220) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::iter_mut (line 836) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::drain (line 468) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::with_key (line 201) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::values_mut (line 918) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::values (line 895) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::clear (line 444) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::with_capacity (line 175) ... FAILED [INFO] [stdout] test src/basic.rs - basic::SlotMap::try_insert_with_key (line 424) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::get_disjoint_mut (line 592) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::new (line 47) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::get_disjoint_unchecked_mut (line 661) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::contains_key (line 222) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::get_mut (line 535) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::insert (line 247) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::len (line 128) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::get_unchecked_mut (line 566) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::reserve (line 180) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::get_unchecked (line 514) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::values (line 763) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::get (line 484) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::iter_mut (line 714) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::new (line 159) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::insert_with_key (line 272) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::iter (line 689) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::drain (line 663) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::values_mut (line 783) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::remove (line 380) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::try_insert_with_key (line 302) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::capacity (line 275) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::contains_key (line 333) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::is_empty (line 144) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::retain (line 403) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::keys (line 743) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::with_capacity (line 174) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::insert (line 358) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::get_disjoint_unchecked_mut (line 850) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::insert_with_key (line 390) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::get_unchecked_mut (line 756) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::iter (line 878) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::get_disjoint_mut (line 782) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::iter_mut (line 904) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::clear (line 639) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::remove (line 565) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::len (line 242) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::get_unchecked (line 710) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::values_mut (line 975) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::capacity (line 161) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::is_empty (line 258) ... FAILED [INFO] [stdout] test src/lib.rs - (line 188) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::keys (line 935) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::get (line 682) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::with_key (line 76) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::try_insert_with_key (line 420) ... FAILED [INFO] [stdout] test src/lib.rs - (line 59) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::get_mut (line 727) ... FAILED [INFO] [stdout] test src/dense.rs - dense::DenseSlotMap::with_capacity_and_key (line 95) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::with_capacity_and_key (line 207) ... FAILED [INFO] [stdout] test src/lib.rs - Key::null (line 368) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::reserve (line 295) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::Entry<'a,K,V>::or_insert_with (line 980) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::insert (line 1189) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::with_key (line 188) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::Entry<'a,K,V>::or_insert (line 959) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::key (line 1071) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::values (line 955) ... FAILED [INFO] [stdout] test src/lib.rs - new_key_type (line 421) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::Entry<'a,K,V>::key (line 1000) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::remove_entry (line 1088) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::into_mut (line 1161) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::capacity (line 200) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::drain (line 449) ... FAILED [INFO] [stdout] test src/lib.rs - Key::data (line 402) ... FAILED [INFO] [stdout] test src/hop.rs - hop::HopSlotMap::retain (line 589) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::get_mut (line 1134) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::get (line 1110) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::Entry<'a,K,V>::or_default (line 1052) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::clear (line 421) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::get (line 468) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::insert (line 296) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::get_disjoint_mut (line 569) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::get_unchecked (line 496) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::get_mut (line 516) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::iter (line 679) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::new (line 133) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::keys (line 742) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::len (line 169) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::iter_mut (line 708) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::set_capacity (line 223) ... FAILED [INFO] [stdout] test src/lib.rs - Key::is_null (line 386) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap (line 103) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::values_mut (line 790) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::get_disjoint_unchecked_mut (line 647) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::with_capacity (line 150) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::contains_key (line 271) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::remove (line 342) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::and_modify (line 1022) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::get_unchecked_mut (line 545) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::values (line 766) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::retain (line 383) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::VacantEntry<'a,K,V>::key (line 1243) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::VacantEntry<'a,K,V>::insert (line 1265) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::Entry<'a,K,V>::and_modify (line 1021) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::into_mut (line 1162) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::remove_entry (line 1089) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::or_default (line 1053) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::or_insert_with (line 981) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::is_empty (line 186) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::key (line 1001) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::or_insert (line 960) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::capacity (line 190) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::entry (line 772) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::remove (line 1213) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::key (line 1072) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::get_mut (line 1135) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::drain (line 413) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::get (line 1111) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::contains_key (line 241) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap::entry (line 815) ... FAILED [INFO] [stdout] test src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::remove (line 1212) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::keys (line 699) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::remove (line 319) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::clear (line 388) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_mut (line 482) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_disjoint_mut (line 534) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_disjoint_unchecked_mut (line 606) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::retain (line 357) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::insert (line 1190) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap (line 51) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_unchecked_mut (line 511) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::iter (line 638) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::is_empty (line 176) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::len (line 159) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::iter_mut (line 666) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_unchecked (line 463) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::with_hasher (line 119) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::with_capacity (line 96) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::insert (line 265) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::new (line 81) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::values_mut (line 747) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::values (line 723) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::VacantEntry<'a,K,V>::insert (line 1261) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get (line 435) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::with_capacity_and_hasher (line 141) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::VacantEntry<'a,K,V>::key (line 1239) ... FAILED [INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::reserve (line 209) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::drain (line 597) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:598:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::get_disjoint_mut (line 708) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:709:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::capacity (line 286) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:287:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::get_disjoint_unchecked_mut (line 775) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:776:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::clear (line 570) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:571:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::get_unchecked_mut (line 683) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:684:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::get_mut (line 656) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:657:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::reserve (line 306) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:307:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::keys (line 872) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:873:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::new (line 160) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:161:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::contains_key (line 344) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:345:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::is_empty (line 269) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:270:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::iter (line 806) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:807:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::get_unchecked (line 639) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:640:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::with_capacity (line 62) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::len (line 253) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:254:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::insert (line 369) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:370:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::remove (line 497) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:498:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::get (line 613) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:614:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::retain (line 524) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:525:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::insert_with_key (line 394) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:395:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::with_capacity_and_key (line 220) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:221:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::iter_mut (line 836) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:837:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::drain (line 468) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:469:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::with_key (line 201) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:202:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::values_mut (line 918) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:919:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::values (line 895) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:896:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::clear (line 444) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:445:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::with_capacity (line 175) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/basic.rs - basic::SlotMap::try_insert_with_key (line 424) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/basic.rs:425:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::get_disjoint_mut (line 592) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:593:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::new (line 47) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::get_disjoint_unchecked_mut (line 661) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:662:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::contains_key (line 222) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:223:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::get_mut (line 535) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:536:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::insert (line 247) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:248:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::len (line 128) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:129:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::get_unchecked_mut (line 566) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:567:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::reserve (line 180) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:181:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::get_unchecked (line 514) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:515:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::values (line 763) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:764:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::get (line 484) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:485:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::iter_mut (line 714) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:715:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::new (line 159) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::insert_with_key (line 272) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:273:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::iter (line 689) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:690:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::drain (line 663) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:664:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::values_mut (line 783) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:784:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::remove (line 380) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:381:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::try_insert_with_key (line 302) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:303:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::capacity (line 275) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:276:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::contains_key (line 333) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:334:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::is_empty (line 144) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::retain (line 403) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:404:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::keys (line 743) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:744:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::with_capacity (line 174) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:175:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::insert (line 358) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:359:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::get_disjoint_unchecked_mut (line 850) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:851:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::insert_with_key (line 390) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:391:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::get_unchecked_mut (line 756) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:757:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::iter (line 878) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:879:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::get_disjoint_mut (line 782) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:783:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::iter_mut (line 904) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:905:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::clear (line 639) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:640:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::remove (line 565) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:566:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::len (line 242) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:243:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::get_unchecked (line 710) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:711:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::values_mut (line 975) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:976:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::capacity (line 161) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:162:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::is_empty (line 258) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:259:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 188) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/lib.rs:189:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::keys (line 935) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:936:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::get (line 682) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:683:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::with_key (line 76) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::try_insert_with_key (line 420) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:421:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 59) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/lib.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::get_mut (line 727) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:728:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dense.rs - dense::DenseSlotMap::with_capacity_and_key (line 95) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/dense.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::with_capacity_and_key (line 207) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:208:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Key::null (line 368) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/lib.rs:369:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::reserve (line 295) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:296:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::Entry<'a,K,V>::or_insert_with (line 980) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:981:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::insert (line 1189) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:1190:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::with_key (line 188) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:189:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::Entry<'a,K,V>::or_insert (line 959) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:960:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::key (line 1071) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:1072:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::values (line 955) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:956:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - new_key_type (line 421) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/lib.rs:423:12 [INFO] [stdout] | [INFO] [stdout] 2 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::Entry<'a,K,V>::key (line 1000) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:1001:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::remove_entry (line 1088) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:1089:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::into_mut (line 1161) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:1162:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::capacity (line 200) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:201:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::drain (line 449) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:450:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Key::data (line 402) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/lib.rs:403:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/hop.rs - hop::HopSlotMap::retain (line 589) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/hop.rs:590:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::get_mut (line 1134) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:1135:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::get (line 1110) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:1111:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::Entry<'a,K,V>::or_default (line 1052) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:1053:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::clear (line 421) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:422:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::get (line 468) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:469:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::insert (line 296) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:297:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::get_disjoint_mut (line 569) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:570:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::get_unchecked (line 496) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:497:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::get_mut (line 516) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:517:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::iter (line 679) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:680:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::new (line 133) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:134:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::keys (line 742) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:743:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::len (line 169) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:170:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::iter_mut (line 708) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:709:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::set_capacity (line 223) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:224:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Key::is_null (line 386) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/lib.rs:387:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap (line 103) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::values_mut (line 790) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:791:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::get_disjoint_unchecked_mut (line 647) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:648:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::with_capacity (line 150) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:151:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::contains_key (line 271) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:272:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::remove (line 342) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:343:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::and_modify (line 1022) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:1023:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::get_unchecked_mut (line 545) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:546:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::values (line 766) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:767:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::retain (line 383) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:384:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::VacantEntry<'a,K,V>::key (line 1243) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:1244:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::VacantEntry<'a,K,V>::insert (line 1265) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:1266:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::Entry<'a,K,V>::and_modify (line 1021) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:1022:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::into_mut (line 1162) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:1163:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::remove_entry (line 1089) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:1090:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::or_default (line 1053) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:1054:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::or_insert_with (line 981) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:982:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::is_empty (line 186) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:187:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::key (line 1001) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:1002:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::or_insert (line 960) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:961:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::capacity (line 190) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:191:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::entry (line 772) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:773:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::remove (line 1213) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:1214:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::key (line 1072) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:1073:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::get_mut (line 1135) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:1136:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::drain (line 413) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:414:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::get (line 1111) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:1112:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::contains_key (line 241) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:242:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::SecondaryMap::entry (line 815) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:816:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::remove (line 1212) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/secondary.rs:1213:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::keys (line 699) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:700:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::remove (line 319) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:320:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::clear (line 388) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:389:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_mut (line 482) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:483:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_disjoint_mut (line 534) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:535:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_disjoint_unchecked_mut (line 606) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:607:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::retain (line 357) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:358:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::insert (line 1190) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:1191:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap (line 51) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_unchecked_mut (line 511) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:512:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::iter (line 638) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:639:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::is_empty (line 176) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:177:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::len (line 159) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::iter_mut (line 666) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:667:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_unchecked (line 463) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:464:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::with_hasher (line 119) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:121:12 [INFO] [stdout] | [INFO] [stdout] 2 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::with_capacity (line 96) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:97:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::insert (line 265) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:266:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::new (line 81) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::values_mut (line 747) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:748:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::values (line 723) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:724:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::VacantEntry<'a,K,V>::insert (line 1261) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:1262:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get (line 435) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:436:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::with_capacity_and_hasher (line 141) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:143:12 [INFO] [stdout] | [INFO] [stdout] 2 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::VacantEntry<'a,K,V>::key (line 1239) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:1240:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::reserve (line 209) stdout ---- [INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-` [INFO] [stdout] --> src/sparse_secondary.rs:210:12 [INFO] [stdout] | [INFO] [stdout] 1 | use slotmap-map::*; [INFO] [stdout] | ^ expected one of `::`, `;`, or `as` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/basic.rs - basic::SlotMap::new (line 160) [INFO] [stdout] src/basic.rs - basic::SlotMap::with_capacity (line 175) [INFO] [stdout] src/basic.rs - basic::SlotMap::capacity (line 286) [INFO] [stdout] src/basic.rs - basic::SlotMap::clear (line 570) [INFO] [stdout] src/basic.rs - basic::SlotMap::contains_key (line 344) [INFO] [stdout] src/basic.rs - basic::SlotMap::drain (line 597) [INFO] [stdout] src/basic.rs - basic::SlotMap::get (line 613) [INFO] [stdout] src/basic.rs - basic::SlotMap::get_disjoint_mut (line 708) [INFO] [stdout] src/basic.rs - basic::SlotMap::get_disjoint_unchecked_mut (line 775) [INFO] [stdout] src/basic.rs - basic::SlotMap::get_mut (line 656) [INFO] [stdout] src/basic.rs - basic::SlotMap::get_unchecked (line 639) [INFO] [stdout] src/basic.rs - basic::SlotMap::get_unchecked_mut (line 683) [INFO] [stdout] src/basic.rs - basic::SlotMap::insert (line 369) [INFO] [stdout] src/basic.rs - basic::SlotMap::insert_with_key (line 394) [INFO] [stdout] src/basic.rs - basic::SlotMap::is_empty (line 269) [INFO] [stdout] src/basic.rs - basic::SlotMap::iter (line 806) [INFO] [stdout] src/basic.rs - basic::SlotMap::iter_mut (line 836) [INFO] [stdout] src/basic.rs - basic::SlotMap::keys (line 872) [INFO] [stdout] src/basic.rs - basic::SlotMap::len (line 253) [INFO] [stdout] src/basic.rs - basic::SlotMap::remove (line 497) [INFO] [stdout] src/basic.rs - basic::SlotMap::reserve (line 306) [INFO] [stdout] src/basic.rs - basic::SlotMap::retain (line 524) [INFO] [stdout] src/basic.rs - basic::SlotMap::try_insert_with_key (line 424) [INFO] [stdout] src/basic.rs - basic::SlotMap::values (line 895) [INFO] [stdout] src/basic.rs - basic::SlotMap::values_mut (line 918) [INFO] [stdout] src/basic.rs - basic::SlotMap::with_capacity_and_key (line 220) [INFO] [stdout] src/basic.rs - basic::SlotMap::with_key (line 201) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::new (line 47) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::with_capacity (line 62) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::capacity (line 161) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::clear (line 444) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::contains_key (line 222) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::drain (line 468) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::get (line 484) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::get_disjoint_mut (line 592) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::get_disjoint_unchecked_mut (line 661) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::get_mut (line 535) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::get_unchecked (line 514) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::get_unchecked_mut (line 566) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::insert (line 247) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::insert_with_key (line 272) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::is_empty (line 144) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::iter (line 689) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::iter_mut (line 714) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::keys (line 743) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::len (line 128) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::remove (line 380) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::reserve (line 180) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::retain (line 403) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::try_insert_with_key (line 302) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::values (line 763) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::values_mut (line 783) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::with_capacity_and_key (line 95) [INFO] [stdout] src/dense.rs - dense::DenseSlotMap::with_key (line 76) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::new (line 159) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::with_capacity (line 174) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::capacity (line 275) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::clear (line 639) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::contains_key (line 333) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::drain (line 663) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::get (line 682) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::get_disjoint_mut (line 782) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::get_disjoint_unchecked_mut (line 850) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::get_mut (line 727) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::get_unchecked (line 710) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::get_unchecked_mut (line 756) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::insert (line 358) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::insert_with_key (line 390) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::is_empty (line 258) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::iter (line 878) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::iter_mut (line 904) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::keys (line 935) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::len (line 242) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::remove (line 565) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::reserve (line 295) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::retain (line 589) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::try_insert_with_key (line 420) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::values (line 955) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::values_mut (line 975) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::with_capacity_and_key (line 207) [INFO] [stdout] src/hop.rs - hop::HopSlotMap::with_key (line 188) [INFO] [stdout] src/lib.rs - (line 188) [INFO] [stdout] src/lib.rs - (line 59) [INFO] [stdout] src/lib.rs - Key::data (line 402) [INFO] [stdout] src/lib.rs - Key::is_null (line 386) [INFO] [stdout] src/lib.rs - Key::null (line 368) [INFO] [stdout] src/lib.rs - new_key_type (line 421) [INFO] [stdout] src/secondary.rs - secondary::Entry<'a,K,V>::and_modify (line 1021) [INFO] [stdout] src/secondary.rs - secondary::Entry<'a,K,V>::key (line 1000) [INFO] [stdout] src/secondary.rs - secondary::Entry<'a,K,V>::or_default (line 1052) [INFO] [stdout] src/secondary.rs - secondary::Entry<'a,K,V>::or_insert (line 959) [INFO] [stdout] src/secondary.rs - secondary::Entry<'a,K,V>::or_insert_with (line 980) [INFO] [stdout] src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::get (line 1110) [INFO] [stdout] src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::get_mut (line 1134) [INFO] [stdout] src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::insert (line 1189) [INFO] [stdout] src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::into_mut (line 1161) [INFO] [stdout] src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::key (line 1071) [INFO] [stdout] src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::remove (line 1212) [INFO] [stdout] src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::remove_entry (line 1088) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap (line 103) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::capacity (line 200) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::clear (line 421) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::contains_key (line 271) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::drain (line 449) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::entry (line 815) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::get (line 468) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::get_disjoint_mut (line 569) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::get_disjoint_unchecked_mut (line 647) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::get_mut (line 516) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::get_unchecked (line 496) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::get_unchecked_mut (line 545) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::insert (line 296) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::is_empty (line 186) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::iter (line 679) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::iter_mut (line 708) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::keys (line 742) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::len (line 169) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::new (line 133) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::remove (line 342) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::retain (line 383) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::set_capacity (line 223) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::values (line 766) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::values_mut (line 790) [INFO] [stdout] src/secondary.rs - secondary::SecondaryMap::with_capacity (line 150) [INFO] [stdout] src/secondary.rs - secondary::VacantEntry<'a,K,V>::insert (line 1265) [INFO] [stdout] src/secondary.rs - secondary::VacantEntry<'a,K,V>::key (line 1243) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::and_modify (line 1022) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::key (line 1001) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::or_default (line 1053) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::or_insert (line 960) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::Entry<'a,K,V>::or_insert_with (line 981) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::get (line 1111) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::get_mut (line 1135) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::insert (line 1190) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::into_mut (line 1162) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::key (line 1072) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::remove (line 1213) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::OccupiedEntry<'a,K,V>::remove_entry (line 1089) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap (line 51) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::capacity (line 190) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::clear (line 388) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::contains_key (line 241) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::drain (line 413) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::entry (line 772) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get (line 435) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_disjoint_mut (line 534) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_disjoint_unchecked_mut (line 606) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_mut (line 482) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_unchecked (line 463) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::get_unchecked_mut (line 511) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::insert (line 265) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::is_empty (line 176) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::iter (line 638) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::iter_mut (line 666) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::keys (line 699) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::len (line 159) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::remove (line 319) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::reserve (line 209) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::retain (line 357) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::values (line 723) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::values_mut (line 747) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::with_capacity_and_hasher (line 141) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::with_hasher (line 119) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::new (line 81) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap::with_capacity (line 96) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::VacantEntry<'a,K,V>::insert (line 1261) [INFO] [stdout] src/sparse_secondary.rs - sparse_secondary::VacantEntry<'a,K,V>::key (line 1239) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 167 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.51s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "45357c585dd7c1dac7157e4801038c2ebe61760cb80fde92009a3db4d80c637b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45357c585dd7c1dac7157e4801038c2ebe61760cb80fde92009a3db4d80c637b", kill_on_drop: false }` [INFO] [stdout] 45357c585dd7c1dac7157e4801038c2ebe61760cb80fde92009a3db4d80c637b