[INFO] fetching crate std_collection_traits 0.1.2... [INFO] checking std_collection_traits-0.1.2 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate std_collection_traits 0.1.2 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate std_collection_traits 0.1.2 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate std_collection_traits 0.1.2 [INFO] finished tweaking crates.io crate std_collection_traits 0.1.2 [INFO] tweaked toml for crates.io crate std_collection_traits 0.1.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4ecb1390cc7dca0c569429749cd1ce86fe5228d95897ff74624707e808eba2c [INFO] running `Command { std: "docker" "start" "-a" "c4ecb1390cc7dca0c569429749cd1ce86fe5228d95897ff74624707e808eba2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4ecb1390cc7dca0c569429749cd1ce86fe5228d95897ff74624707e808eba2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4ecb1390cc7dca0c569429749cd1ce86fe5228d95897ff74624707e808eba2c", kill_on_drop: false }` [INFO] [stdout] c4ecb1390cc7dca0c569429749cd1ce86fe5228d95897ff74624707e808eba2c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 44f07bcc4d55f3416851dbb3c94202ad9802e73377dd6c1b151c8629556aee85 [INFO] running `Command { std: "docker" "start" "-a" "44f07bcc4d55f3416851dbb3c94202ad9802e73377dd6c1b151c8629556aee85", kill_on_drop: false }` [INFO] [stderr] Checking std_collection_traits v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `DrainFilter` in module `std::vec` [INFO] [stdout] --> src/iter.rs:547:46 [INFO] [stdout] | [INFO] [stdout] 547 | [@DrainFilter T => Vec, std::vec::DrainFilter<'a, T, F>]; [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::vec` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 181 + use crate::iter::DrainFilter; [INFO] [stdout] | [INFO] [stdout] help: if you import `DrainFilter`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 547 - [@DrainFilter T => Vec, std::vec::DrainFilter<'a, T, F>]; [INFO] [stdout] 547 + [@DrainFilter T => Vec, DrainFilter<'a, T, F>]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DrainFilter` in module `std::vec` [INFO] [stdout] --> src/iter.rs:547:46 [INFO] [stdout] | [INFO] [stdout] 547 | [@DrainFilter T => Vec, std::vec::DrainFilter<'a, T, F>]; [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::vec` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 181 + use crate::iter::DrainFilter; [INFO] [stdout] | [INFO] [stdout] help: if you import `DrainFilter`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 547 - [@DrainFilter T => Vec, std::vec::DrainFilter<'a, T, F>]; [INFO] [stdout] 547 + [@DrainFilter T => Vec, DrainFilter<'a, T, F>]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DrainFilter` in module `std::collections::linked_list` [INFO] [stdout] --> src/iter.rs:548:92 [INFO] [stdout] | [INFO] [stdout] 548 | [@DrainFilter T => std::collections::LinkedList, std::collections::linked_list::DrainFilter<'a, T, F>]; [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::collections::linked_list` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 181 + use crate::iter::DrainFilter; [INFO] [stdout] | [INFO] [stdout] help: if you import `DrainFilter`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 548 - [@DrainFilter T => std::collections::LinkedList, std::collections::linked_list::DrainFilter<'a, T, F>]; [INFO] [stdout] 548 + [@DrainFilter T => std::collections::LinkedList, DrainFilter<'a, T, F>]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DrainFilter` in module `std::collections::linked_list` [INFO] [stdout] --> src/iter.rs:548:92 [INFO] [stdout] | [INFO] [stdout] 548 | [@DrainFilter T => std::collections::LinkedList, std::collections::linked_list::DrainFilter<'a, T, F>]; [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::collections::linked_list` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 181 + use crate::iter::DrainFilter; [INFO] [stdout] | [INFO] [stdout] help: if you import `DrainFilter`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 548 - [@DrainFilter T => std::collections::LinkedList, std::collections::linked_list::DrainFilter<'a, T, F>]; [INFO] [stdout] 548 + [@DrainFilter T => std::collections::LinkedList, DrainFilter<'a, T, F>]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DrainFilter` in module `std::collections::btree_set` [INFO] [stdout] --> src/iter.rs:549:106 [INFO] [stdout] | [INFO] [stdout] 549 | [@DrainFilterSet T: std::cmp::Ord => std::collections::BTreeSet, std::collections::btree_set::DrainFilter<'a, T, F>]; [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::collections::btree_set` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 181 + use crate::iter::DrainFilter; [INFO] [stdout] | [INFO] [stdout] help: if you import `DrainFilter`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 549 - [@DrainFilterSet T: std::cmp::Ord => std::collections::BTreeSet, std::collections::btree_set::DrainFilter<'a, T, F>]; [INFO] [stdout] 549 + [@DrainFilterSet T: std::cmp::Ord => std::collections::BTreeSet, DrainFilter<'a, T, F>]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DrainFilter` in module `std::collections::btree_set` [INFO] [stdout] --> src/iter.rs:549:106 [INFO] [stdout] | [INFO] [stdout] 549 | [@DrainFilterSet T: std::cmp::Ord => std::collections::BTreeSet, std::collections::btree_set::DrainFilter<'a, T, F>]; [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::collections::btree_set` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 181 + use crate::iter::DrainFilter; [INFO] [stdout] | [INFO] [stdout] help: if you import `DrainFilter`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 549 - [@DrainFilterSet T: std::cmp::Ord => std::collections::BTreeSet, std::collections::btree_set::DrainFilter<'a, T, F>]; [INFO] [stdout] 549 + [@DrainFilterSet T: std::cmp::Ord => std::collections::BTreeSet, DrainFilter<'a, T, F>]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DrainFilter` in module `std::collections::hash_set` [INFO] [stdout] --> src/iter.rs:550:119 [INFO] [stdout] | [INFO] [stdout] 550 | ...hSet, std::collections::hash_set::DrainFilter<'a, T, F>]; [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::collections::hash_set` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 181 + use crate::iter::DrainFilter; [INFO] [stdout] | [INFO] [stdout] help: if you import `DrainFilter`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 550 - [@DrainFilterSet T, S: std::hash::BuildHasher => std::collections::HashSet, std::collections::hash_set::DrainFilter<'a, T, F>]; [INFO] [stdout] 550 + [@DrainFilterSet T, S: std::hash::BuildHasher => std::collections::HashSet, DrainFilter<'a, T, F>]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DrainFilter` in module `std::collections::hash_set` [INFO] [stdout] --> src/iter.rs:550:119 [INFO] [stdout] | [INFO] [stdout] 550 | ...hSet, std::collections::hash_set::DrainFilter<'a, T, F>]; [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::collections::hash_set` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 181 + use crate::iter::DrainFilter; [INFO] [stdout] | [INFO] [stdout] help: if you import `DrainFilter`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 550 - [@DrainFilterSet T, S: std::hash::BuildHasher => std::collections::HashSet, std::collections::hash_set::DrainFilter<'a, T, F>]; [INFO] [stdout] 550 + [@DrainFilterSet T, S: std::hash::BuildHasher => std::collections::HashSet, DrainFilter<'a, T, F>]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DrainFilter` in module `std::collections::hash_map` [INFO] [stdout] --> src/iter.rs:552:127 [INFO] [stdout] | [INFO] [stdout] 552 | ...p, std::collections::hash_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::collections::hash_map` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 181 + use crate::iter::DrainFilter; [INFO] [stdout] | [INFO] [stdout] help: if you import `DrainFilter`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 552 - [@AssocDrainFilter K, V, S: std::hash::BuildHasher => std::collections::HashMap, std::collections::hash_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 552 + [@AssocDrainFilter K, V, S: std::hash::BuildHasher => std::collections::HashMap, DrainFilter<'a, K, V, F>]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DrainFilter` in module `std::collections::hash_map` [INFO] [stdout] --> src/iter.rs:552:127 [INFO] [stdout] | [INFO] [stdout] 552 | ...p, std::collections::hash_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::collections::hash_map` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 181 + use crate::iter::DrainFilter; [INFO] [stdout] | [INFO] [stdout] help: if you import `DrainFilter`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 552 - [@AssocDrainFilter K, V, S: std::hash::BuildHasher => std::collections::HashMap, std::collections::hash_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 552 + [@AssocDrainFilter K, V, S: std::hash::BuildHasher => std::collections::HashMap, DrainFilter<'a, K, V, F>]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DrainFilter` in module `std::collections::btree_map` [INFO] [stdout] --> src/iter.rs:553:114 [INFO] [stdout] | [INFO] [stdout] 553 | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::collections::btree_map` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 181 + use crate::iter::DrainFilter; [INFO] [stdout] | [INFO] [stdout] help: if you import `DrainFilter`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 553 - [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 553 + [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, DrainFilter<'a, K, V, F>]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DrainFilter` in module `std::collections::btree_map` [INFO] [stdout] --> src/iter.rs:553:114 [INFO] [stdout] | [INFO] [stdout] 553 | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::collections::btree_map` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 181 + use crate::iter::DrainFilter; [INFO] [stdout] | [INFO] [stdout] help: if you import `DrainFilter`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 553 - [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 553 + [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, DrainFilter<'a, K, V, F>]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> src/iter.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | = std::iter::Map, impl FnMut(&'a K) -> (&'a K, &'a ())>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> src/iter.rs:243:67 [INFO] [stdout] | [INFO] [stdout] 243 | = std::iter::Map, impl FnMut(&'a K) -> (&'a K, &'a ())>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> src/iter.rs:254:68 [INFO] [stdout] | [INFO] [stdout] 254 | = std::iter::Map, impl FnMut(&'a K) -> (&'a K, &'a ())>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> src/iter.rs:254:68 [INFO] [stdout] | [INFO] [stdout] 254 | = std::iter::Map, impl FnMut(&'a K) -> (&'a K, &'a ())>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:272:41 [INFO] [stdout] | [INFO] [stdout] 272 | type DifferenceIter<'a> where $($args: 'a),* = $iter_diff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: `#[warn(deprecated_where_clause_location)]` on by default [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 272 - type DifferenceIter<'a> where $($args: 'a),* = $iter_diff; [INFO] [stdout] 272 + type DifferenceIter<'a> ),* = $iter_diff where K: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:272:41 [INFO] [stdout] | [INFO] [stdout] 272 | type DifferenceIter<'a> where $($args: 'a),* = $iter_diff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: `#[warn(deprecated_where_clause_location)]` on by default [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 272 - type DifferenceIter<'a> where $($args: 'a),* = $iter_diff; [INFO] [stdout] 272 + type DifferenceIter<'a> ),* = $iter_diff where K: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:274:43 [INFO] [stdout] | [INFO] [stdout] 274 | type IntersectionIter<'a> where $($args: 'a),* = $iter_insect; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 274 - type IntersectionIter<'a> where $($args: 'a),* = $iter_insect; [INFO] [stdout] 274 + type IntersectionIter<'a> ),* = $iter_insect where K: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:274:43 [INFO] [stdout] | [INFO] [stdout] 274 | type IntersectionIter<'a> where $($args: 'a),* = $iter_insect; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 274 - type IntersectionIter<'a> where $($args: 'a),* = $iter_insect; [INFO] [stdout] 274 + type IntersectionIter<'a> ),* = $iter_insect where K: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:276:50 [INFO] [stdout] | [INFO] [stdout] 276 | type SymmetricDifferenceIter<'a> where $($args: 'a),* = $iter_sym; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 276 - type SymmetricDifferenceIter<'a> where $($args: 'a),* = $iter_sym; [INFO] [stdout] 276 + type SymmetricDifferenceIter<'a> ),* = $iter_sym where K: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:276:50 [INFO] [stdout] | [INFO] [stdout] 276 | type SymmetricDifferenceIter<'a> where $($args: 'a),* = $iter_sym; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 276 - type SymmetricDifferenceIter<'a> where $($args: 'a),* = $iter_sym; [INFO] [stdout] 276 + type SymmetricDifferenceIter<'a> ),* = $iter_sym where K: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:278:36 [INFO] [stdout] | [INFO] [stdout] 278 | type UnionIter<'a> where $($args: 'a),* = $iter_union; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 278 - type UnionIter<'a> where $($args: 'a),* = $iter_union; [INFO] [stdout] 278 + type UnionIter<'a> ),* = $iter_union where K: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:278:36 [INFO] [stdout] | [INFO] [stdout] 278 | type UnionIter<'a> where $($args: 'a),* = $iter_union; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 278 - type UnionIter<'a> where $($args: 'a),* = $iter_union; [INFO] [stdout] 278 + type UnionIter<'a> ),* = $iter_union where K: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/associated.rs:292:76 [INFO] [stdout] | [INFO] [stdout] 292 | fn union<'a>(&'a self, other: &'a Self) -> Self::UnionIter<'_> { [INFO] [stdout] | -- lifetime `'a` declared here ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/associated.rs:292:76 [INFO] [stdout] | [INFO] [stdout] 292 | fn union<'a>(&'a self, other: &'a Self) -> Self::UnionIter<'_> { [INFO] [stdout] | -- lifetime `'a` declared here ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:272:41 [INFO] [stdout] | [INFO] [stdout] 272 | type DifferenceIter<'a> where $($args: 'a),* = $iter_diff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 272 - type DifferenceIter<'a> where $($args: 'a),* = $iter_diff; [INFO] [stdout] 272 + type DifferenceIter<'a> ),* = $iter_diff where K: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:272:41 [INFO] [stdout] | [INFO] [stdout] 272 | type DifferenceIter<'a> where $($args: 'a),* = $iter_diff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 272 - type DifferenceIter<'a> where $($args: 'a),* = $iter_diff; [INFO] [stdout] 272 + type DifferenceIter<'a> ),* = $iter_diff where K: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:274:43 [INFO] [stdout] | [INFO] [stdout] 274 | type IntersectionIter<'a> where $($args: 'a),* = $iter_insect; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 274 - type IntersectionIter<'a> where $($args: 'a),* = $iter_insect; [INFO] [stdout] 274 + type IntersectionIter<'a> ),* = $iter_insect where K: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:274:43 [INFO] [stdout] | [INFO] [stdout] 274 | type IntersectionIter<'a> where $($args: 'a),* = $iter_insect; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 274 - type IntersectionIter<'a> where $($args: 'a),* = $iter_insect; [INFO] [stdout] 274 + type IntersectionIter<'a> ),* = $iter_insect where K: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:276:50 [INFO] [stdout] | [INFO] [stdout] 276 | type SymmetricDifferenceIter<'a> where $($args: 'a),* = $iter_sym; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 276 - type SymmetricDifferenceIter<'a> where $($args: 'a),* = $iter_sym; [INFO] [stdout] 276 + type SymmetricDifferenceIter<'a> ),* = $iter_sym where K: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:276:50 [INFO] [stdout] | [INFO] [stdout] 276 | type SymmetricDifferenceIter<'a> where $($args: 'a),* = $iter_sym; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 276 - type SymmetricDifferenceIter<'a> where $($args: 'a),* = $iter_sym; [INFO] [stdout] 276 + type SymmetricDifferenceIter<'a> ),* = $iter_sym where K: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:278:36 [INFO] [stdout] | [INFO] [stdout] 278 | type UnionIter<'a> where $($args: 'a),* = $iter_union; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 278 - type UnionIter<'a> where $($args: 'a),* = $iter_union; [INFO] [stdout] 278 + type UnionIter<'a> ),* = $iter_union where K: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:278:36 [INFO] [stdout] | [INFO] [stdout] 278 | type UnionIter<'a> where $($args: 'a),* = $iter_union; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 278 - type UnionIter<'a> where $($args: 'a),* = $iter_union; [INFO] [stdout] 278 + type UnionIter<'a> ),* = $iter_union where K: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/associated.rs:292:76 [INFO] [stdout] | [INFO] [stdout] 292 | fn union<'a>(&'a self, other: &'a Self) -> Self::UnionIter<'_> { [INFO] [stdout] | -- lifetime `'a` declared here ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/associated.rs:292:76 [INFO] [stdout] | [INFO] [stdout] 292 | fn union<'a>(&'a self, other: &'a Self) -> Self::UnionIter<'_> { [INFO] [stdout] | -- lifetime `'a` declared here ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:328:41 [INFO] [stdout] | [INFO] [stdout] 328 | type TryInsertError<'a> where $($args: 'a),* = $err; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 328 - type TryInsertError<'a> where $($args: 'a),* = $err; [INFO] [stdout] 328 + type TryInsertError<'a> ),* = $err where K: 'a, V: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:328:41 [INFO] [stdout] | [INFO] [stdout] 328 | type TryInsertError<'a> where $($args: 'a),* = $err; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 328 - type TryInsertError<'a> where $($args: 'a),* = $err; [INFO] [stdout] 328 + type TryInsertError<'a> ),* = $err where K: 'a, V: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:330:34 [INFO] [stdout] | [INFO] [stdout] 330 | type KeyIter<'a> where $($args: 'a),* = $iter_key; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 330 - type KeyIter<'a> where $($args: 'a),* = $iter_key; [INFO] [stdout] 330 + type KeyIter<'a> ),* = $iter_key where K: 'a, V: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:330:34 [INFO] [stdout] | [INFO] [stdout] 330 | type KeyIter<'a> where $($args: 'a),* = $iter_key; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 330 - type KeyIter<'a> where $($args: 'a),* = $iter_key; [INFO] [stdout] 330 + type KeyIter<'a> ),* = $iter_key where K: 'a, V: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:332:36 [INFO] [stdout] | [INFO] [stdout] 332 | type ValueIter<'a> where $($args: 'a),* = $iter_value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 332 - type ValueIter<'a> where $($args: 'a),* = $iter_value; [INFO] [stdout] 332 + type ValueIter<'a> ),* = $iter_value where K: 'a, V: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:332:36 [INFO] [stdout] | [INFO] [stdout] 332 | type ValueIter<'a> where $($args: 'a),* = $iter_value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 332 - type ValueIter<'a> where $($args: 'a),* = $iter_value; [INFO] [stdout] 332 + type ValueIter<'a> ),* = $iter_value where K: 'a, V: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:334:39 [INFO] [stdout] | [INFO] [stdout] 334 | type ValueIterMut<'a> where $($args: 'a),* = $iter_value_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 334 - type ValueIterMut<'a> where $($args: 'a),* = $iter_value_mut; [INFO] [stdout] 334 + type ValueIterMut<'a> ),* = $iter_value_mut where K: 'a, V: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:334:39 [INFO] [stdout] | [INFO] [stdout] 334 | type ValueIterMut<'a> where $($args: 'a),* = $iter_value_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 334 - type ValueIterMut<'a> where $($args: 'a),* = $iter_value_mut; [INFO] [stdout] 334 + type ValueIterMut<'a> ),* = $iter_value_mut where K: 'a, V: 'a, S: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:328:41 [INFO] [stdout] | [INFO] [stdout] 328 | type TryInsertError<'a> where $($args: 'a),* = $err; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 328 - type TryInsertError<'a> where $($args: 'a),* = $err; [INFO] [stdout] 328 + type TryInsertError<'a> ),* = $err where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:328:41 [INFO] [stdout] | [INFO] [stdout] 328 | type TryInsertError<'a> where $($args: 'a),* = $err; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 328 - type TryInsertError<'a> where $($args: 'a),* = $err; [INFO] [stdout] 328 + type TryInsertError<'a> ),* = $err where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:330:34 [INFO] [stdout] | [INFO] [stdout] 330 | type KeyIter<'a> where $($args: 'a),* = $iter_key; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 330 - type KeyIter<'a> where $($args: 'a),* = $iter_key; [INFO] [stdout] 330 + type KeyIter<'a> ),* = $iter_key where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:330:34 [INFO] [stdout] | [INFO] [stdout] 330 | type KeyIter<'a> where $($args: 'a),* = $iter_key; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 330 - type KeyIter<'a> where $($args: 'a),* = $iter_key; [INFO] [stdout] 330 + type KeyIter<'a> ),* = $iter_key where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:332:36 [INFO] [stdout] | [INFO] [stdout] 332 | type ValueIter<'a> where $($args: 'a),* = $iter_value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 332 - type ValueIter<'a> where $($args: 'a),* = $iter_value; [INFO] [stdout] 332 + type ValueIter<'a> ),* = $iter_value where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:332:36 [INFO] [stdout] | [INFO] [stdout] 332 | type ValueIter<'a> where $($args: 'a),* = $iter_value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 332 - type ValueIter<'a> where $($args: 'a),* = $iter_value; [INFO] [stdout] 332 + type ValueIter<'a> ),* = $iter_value where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:334:39 [INFO] [stdout] | [INFO] [stdout] 334 | type ValueIterMut<'a> where $($args: 'a),* = $iter_value_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 334 - type ValueIterMut<'a> where $($args: 'a),* = $iter_value_mut; [INFO] [stdout] 334 + type ValueIterMut<'a> ),* = $iter_value_mut where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | / where [INFO] [stdout] 187 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 186 ~ [INFO] [stdout] 187 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / where [INFO] [stdout] 198 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 197 ~ [INFO] [stdout] 198 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:208:9 [INFO] [stdout] | [INFO] [stdout] 208 | / where [INFO] [stdout] 209 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 208 ~ [INFO] [stdout] 209 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | / where [INFO] [stdout] 220 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 219 ~ [INFO] [stdout] 220 ~ = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | / where [INFO] [stdout] 231 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 230 ~ [INFO] [stdout] 231 ~ = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/associated.rs:334:39 [INFO] [stdout] | [INFO] [stdout] 334 | type ValueIterMut<'a> where $($args: 'a),* = $iter_value_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 412 | / assoc_impls!( [INFO] [stdout] 413 | | [@Set => K: std::cmp::Eq | std::hash::Hash, S: std::hash::BuildHasher => [INFO] [stdout] 414 | | std::collections::HashSet]; [INFO] [stdout] 415 | | [@Set => K: std::cmp::Ord => std::collections::BTreeSet]; [INFO] [stdout] ... | [INFO] [stdout] 451 | | [@OrdMap => K: std::cmp::Ord, V => std::collections::BTreeMap]; [INFO] [stdout] 452 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `assoc_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 334 - type ValueIterMut<'a> where $($args: 'a),* = $iter_value_mut; [INFO] [stdout] 334 + type ValueIterMut<'a> ),* = $iter_value_mut where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:241:9 [INFO] [stdout] | [INFO] [stdout] 241 | / where [INFO] [stdout] 242 | | K: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 241 ~ [INFO] [stdout] 242 ~ = std::iter::Map, impl FnMut(&'a K) -> (&'a K, &'a ())> where K: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | / where [INFO] [stdout] 187 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 186 ~ [INFO] [stdout] 187 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | / where [INFO] [stdout] 253 | | K: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 252 ~ [INFO] [stdout] 253 ~ = std::iter::Map, impl FnMut(&'a K) -> (&'a K, &'a ())> where K: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / where [INFO] [stdout] 198 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 197 ~ [INFO] [stdout] 198 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:263:9 [INFO] [stdout] | [INFO] [stdout] 263 | / where [INFO] [stdout] 264 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 263 ~ [INFO] [stdout] 264 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:208:9 [INFO] [stdout] | [INFO] [stdout] 208 | / where [INFO] [stdout] 209 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 208 ~ [INFO] [stdout] 209 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:274:9 [INFO] [stdout] | [INFO] [stdout] 274 | / where [INFO] [stdout] 275 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 274 ~ [INFO] [stdout] 275 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | / where [INFO] [stdout] 220 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 219 ~ [INFO] [stdout] 220 ~ = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | / where [INFO] [stdout] 286 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 285 ~ [INFO] [stdout] 286 ~ = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | / where [INFO] [stdout] 231 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 230 ~ [INFO] [stdout] 231 ~ = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:297:9 [INFO] [stdout] | [INFO] [stdout] 297 | / where [INFO] [stdout] 298 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 297 ~ [INFO] [stdout] 298 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:241:9 [INFO] [stdout] | [INFO] [stdout] 241 | / where [INFO] [stdout] 242 | | K: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 241 ~ [INFO] [stdout] 242 ~ = std::iter::Map, impl FnMut(&'a K) -> (&'a K, &'a ())> where K: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:308:9 [INFO] [stdout] | [INFO] [stdout] 308 | / where [INFO] [stdout] 309 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 308 ~ [INFO] [stdout] 309 ~ = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:320:9 [INFO] [stdout] | [INFO] [stdout] 320 | / where [INFO] [stdout] 321 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 320 ~ [INFO] [stdout] 321 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | / where [INFO] [stdout] 253 | | K: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 252 ~ [INFO] [stdout] 253 ~ = std::iter::Map, impl FnMut(&'a K) -> (&'a K, &'a ())> where K: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:331:9 [INFO] [stdout] | [INFO] [stdout] 331 | / where [INFO] [stdout] 332 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 331 ~ [INFO] [stdout] 332 ~ = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:263:9 [INFO] [stdout] | [INFO] [stdout] 263 | / where [INFO] [stdout] 264 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 263 ~ [INFO] [stdout] 264 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:274:9 [INFO] [stdout] | [INFO] [stdout] 274 | / where [INFO] [stdout] 275 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 274 ~ [INFO] [stdout] 275 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:516:9 [INFO] [stdout] | [INFO] [stdout] 516 | / where [INFO] [stdout] 517 | | K: 'a, [INFO] [stdout] 518 | | V: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 516 ~ [INFO] [stdout] 517 ~ = std::collections::hash_map::Drain<'a, K, V> where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | / where [INFO] [stdout] 286 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 285 ~ [INFO] [stdout] 286 ~ = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:297:9 [INFO] [stdout] | [INFO] [stdout] 297 | / where [INFO] [stdout] 298 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 297 ~ [INFO] [stdout] 298 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:308:9 [INFO] [stdout] | [INFO] [stdout] 308 | / where [INFO] [stdout] 309 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 308 ~ [INFO] [stdout] 309 ~ = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:320:9 [INFO] [stdout] | [INFO] [stdout] 320 | / where [INFO] [stdout] 321 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 320 ~ [INFO] [stdout] 321 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:407:31 [INFO] [stdout] | [INFO] [stdout] 407 | type Iter<'a> where T: 'a = std::slice::Iter<'a, T>; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 407 - type Iter<'a> where T: 'a = std::slice::Iter<'a, T>; [INFO] [stdout] 407 + type Iter<'a> = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:331:9 [INFO] [stdout] | [INFO] [stdout] 331 | / where [INFO] [stdout] 332 | | T: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 331 ~ [INFO] [stdout] 332 ~ = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:516:9 [INFO] [stdout] | [INFO] [stdout] 516 | / where [INFO] [stdout] 517 | | K: 'a, [INFO] [stdout] 518 | | V: 'a, [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 516 ~ [INFO] [stdout] 517 ~ = std::collections::hash_map::Drain<'a, K, V> where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:415:34 [INFO] [stdout] | [INFO] [stdout] 415 | type IterMut<'a> where T: 'a = std::slice::IterMut<'a, T>; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 415 - type IterMut<'a> where T: 'a = std::slice::IterMut<'a, T>; [INFO] [stdout] 415 + type IterMut<'a> = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:407:31 [INFO] [stdout] | [INFO] [stdout] 407 | type Iter<'a> where T: 'a = std::slice::Iter<'a, T>; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 407 - type Iter<'a> where T: 'a = std::slice::Iter<'a, T>; [INFO] [stdout] 407 + type Iter<'a> = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:371:31 [INFO] [stdout] | [INFO] [stdout] 371 | type Iter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 371 - type Iter<'a> where T: 'a = $iter; [INFO] [stdout] 371 + type Iter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:415:34 [INFO] [stdout] | [INFO] [stdout] 415 | type IterMut<'a> where T: 'a = std::slice::IterMut<'a, T>; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 415 - type IterMut<'a> where T: 'a = std::slice::IterMut<'a, T>; [INFO] [stdout] 415 + type IterMut<'a> = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:379:34 [INFO] [stdout] | [INFO] [stdout] 379 | type IterMut<'a> where T: 'a = $iter_mut; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 379 - type IterMut<'a> where T: 'a = $iter_mut; [INFO] [stdout] 379 + type IterMut<'a> = $iter_mut where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:371:31 [INFO] [stdout] | [INFO] [stdout] 371 | type Iter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 371 - type Iter<'a> where T: 'a = $iter; [INFO] [stdout] 371 + type Iter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:379:34 [INFO] [stdout] | [INFO] [stdout] 379 | type IterMut<'a> where T: 'a = $iter_mut; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 379 - type IterMut<'a> where T: 'a = $iter_mut; [INFO] [stdout] 379 + type IterMut<'a> = $iter_mut where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:371:31 [INFO] [stdout] | [INFO] [stdout] 371 | type Iter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 371 - type Iter<'a> where T: 'a = $iter; [INFO] [stdout] 371 + type Iter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:371:31 [INFO] [stdout] | [INFO] [stdout] 371 | type Iter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 371 - type Iter<'a> where T: 'a = $iter; [INFO] [stdout] 371 + type Iter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:379:34 [INFO] [stdout] | [INFO] [stdout] 379 | type IterMut<'a> where T: 'a = $iter_mut; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 379 - type IterMut<'a> where T: 'a = $iter_mut; [INFO] [stdout] 379 + type IterMut<'a> = $iter_mut where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:379:34 [INFO] [stdout] | [INFO] [stdout] 379 | type IterMut<'a> where T: 'a = $iter_mut; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 379 - type IterMut<'a> where T: 'a = $iter_mut; [INFO] [stdout] 379 + type IterMut<'a> = $iter_mut where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:361:31 [INFO] [stdout] | [INFO] [stdout] 361 | type Iter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 361 - type Iter<'a> where T: 'a = $iter; [INFO] [stdout] 361 + type Iter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:361:31 [INFO] [stdout] | [INFO] [stdout] 361 | type Iter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 361 - type Iter<'a> where T: 'a = $iter; [INFO] [stdout] 361 + type Iter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:361:31 [INFO] [stdout] | [INFO] [stdout] 361 | type Iter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 361 - type Iter<'a> where T: 'a = $iter; [INFO] [stdout] 361 + type Iter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:361:31 [INFO] [stdout] | [INFO] [stdout] 361 | type Iter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 361 - type Iter<'a> where T: 'a = $iter; [INFO] [stdout] 361 + type Iter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:361:31 [INFO] [stdout] | [INFO] [stdout] 361 | type Iter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 361 - type Iter<'a> where T: 'a = $iter; [INFO] [stdout] 361 + type Iter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:361:31 [INFO] [stdout] | [INFO] [stdout] 361 | type Iter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 361 - type Iter<'a> where T: 'a = $iter; [INFO] [stdout] 361 + type Iter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:389:31 [INFO] [stdout] | [INFO] [stdout] 389 | type Iter<'a> where K: 'a, V: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 389 - type Iter<'a> where K: 'a, V: 'a = $iter; [INFO] [stdout] 389 + type Iter<'a> = $iter where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:389:31 [INFO] [stdout] | [INFO] [stdout] 389 | type Iter<'a> where K: 'a, V: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 389 - type Iter<'a> where K: 'a, V: 'a = $iter; [INFO] [stdout] 389 + type Iter<'a> = $iter where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:397:34 [INFO] [stdout] | [INFO] [stdout] 397 | type IterMut<'a> where K: 'a, V: 'a = $iter_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 397 - type IterMut<'a> where K: 'a, V: 'a = $iter_mut; [INFO] [stdout] 397 + type IterMut<'a> = $iter_mut where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:397:34 [INFO] [stdout] | [INFO] [stdout] 397 | type IterMut<'a> where K: 'a, V: 'a = $iter_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 397 - type IterMut<'a> where K: 'a, V: 'a = $iter_mut; [INFO] [stdout] 397 + type IterMut<'a> = $iter_mut where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:389:31 [INFO] [stdout] | [INFO] [stdout] 389 | type Iter<'a> where K: 'a, V: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 389 - type Iter<'a> where K: 'a, V: 'a = $iter; [INFO] [stdout] 389 + type Iter<'a> = $iter where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:389:31 [INFO] [stdout] | [INFO] [stdout] 389 | type Iter<'a> where K: 'a, V: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 389 - type Iter<'a> where K: 'a, V: 'a = $iter; [INFO] [stdout] 389 + type Iter<'a> = $iter where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:397:34 [INFO] [stdout] | [INFO] [stdout] 397 | type IterMut<'a> where K: 'a, V: 'a = $iter_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 397 - type IterMut<'a> where K: 'a, V: 'a = $iter_mut; [INFO] [stdout] 397 + type IterMut<'a> = $iter_mut where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:397:34 [INFO] [stdout] | [INFO] [stdout] 397 | type IterMut<'a> where K: 'a, V: 'a = $iter_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 397 - type IterMut<'a> where K: 'a, V: 'a = $iter_mut; [INFO] [stdout] 397 + type IterMut<'a> = $iter_mut where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:425:36 [INFO] [stdout] | [INFO] [stdout] 425 | type RangeIter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 425 - type RangeIter<'a> where T: 'a = $iter; [INFO] [stdout] 425 + type RangeIter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:425:36 [INFO] [stdout] | [INFO] [stdout] 425 | type RangeIter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 425 - type RangeIter<'a> where T: 'a = $iter; [INFO] [stdout] 425 + type RangeIter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:433:39 [INFO] [stdout] | [INFO] [stdout] 433 | type RangeIterMut<'a> where T: 'a = $iter_mut; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 433 - type RangeIterMut<'a> where T: 'a = $iter_mut; [INFO] [stdout] 433 + type RangeIterMut<'a> = $iter_mut where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:433:39 [INFO] [stdout] | [INFO] [stdout] 433 | type RangeIterMut<'a> where T: 'a = $iter_mut; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 433 - type RangeIterMut<'a> where T: 'a = $iter_mut; [INFO] [stdout] 433 + type RangeIterMut<'a> = $iter_mut where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:443:36 [INFO] [stdout] | [INFO] [stdout] 443 | type RangeIter<'a> where K: 'a, V: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 443 - type RangeIter<'a> where K: 'a, V: 'a = $iter; [INFO] [stdout] 443 + type RangeIter<'a> = $iter where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:443:36 [INFO] [stdout] | [INFO] [stdout] 443 | type RangeIter<'a> where K: 'a, V: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 443 - type RangeIter<'a> where K: 'a, V: 'a = $iter; [INFO] [stdout] 443 + type RangeIter<'a> = $iter where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:451:39 [INFO] [stdout] | [INFO] [stdout] 451 | type RangeIterMut<'a> where K: 'a, V: 'a = $iter_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 451 - type RangeIterMut<'a> where K: 'a, V: 'a = $iter_mut; [INFO] [stdout] 451 + type RangeIterMut<'a> = $iter_mut where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:451:39 [INFO] [stdout] | [INFO] [stdout] 451 | type RangeIterMut<'a> where K: 'a, V: 'a = $iter_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 451 - type RangeIterMut<'a> where K: 'a, V: 'a = $iter_mut; [INFO] [stdout] 451 + type RangeIterMut<'a> = $iter_mut where K: 'a, V: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:461:36 [INFO] [stdout] | [INFO] [stdout] 461 | type DrainIter<'a> where $($args: 'a),* = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 461 - type DrainIter<'a> where $($args: 'a),* = $iter; [INFO] [stdout] 461 + type DrainIter<'a> ),* = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:461:36 [INFO] [stdout] | [INFO] [stdout] 461 | type DrainIter<'a> where $($args: 'a),* = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 461 - type DrainIter<'a> where $($args: 'a),* = $iter; [INFO] [stdout] 461 + type DrainIter<'a> ),* = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:461:36 [INFO] [stdout] | [INFO] [stdout] 461 | type DrainIter<'a> where $($args: 'a),* = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 461 - type DrainIter<'a> where $($args: 'a),* = $iter; [INFO] [stdout] 461 + type DrainIter<'a> ),* = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:461:36 [INFO] [stdout] | [INFO] [stdout] 461 | type DrainIter<'a> where $($args: 'a),* = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 461 - type DrainIter<'a> where $($args: 'a),* = $iter; [INFO] [stdout] 461 + type DrainIter<'a> ),* = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:471:41 [INFO] [stdout] | [INFO] [stdout] 471 | type DrainRangeIter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 471 - type DrainRangeIter<'a> where T: 'a = $iter; [INFO] [stdout] 471 + type DrainRangeIter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:471:41 [INFO] [stdout] | [INFO] [stdout] 471 | type DrainRangeIter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 471 - type DrainRangeIter<'a> where T: 'a = $iter; [INFO] [stdout] 471 + type DrainRangeIter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:471:41 [INFO] [stdout] | [INFO] [stdout] 471 | type DrainRangeIter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 471 - type DrainRangeIter<'a> where T: 'a = $iter; [INFO] [stdout] 471 + type DrainRangeIter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:482:45 [INFO] [stdout] | [INFO] [stdout] 482 | type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&mut T) -> bool + 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 482 - type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&mut T) -> bool + 'a = $iter; [INFO] [stdout] 482 + type DrainFilterIter<'a, F> = $iter where T: 'a, F: FnMut(&mut T) -> bool + 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:471:41 [INFO] [stdout] | [INFO] [stdout] 471 | type DrainRangeIter<'a> where T: 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 471 - type DrainRangeIter<'a> where T: 'a = $iter; [INFO] [stdout] 471 + type DrainRangeIter<'a> = $iter where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:482:45 [INFO] [stdout] | [INFO] [stdout] 482 | type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&mut T) -> bool + 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 482 - type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&mut T) -> bool + 'a = $iter; [INFO] [stdout] 482 + type DrainFilterIter<'a, F> = $iter where T: 'a, F: FnMut(&mut T) -> bool + 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:482:45 [INFO] [stdout] | [INFO] [stdout] 482 | type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&mut T) -> bool + 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 482 - type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&mut T) -> bool + 'a = $iter; [INFO] [stdout] 482 + type DrainFilterIter<'a, F> = $iter where T: 'a, F: FnMut(&mut T) -> bool + 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:493:45 [INFO] [stdout] | [INFO] [stdout] 493 | type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&T) -> bool + 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 493 - type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&T) -> bool + 'a = $iter; [INFO] [stdout] 493 + type DrainFilterIter<'a, F> = $iter where T: 'a, F: FnMut(&T) -> bool + 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:482:45 [INFO] [stdout] | [INFO] [stdout] 482 | type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&mut T) -> bool + 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 482 - type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&mut T) -> bool + 'a = $iter; [INFO] [stdout] 482 + type DrainFilterIter<'a, F> = $iter where T: 'a, F: FnMut(&mut T) -> bool + 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:493:45 [INFO] [stdout] | [INFO] [stdout] 493 | type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&T) -> bool + 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 493 - type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&T) -> bool + 'a = $iter; [INFO] [stdout] 493 + type DrainFilterIter<'a, F> = $iter where T: 'a, F: FnMut(&T) -> bool + 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:493:45 [INFO] [stdout] | [INFO] [stdout] 493 | type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&T) -> bool + 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 493 - type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&T) -> bool + 'a = $iter; [INFO] [stdout] 493 + type DrainFilterIter<'a, F> = $iter where T: 'a, F: FnMut(&T) -> bool + 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:504:45 [INFO] [stdout] | [INFO] [stdout] 504 | type DrainFilterIter<'a, F> where K: 'a, V: 'a, F: FnMut(&K, &mut V) -> bool + 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 504 - type DrainFilterIter<'a, F> where K: 'a, V: 'a, F: FnMut(&K, &mut V) -> bool + 'a = $iter; [INFO] [stdout] 504 + type DrainFilterIter<'a, F> = $iter where K: 'a, V: 'a, F: FnMut(&K, &mut V) -> bool + 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:493:45 [INFO] [stdout] | [INFO] [stdout] 493 | type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&T) -> bool + 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 493 - type DrainFilterIter<'a, F> where T: 'a, F: FnMut(&T) -> bool + 'a = $iter; [INFO] [stdout] 493 + type DrainFilterIter<'a, F> = $iter where T: 'a, F: FnMut(&T) -> bool + 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:504:45 [INFO] [stdout] | [INFO] [stdout] 504 | type DrainFilterIter<'a, F> where K: 'a, V: 'a, F: FnMut(&K, &mut V) -> bool + 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 504 - type DrainFilterIter<'a, F> where K: 'a, V: 'a, F: FnMut(&K, &mut V) -> bool + 'a = $iter; [INFO] [stdout] 504 + type DrainFilterIter<'a, F> = $iter where K: 'a, V: 'a, F: FnMut(&K, &mut V) -> bool + 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:504:45 [INFO] [stdout] | [INFO] [stdout] 504 | type DrainFilterIter<'a, F> where K: 'a, V: 'a, F: FnMut(&K, &mut V) -> bool + 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 504 - type DrainFilterIter<'a, F> where K: 'a, V: 'a, F: FnMut(&K, &mut V) -> bool + 'a = $iter; [INFO] [stdout] 504 + type DrainFilterIter<'a, F> = $iter where K: 'a, V: 'a, F: FnMut(&K, &mut V) -> bool + 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/iter.rs:504:45 [INFO] [stdout] | [INFO] [stdout] 504 | type DrainFilterIter<'a, F> where K: 'a, V: 'a, F: FnMut(&K, &mut V) -> bool + 'a = $iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / iter_impls!( [INFO] [stdout] 527 | | [@Slice Vec]; [INFO] [stdout] 528 | | [INFO] [stdout] 529 | | [@Delegate T => std::collections::VecDeque, std::collections::vec_deque::Iter<'a, T>, std::collections::vec_deque::IterMut<'a,... [INFO] [stdout] ... | [INFO] [stdout] 553 | | [@AssocDrainFilter K: std::cmp::Ord, V => std::collections::BTreeMap, std::collections::btree_map::DrainFilter<'a, K, V, F>]; [INFO] [stdout] 554 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: this warning originates in the macro `iter_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 504 - type DrainFilterIter<'a, F> where K: 'a, V: 'a, F: FnMut(&K, &mut V) -> bool + 'a = $iter; [INFO] [stdout] 504 + type DrainFilterIter<'a, F> = $iter where K: 'a, V: 'a, F: FnMut(&K, &mut V) -> bool + 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `try_reserve` has been stable since 1.57.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(try_reserve)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `array_methods` has been stable since 1.77.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(array_methods)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `map_first_last` has been stable since 1.66.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | #![feature(map_first_last)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `drain_filter` [INFO] [stdout] --> src/lib.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | #![feature(drain_filter)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `hash_drain_filter` [INFO] [stdout] --> src/lib.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | #![feature(hash_drain_filter)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `btree_drain_filter` [INFO] [stdout] --> src/lib.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(btree_drain_filter)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `try_reserve` has been stable since 1.57.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(try_reserve)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `array_methods` has been stable since 1.77.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(array_methods)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `map_first_last` has been stable since 1.66.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | #![feature(map_first_last)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `drain_filter` [INFO] [stdout] --> src/lib.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | #![feature(drain_filter)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `hash_drain_filter` [INFO] [stdout] --> src/lib.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | #![feature(hash_drain_filter)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `btree_drain_filter` [INFO] [stdout] --> src/lib.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(btree_drain_filter)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `UnionIter` [INFO] [stdout] --> src/associated.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | / type UnionIter<'a>: Iterator [INFO] [stdout] 64 | | where [INFO] [stdout] 65 | | Self::ElemType: 'a, [INFO] [stdout] 66 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DifferenceIter` [INFO] [stdout] --> src/associated.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | / type DifferenceIter<'a>: Iterator [INFO] [stdout] 49 | | where [INFO] [stdout] 50 | | Self::ElemType: 'a, [INFO] [stdout] 51 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `IntersectionIter` [INFO] [stdout] --> src/associated.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | / type IntersectionIter<'a>: Iterator [INFO] [stdout] 54 | | where [INFO] [stdout] 55 | | Self::ElemType: 'a, [INFO] [stdout] 56 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `SymmetricDifferenceIter` [INFO] [stdout] --> src/associated.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | / type SymmetricDifferenceIter<'a>: Iterator [INFO] [stdout] 59 | | where [INFO] [stdout] 60 | | Self::ElemType: 'a, [INFO] [stdout] 61 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `ValueIterMut` [INFO] [stdout] --> src/associated.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | / type ValueIterMut<'a>: Iterator [INFO] [stdout] 168 | | where [INFO] [stdout] 169 | | Self::KeyType: 'a, [INFO] [stdout] 170 | | Self::ValueType: 'a, [INFO] [stdout] 171 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `TryInsertError` [INFO] [stdout] --> src/associated.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | / type TryInsertError<'a> [INFO] [stdout] 150 | | where [INFO] [stdout] 151 | | Self::KeyType: 'a, [INFO] [stdout] 152 | | Self::ValueType: 'a, [INFO] [stdout] 153 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `KeyIter` [INFO] [stdout] --> src/associated.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | / type KeyIter<'a>: Iterator [INFO] [stdout] 156 | | where [INFO] [stdout] 157 | | Self::KeyType: 'a, [INFO] [stdout] 158 | | Self::ValueType: 'a, [INFO] [stdout] 159 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `ValueIter` [INFO] [stdout] --> src/associated.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | / type ValueIter<'a>: Iterator [INFO] [stdout] 162 | | where [INFO] [stdout] 163 | | Self::KeyType: 'a, [INFO] [stdout] 164 | | Self::ValueType: 'a, [INFO] [stdout] 165 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `UnionIter` [INFO] [stdout] --> src/associated.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | / type UnionIter<'a>: Iterator [INFO] [stdout] 64 | | where [INFO] [stdout] 65 | | Self::ElemType: 'a, [INFO] [stdout] 66 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DifferenceIter` [INFO] [stdout] --> src/associated.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | / type DifferenceIter<'a>: Iterator [INFO] [stdout] 49 | | where [INFO] [stdout] 50 | | Self::ElemType: 'a, [INFO] [stdout] 51 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `IntersectionIter` [INFO] [stdout] --> src/associated.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | / type IntersectionIter<'a>: Iterator [INFO] [stdout] 54 | | where [INFO] [stdout] 55 | | Self::ElemType: 'a, [INFO] [stdout] 56 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `SymmetricDifferenceIter` [INFO] [stdout] --> src/associated.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | / type SymmetricDifferenceIter<'a>: Iterator [INFO] [stdout] 59 | | where [INFO] [stdout] 60 | | Self::ElemType: 'a, [INFO] [stdout] 61 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `ValueIterMut` [INFO] [stdout] --> src/associated.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | / type ValueIterMut<'a>: Iterator [INFO] [stdout] 168 | | where [INFO] [stdout] 169 | | Self::KeyType: 'a, [INFO] [stdout] 170 | | Self::ValueType: 'a, [INFO] [stdout] 171 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `TryInsertError` [INFO] [stdout] --> src/associated.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | / type TryInsertError<'a> [INFO] [stdout] 150 | | where [INFO] [stdout] 151 | | Self::KeyType: 'a, [INFO] [stdout] 152 | | Self::ValueType: 'a, [INFO] [stdout] 153 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `KeyIter` [INFO] [stdout] --> src/associated.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | / type KeyIter<'a>: Iterator [INFO] [stdout] 156 | | where [INFO] [stdout] 157 | | Self::KeyType: 'a, [INFO] [stdout] 158 | | Self::ValueType: 'a, [INFO] [stdout] 159 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `ValueIter` [INFO] [stdout] --> src/associated.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | / type ValueIter<'a>: Iterator [INFO] [stdout] 162 | | where [INFO] [stdout] 163 | | Self::KeyType: 'a, [INFO] [stdout] 164 | | Self::ValueType: 'a, [INFO] [stdout] 165 | | S: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `Iter` [INFO] [stdout] --> src/iter.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | / type Iter<'a>: Iterator [INFO] [stdout] 12 | | where [INFO] [stdout] 13 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `Iter` [INFO] [stdout] --> src/iter.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | / type Iter<'a>: Iterator [INFO] [stdout] 23 | | where [INFO] [stdout] 24 | | Self::KeyType: 'a, [INFO] [stdout] 25 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `IterMut` [INFO] [stdout] --> src/iter.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | / type IterMut<'a>: Iterator [INFO] [stdout] 35 | | where [INFO] [stdout] 36 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `IterMut` [INFO] [stdout] --> src/iter.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / type IterMut<'a>: Iterator [INFO] [stdout] 46 | | where [INFO] [stdout] 47 | | Self::KeyType: 'a, [INFO] [stdout] 48 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `RangeIter` [INFO] [stdout] --> src/iter.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | / type RangeIter<'a>: Iterator [INFO] [stdout] 57 | | where [INFO] [stdout] 58 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `RangeIterMut` [INFO] [stdout] --> src/iter.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | / type RangeIterMut<'a>: Iterator [INFO] [stdout] 66 | | where [INFO] [stdout] 67 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `RangeIter` [INFO] [stdout] --> src/iter.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | / type RangeIter<'a>: Iterator [INFO] [stdout] 75 | | where [INFO] [stdout] 76 | | Self::KeyType: 'a, [INFO] [stdout] 77 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `RangeIterMut` [INFO] [stdout] --> src/iter.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | / type RangeIterMut<'a>: Iterator [INFO] [stdout] 88 | | where [INFO] [stdout] 89 | | Self::KeyType: 'a, [INFO] [stdout] 90 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DrainIter` [INFO] [stdout] --> src/iter.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | / type DrainIter<'a>: Iterator [INFO] [stdout] 101 | | where [INFO] [stdout] 102 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DrainIter` [INFO] [stdout] --> src/iter.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | / type DrainIter<'a>: Iterator [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | Self::KeyType: 'a, [INFO] [stdout] 113 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DrainRangeIter` [INFO] [stdout] --> src/iter.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | / type DrainRangeIter<'a>: Iterator [INFO] [stdout] 122 | | where [INFO] [stdout] 123 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DrainFilterIter` [INFO] [stdout] --> src/iter.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | / type DrainFilterIter<'a, F>: Iterator [INFO] [stdout] 132 | | where [INFO] [stdout] 133 | | Self::ElemType: 'a, [INFO] [stdout] 134 | | F: FnMut(&mut Self::ElemType) -> bool + 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DrainFilterIter` [INFO] [stdout] --> src/iter.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | / type DrainFilterIter<'a, F>: Iterator [INFO] [stdout] 150 | | where [INFO] [stdout] 151 | | Self::ElemType: 'a, [INFO] [stdout] 152 | | F: FnMut(&Self::ElemType) -> bool + 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_______________________________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DrainFilterIter` [INFO] [stdout] --> src/iter.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | / type DrainFilterIter<'a, F>: Iterator [INFO] [stdout] 168 | | where [INFO] [stdout] 169 | | Self::KeyType: 'a, [INFO] [stdout] 170 | | Self::ValueType: 'a, [INFO] [stdout] 171 | | F: FnMut(&Self::KeyType, &mut Self::ValueType) -> bool + 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________________________________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `Iter` [INFO] [stdout] --> src/iter.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | / type Iter<'a>: Iterator [INFO] [stdout] 12 | | where [INFO] [stdout] 13 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `Iter` [INFO] [stdout] --> src/iter.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | / type Iter<'a>: Iterator [INFO] [stdout] 23 | | where [INFO] [stdout] 24 | | Self::KeyType: 'a, [INFO] [stdout] 25 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `IterMut` [INFO] [stdout] --> src/iter.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | / type IterMut<'a>: Iterator [INFO] [stdout] 35 | | where [INFO] [stdout] 36 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `IterMut` [INFO] [stdout] --> src/iter.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / type IterMut<'a>: Iterator [INFO] [stdout] 46 | | where [INFO] [stdout] 47 | | Self::KeyType: 'a, [INFO] [stdout] 48 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `RangeIter` [INFO] [stdout] --> src/iter.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | / type RangeIter<'a>: Iterator [INFO] [stdout] 57 | | where [INFO] [stdout] 58 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `RangeIterMut` [INFO] [stdout] --> src/iter.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | / type RangeIterMut<'a>: Iterator [INFO] [stdout] 66 | | where [INFO] [stdout] 67 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `RangeIter` [INFO] [stdout] --> src/iter.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | / type RangeIter<'a>: Iterator [INFO] [stdout] 75 | | where [INFO] [stdout] 76 | | Self::KeyType: 'a, [INFO] [stdout] 77 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `RangeIterMut` [INFO] [stdout] --> src/iter.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | / type RangeIterMut<'a>: Iterator [INFO] [stdout] 88 | | where [INFO] [stdout] 89 | | Self::KeyType: 'a, [INFO] [stdout] 90 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DrainIter` [INFO] [stdout] --> src/iter.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | / type DrainIter<'a>: Iterator [INFO] [stdout] 101 | | where [INFO] [stdout] 102 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DrainIter` [INFO] [stdout] --> src/iter.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | / type DrainIter<'a>: Iterator [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | Self::KeyType: 'a, [INFO] [stdout] 113 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DrainRangeIter` [INFO] [stdout] --> src/iter.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | / type DrainRangeIter<'a>: Iterator [INFO] [stdout] 122 | | where [INFO] [stdout] 123 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DrainFilterIter` [INFO] [stdout] --> src/iter.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | / type DrainFilterIter<'a, F>: Iterator [INFO] [stdout] 132 | | where [INFO] [stdout] 133 | | Self::ElemType: 'a, [INFO] [stdout] 134 | | F: FnMut(&mut Self::ElemType) -> bool + 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |___________________________________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DrainFilterIter` [INFO] [stdout] --> src/iter.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | / type DrainFilterIter<'a, F>: Iterator [INFO] [stdout] 150 | | where [INFO] [stdout] 151 | | Self::ElemType: 'a, [INFO] [stdout] 152 | | F: FnMut(&Self::ElemType) -> bool + 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_______________________________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `DrainFilterIter` [INFO] [stdout] --> src/iter.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | / type DrainFilterIter<'a, F>: Iterator [INFO] [stdout] 168 | | where [INFO] [stdout] 169 | | Self::KeyType: 'a, [INFO] [stdout] 170 | | Self::ValueType: 'a, [INFO] [stdout] 171 | | F: FnMut(&Self::KeyType, &mut Self::ValueType) -> bool + 'a; [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________________________________________________help: add the required where clause: `, Self: 'a` [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 33 previous errors; 64 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0635, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 33 previous errors; 64 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0635, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `std_collection_traits` (lib test) due to 34 previous errors; 64 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `std_collection_traits` (lib) due to 34 previous errors; 64 warnings emitted [INFO] running `Command { std: "docker" "inspect" "44f07bcc4d55f3416851dbb3c94202ad9802e73377dd6c1b151c8629556aee85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44f07bcc4d55f3416851dbb3c94202ad9802e73377dd6c1b151c8629556aee85", kill_on_drop: false }` [INFO] [stdout] 44f07bcc4d55f3416851dbb3c94202ad9802e73377dd6c1b151c8629556aee85