[INFO] fetching crate slotmap-map 1.0.7...
[INFO] testing slotmap-map-1.0.7 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate slotmap-map 1.0.7 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate slotmap-map 1.0.7 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-2-tc1/source/Cargo.toml
[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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd152fc9e4aacee30fa825a32906520cf30466b997621e980f643ce9a68ad65b
[INFO] running `Command { std: "docker" "start" "-a" "fd152fc9e4aacee30fa825a32906520cf30466b997621e980f643ce9a68ad65b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd152fc9e4aacee30fa825a32906520cf30466b997621e980f643ce9a68ad65b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd152fc9e4aacee30fa825a32906520cf30466b997621e980f643ce9a68ad65b", kill_on_drop: false }`
[INFO] [stdout] fd152fc9e4aacee30fa825a32906520cf30466b997621e980f643ce9a68ad65b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f51bac31ca7a093e3e27eee947ad44de92b1fca17aba3f7f9162abf190e4f17
[INFO] running `Command { std: "docker" "start" "-a" "1f51bac31ca7a093e3e27eee947ad44de92b1fca17aba3f7f9162abf190e4f17", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.4
[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 <https://github.com/rust-lang/rust/issues/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: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]   = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `unstable`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `unstable`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `unstable`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 26 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] running `Command { std: "docker" "inspect" "1f51bac31ca7a093e3e27eee947ad44de92b1fca17aba3f7f9162abf190e4f17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f51bac31ca7a093e3e27eee947ad44de92b1fca17aba3f7f9162abf190e4f17", kill_on_drop: false }`
[INFO] [stdout] 1f51bac31ca7a093e3e27eee947ad44de92b1fca17aba3f7f9162abf190e4f17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d93b7faae1853f754cdf6f25e98a088ffca1d791aedf374d1ad27982e04ee202
[INFO] running `Command { std: "docker" "start" "-a" "d93b7faae1853f754cdf6f25e98a088ffca1d791aedf374d1ad27982e04ee202", 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 serde_json v1.0.115
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stdout] warning: lint `unaligned_references` has been removed: converted into hard error, see issue #82523 <https://github.com/rust-lang/rust/issues/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: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]   = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `unstable`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `unstable`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `unstable`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 26 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.55
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[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 <https://github.com/rust-lang/rust/issues/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: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]   = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `unstable`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `unstable`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `unstable`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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<usize>);
[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<usize>);
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 35 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.35s
[INFO] running `Command { std: "docker" "inspect" "d93b7faae1853f754cdf6f25e98a088ffca1d791aedf374d1ad27982e04ee202", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d93b7faae1853f754cdf6f25e98a088ffca1d791aedf374d1ad27982e04ee202", kill_on_drop: false }`
[INFO] [stdout] d93b7faae1853f754cdf6f25e98a088ffca1d791aedf374d1ad27982e04ee202
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ca1ce3f14a257a8b04f8a98787f521416788ae8affb4f8b7a8a169949235983a
[INFO] running `Command { std: "docker" "start" "-a" "ca1ce3f14a257a8b04f8a98787f521416788ae8affb4f8b7a8a169949235983a", kill_on_drop: false }`
[INFO] [stderr] warning: lint `unaligned_references` has been removed: converted into hard error, see issue #82523 <https://github.com/rust-lang/rust/issues/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: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stderr]   = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `unstable`
[INFO] [stderr]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `unstable`
[INFO] [stderr]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `unstable`
[INFO] [stderr]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `slotmap-map` (lib) generated 26 warnings
[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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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<usize>);
[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<usize>);
[INFO] [stderr]      |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `slotmap-map` (lib test) generated 35 warnings (26 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/slotmap_map-8d4aee0d69772ac7)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test basic::tests::check_mapping ... ok
[INFO] [stdout] test dense::tests::check_drops ... ok
[INFO] [stdout] test tests::check_is_older_version ... ok
[INFO] [stdout] test tests::iters_cloneable ... ok
[INFO] [stdout] test sparse_secondary::tests::custom_hasher ... ok
[INFO] [stdout] test tests::macro_expansion ... ok
[INFO] [stdout] test hop::tests::qc_slotmap_equiv_hashmap ... ok
[INFO] [stdout] test sparse_secondary::tests::qc_secmap_equiv_hashmap ... ok
[INFO] [stdout] test dense::tests::qc_slotmap_equiv_hashmap ... ok
[INFO] [stdout] test secondary::tests::qc_secmap_equiv_hashmap ... ok
[INFO] [stdout] test basic::tests::qc_slotmap_equiv_hashmap ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests slotmap_map
[INFO] [stderr] warning: lint `unaligned_references` has been removed: converted into hard error, see issue #82523 <https://github.com/rust-lang/rust/issues/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<K,V>::drain (line 597) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::insert_with_key (line 394) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::is_empty (line 269) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::iter (line 806) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::get_mut (line 656) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::get_disjoint_unchecked_mut (line 775) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::insert (line 369) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::get_unchecked_mut (line 683) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<DefaultKey,V>::new (line 160) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::clear (line 570) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::get_unchecked (line 639) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::get (line 613) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<DefaultKey,V>::with_capacity (line 175) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::get_disjoint_mut (line 708) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::contains_key (line 344) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::capacity (line 286) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::retain (line 524) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::iter_mut (line 836) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::len (line 253) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::try_insert_with_key (line 424) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::keys (line 872) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::values (line 895) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::with_key (line 201) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::values_mut (line 918) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::with_capacity_and_key (line 220) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::capacity (line 161) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<DefaultKey,V>::with_capacity (line 62) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::clear (line 444) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::reserve (line 306) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<DefaultKey,V>::new (line 47) ... FAILED
[INFO] [stdout] test src/basic.rs - basic::SlotMap<K,V>::remove (line 497) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::contains_key (line 222) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::get_disjoint_mut (line 592) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::get_mut (line 535) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::drain (line 468) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::get_unchecked_mut (line 566) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::get (line 484) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::get_disjoint_unchecked_mut (line 661) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::insert (line 247) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::get_unchecked (line 514) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::is_empty (line 144) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::iter_mut (line 714) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::iter (line 689) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::insert_with_key (line 272) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::len (line 128) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::keys (line 743) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::remove (line 380) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<DefaultKey,V>::new (line 159) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::reserve (line 180) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::retain (line 403) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::with_capacity_and_key (line 95) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::values_mut (line 783) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::try_insert_with_key (line 302) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::capacity (line 275) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::clear (line 639) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::values (line 763) ... FAILED
[INFO] [stdout] test src/dense.rs - dense::DenseSlotMap<K,V>::with_key (line 76) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<DefaultKey,V>::with_capacity (line 174) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::contains_key (line 333) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::drain (line 663) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::get_disjoint_mut (line 782) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::get (line 682) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::get_disjoint_unchecked_mut (line 850) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::insert_with_key (line 390) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::is_empty (line 258) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::get_mut (line 727) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::get_unchecked (line 710) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::insert (line 358) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::reserve (line 295) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::iter (line 878) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::remove (line 565) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::retain (line 589) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::keys (line 935) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::iter_mut (line 904) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::get_unchecked_mut (line 756) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::len (line 242) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::values (line 955) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::try_insert_with_key (line 420) ... FAILED
[INFO] [stdout] test src/lib.rs - Key::data (line 402) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::values_mut (line 975) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::with_key (line 188) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 59) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 188) ... FAILED
[INFO] [stdout] test src/lib.rs - new_key_type (line 421) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::Entry<'a,K,V>::or_insert (line 959) ... FAILED
[INFO] [stdout] test src/lib.rs - Key::null (line 368) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::Entry<'a,K,V>::or_insert_with (line 980) ... FAILED
[INFO] [stdout] test src/lib.rs - Key::is_null (line 386) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::Entry<'a,K,V>::or_default (line 1052) ... FAILED
[INFO] [stdout] test src/hop.rs - hop::HopSlotMap<K,V>::with_capacity_and_key (line 207) ... 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::OccupiedEntry<'a,K,V>::remove (line 1212) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::Entry<'a,K,V>::and_modify (line 1021) ... 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>::insert (line 1189) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::into_mut (line 1161) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::OccupiedEntry<'a,K,V>::key (line 1071) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::contains_key (line 271) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap (line 103) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::entry (line 815) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::clear (line 421) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::capacity (line 200) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::drain (line 449) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::get (line 468) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::get_disjoint_mut (line 569) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::get_disjoint_unchecked_mut (line 647) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::iter (line 679) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::is_empty (line 186) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::iter_mut (line 708) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::get_unchecked_mut (line 545) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::get_mut (line 516) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::get_unchecked (line 496) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::insert (line 296) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::len (line 169) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::retain (line 383) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::remove (line 342) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::new (line 133) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::set_capacity (line 223) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::keys (line 742) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::values (line 766) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::values_mut (line 790) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::SecondaryMap<K,V>::with_capacity (line 150) ... 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::VacantEntry<'a,K,V>::insert (line 1265) ... FAILED
[INFO] [stdout] test src/secondary.rs - secondary::VacantEntry<'a,K,V>::key (line 1243) ... 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::Entry<'a,K,V>::or_insert (line 960) ... 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::OccupiedEntry<'a,K,V>::insert (line 1190) ... 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::OccupiedEntry<'a,K,V>::key (line 1072) ... 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_with (line 981) ... 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::SparseSecondaryMap (line 51) ... 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>::remove_entry (line 1089) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::clear (line 388) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::drain (line 413) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::entry (line 772) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::capacity (line 190) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::contains_key (line 241) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::get (line 435) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::get_unchecked_mut (line 511) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::get_mut (line 482) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::get_disjoint_mut (line 534) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::get_unchecked (line 463) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::iter (line 638) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::get_disjoint_unchecked_mut (line 606) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::insert (line 265) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::len (line 159) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::remove (line 319) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::iter_mut (line 666) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::is_empty (line 176) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::keys (line 699) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::retain (line 357) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::values (line 723) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::reserve (line 209) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::values_mut (line 747) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::with_hasher (line 119) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::with_capacity_and_hasher (line 141) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,hash_map::RandomState>::with_capacity (line 96) ... 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<K,V,hash_map::RandomState>::new (line 81) ... FAILED
[INFO] [stdout] test src/sparse_secondary.rs - sparse_secondary::VacantEntry<'a,K,V>::key (line 1239) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/basic.rs - basic::SlotMap<K,V>::drain (line 597) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:598:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::iter (line 806) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:807:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::insert (line 369) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:370:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<DefaultKey,V>::new (line 160) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:161:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::clear (line 570) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:571:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::get (line 613) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:614:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<DefaultKey,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::capacity (line 286) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:287:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::retain (line 524) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:525:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::len (line 253) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:254:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::keys (line 872) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:873:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::values (line 895) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:896:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::capacity (line 161) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:162:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<DefaultKey,V>::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] 3 | 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<K,V>::clear (line 444) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:445:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::reserve (line 306) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:307:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<DefaultKey,V>::new (line 47) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:48:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::remove (line 497) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/basic.rs:498:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::drain (line 468) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:469:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::get (line 484) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:485:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::insert (line 247) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:248:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::iter (line 689) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:690:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::len (line 128) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:129:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::keys (line 743) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:744:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::remove (line 380) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:381:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<DefaultKey,V>::new (line 159) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:160:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::reserve (line 180) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:181:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::retain (line 403) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:404:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::capacity (line 275) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:276:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::clear (line 639) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:640:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::values (line 763) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/dense.rs:764:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<DefaultKey,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::drain (line 663) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:664:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::get (line 682) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:683:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::insert (line 358) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:359:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::reserve (line 295) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:296:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::iter (line 878) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:879:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::remove (line 565) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:566:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::retain (line 589) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:590:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::keys (line 935) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:936:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::len (line 242) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:243:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::values (line 955) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/hop.rs:956:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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] 3 | 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] 3 | 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] 4 | use slotmap-map::*;
[INFO] [stdout]   |            ^ expected one of `::`, `;`, or `as`
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `slotmap`
[INFO] [stdout]  --> src/lib.rs:421:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate slotmap;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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<K,V>::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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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<K,V>::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] 3 | 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] 3 | 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<K,V>::entry (line 815) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:816:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::clear (line 421) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:422:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::capacity (line 200) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:201:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::drain (line 449) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:450:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::get (line 468) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:469:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::iter (line 679) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:680:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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<K,V>::insert (line 296) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:297:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::len (line 169) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:170:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::retain (line 383) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:384:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::remove (line 342) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:343:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::new (line 133) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:134:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::keys (line 742) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:743:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::values (line 766) stdout ----
[INFO] [stdout] error: expected one of `::`, `;`, or `as`, found `-`
[INFO] [stdout]  --> src/secondary.rs:767:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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<K,V>::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] 3 | 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<K,V>::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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 3 | 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<K,V,S>::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] 4 | 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<K,V,S>::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] 4 | 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<K,V,hash_map::RandomState>::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] 3 | 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] 3 | 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<K,V,hash_map::RandomState>::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] 3 | 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] 3 | 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<DefaultKey,V>::new (line 160)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<DefaultKey,V>::with_capacity (line 175)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::capacity (line 286)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::clear (line 570)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::contains_key (line 344)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::drain (line 597)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::get (line 613)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::get_disjoint_mut (line 708)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::get_disjoint_unchecked_mut (line 775)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::get_mut (line 656)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::get_unchecked (line 639)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::get_unchecked_mut (line 683)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::insert (line 369)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::insert_with_key (line 394)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::is_empty (line 269)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::iter (line 806)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::iter_mut (line 836)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::keys (line 872)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::len (line 253)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::remove (line 497)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::reserve (line 306)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::retain (line 524)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::try_insert_with_key (line 424)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::values (line 895)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::values_mut (line 918)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::with_capacity_and_key (line 220)
[INFO] [stdout]     src/basic.rs - basic::SlotMap<K,V>::with_key (line 201)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<DefaultKey,V>::new (line 47)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<DefaultKey,V>::with_capacity (line 62)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::capacity (line 161)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::clear (line 444)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::contains_key (line 222)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::drain (line 468)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::get (line 484)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::get_disjoint_mut (line 592)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::get_disjoint_unchecked_mut (line 661)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::get_mut (line 535)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::get_unchecked (line 514)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::get_unchecked_mut (line 566)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::insert (line 247)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::insert_with_key (line 272)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::is_empty (line 144)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::iter (line 689)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::iter_mut (line 714)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::keys (line 743)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::len (line 128)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::remove (line 380)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::reserve (line 180)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::retain (line 403)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::try_insert_with_key (line 302)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::values (line 763)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::values_mut (line 783)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::with_capacity_and_key (line 95)
[INFO] [stdout]     src/dense.rs - dense::DenseSlotMap<K,V>::with_key (line 76)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<DefaultKey,V>::new (line 159)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<DefaultKey,V>::with_capacity (line 174)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::capacity (line 275)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::clear (line 639)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::contains_key (line 333)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::drain (line 663)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::get (line 682)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::get_disjoint_mut (line 782)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::get_disjoint_unchecked_mut (line 850)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::get_mut (line 727)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::get_unchecked (line 710)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::get_unchecked_mut (line 756)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::insert (line 358)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::insert_with_key (line 390)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::is_empty (line 258)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::iter (line 878)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::iter_mut (line 904)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::keys (line 935)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::len (line 242)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::remove (line 565)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::reserve (line 295)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::retain (line 589)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::try_insert_with_key (line 420)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::values (line 955)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::values_mut (line 975)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::with_capacity_and_key (line 207)
[INFO] [stdout]     src/hop.rs - hop::HopSlotMap<K,V>::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<K,V>::capacity (line 200)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::clear (line 421)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::contains_key (line 271)
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::drain (line 449)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::entry (line 815)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::get (line 468)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::get_disjoint_mut (line 569)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::get_disjoint_unchecked_mut (line 647)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::get_mut (line 516)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::get_unchecked (line 496)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::get_unchecked_mut (line 545)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::insert (line 296)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::is_empty (line 186)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::iter (line 679)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::iter_mut (line 708)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::keys (line 742)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::len (line 169)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::new (line 133)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::remove (line 342)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::retain (line 383)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::set_capacity (line 223)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::values (line 766)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::values_mut (line 790)
[INFO] [stdout]     src/secondary.rs - secondary::SecondaryMap<K,V>::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<K,V,S>::capacity (line 190)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::clear (line 388)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::contains_key (line 241)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::drain (line 413)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::entry (line 772)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::get (line 435)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::get_disjoint_mut (line 534)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::get_disjoint_unchecked_mut (line 606)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::get_mut (line 482)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::get_unchecked (line 463)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::get_unchecked_mut (line 511)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::insert (line 265)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::is_empty (line 176)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::iter (line 638)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::iter_mut (line 666)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::keys (line 699)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::len (line 159)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::remove (line 319)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::reserve (line 209)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::retain (line 357)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::values (line 723)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::values_mut (line 747)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::with_capacity_and_hasher (line 141)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,S>::with_hasher (line 119)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,hash_map::RandomState>::new (line 81)
[INFO] [stdout]     src/sparse_secondary.rs - sparse_secondary::SparseSecondaryMap<K,V,hash_map::RandomState>::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 0.42s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ca1ce3f14a257a8b04f8a98787f521416788ae8affb4f8b7a8a169949235983a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca1ce3f14a257a8b04f8a98787f521416788ae8affb4f8b7a8a169949235983a", kill_on_drop: false }`
[INFO] [stdout] ca1ce3f14a257a8b04f8a98787f521416788ae8affb4f8b7a8a169949235983a
