[INFO] crate typed-html 0.2.1 is already in cache
[INFO] checking typed-html-0.2.1 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1
[INFO] extracting crate typed-html 0.2.1 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate typed-html 0.2.1 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7
[INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate typed-html 0.2.1
[INFO] finished tweaking crates.io crate typed-html 0.2.1
[INFO] tweaked toml for crates.io crate typed-html 0.2.1 written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 430246c975f08e33f61975781f22fdd1a3c18c375be3f7d3538d2bae50896977
[INFO] running `"docker" "start" "-a" "430246c975f08e33f61975781f22fdd1a3c18c375be3f7d3538d2bae50896977"`
[INFO] [stderr] Compiling ena v0.13.1
[INFO] [stderr] Compiling block-buffer v0.7.3
[INFO] [stderr] Compiling syn v0.15.44
[INFO] [stderr] Compiling string_cache v0.7.5
[INFO] [stderr] Compiling sha2 v0.8.0
[INFO] [stderr] Compiling lalrpop v0.17.2
[INFO] [stderr] Compiling strum_macros v0.15.0
[INFO] [stderr] Compiling typed-html-macros v0.2.1
[INFO] [stderr] Checking typed-html v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 253 | spacedlist_from_array!(1);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 254 | spacedlist_from_array!(2);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 255 | spacedlist_from_array!(3);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 256 | spacedlist_from_array!(4);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 257 | spacedlist_from_array!(5);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 258 | spacedlist_from_array!(6);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 259 | spacedlist_from_array!(7);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 260 | spacedlist_from_array!(8);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 261 | spacedlist_from_array!(9);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 262 | spacedlist_from_array!(10);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 263 | spacedlist_from_array!(11);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 264 | spacedlist_from_array!(12);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 265 | spacedlist_from_array!(13);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 266 | spacedlist_from_array!(14);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 267 | spacedlist_from_array!(15);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 268 | spacedlist_from_array!(16);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 269 | spacedlist_from_array!(17);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 270 | spacedlist_from_array!(18);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 271 | spacedlist_from_array!(19);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 272 | spacedlist_from_array!(20);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 273 | spacedlist_from_array!(21);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 274 | spacedlist_from_array!(22);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 275 | spacedlist_from_array!(23);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 276 | spacedlist_from_array!(24);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 277 | spacedlist_from_array!(25);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 278 | spacedlist_from_array!(26);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 279 | spacedlist_from_array!(27);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 280 | spacedlist_from_array!(28);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 281 | spacedlist_from_array!(29);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 282 | spacedlist_from_array!(30);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 283 | spacedlist_from_array!(31);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 284 | spacedlist_from_array!(32);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 280 | spacedset_from_array!(1);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 281 | spacedset_from_array!(2);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 282 | spacedset_from_array!(3);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 283 | spacedset_from_array!(4);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 284 | spacedset_from_array!(5);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 285 | spacedset_from_array!(6);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 286 | spacedset_from_array!(7);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 287 | spacedset_from_array!(8);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 288 | spacedset_from_array!(9);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 289 | spacedset_from_array!(10);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 290 | spacedset_from_array!(11);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 291 | spacedset_from_array!(12);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 292 | spacedset_from_array!(13);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 293 | spacedset_from_array!(14);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 294 | spacedset_from_array!(15);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 295 | spacedset_from_array!(16);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 296 | spacedset_from_array!(17);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 297 | spacedset_from_array!(18);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 298 | spacedset_from_array!(19);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 299 | spacedset_from_array!(20);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 300 | spacedset_from_array!(21);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 301 | spacedset_from_array!(22);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 302 | spacedset_from_array!(23);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 303 | spacedset_from_array!(24);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 304 | spacedset_from_array!(25);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 305 | spacedset_from_array!(26);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 306 | spacedset_from_array!(27);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 307 | spacedset_from_array!(28);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 308 | spacedset_from_array!(29);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 309 | spacedset_from_array!(30);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 310 | spacedset_from_array!(31);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 311 | spacedset_from_array!(32);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 253 | spacedlist_from_array!(1);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 254 | spacedlist_from_array!(2);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 255 | spacedlist_from_array!(3);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 256 | spacedlist_from_array!(4);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 257 | spacedlist_from_array!(5);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 258 | spacedlist_from_array!(6);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 259 | spacedlist_from_array!(7);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 260 | spacedlist_from_array!(8);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 261 | spacedlist_from_array!(9);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 262 | spacedlist_from_array!(10);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 263 | spacedlist_from_array!(11);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 264 | spacedlist_from_array!(12);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 265 | spacedlist_from_array!(13);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 266 | spacedlist_from_array!(14);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 267 | spacedlist_from_array!(15);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 268 | spacedlist_from_array!(16);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 269 | spacedlist_from_array!(17);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 270 | spacedlist_from_array!(18);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 271 | spacedlist_from_array!(19);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 272 | spacedlist_from_array!(20);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 273 | spacedlist_from_array!(21);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 274 | spacedlist_from_array!(22);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 275 | spacedlist_from_array!(23);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 276 | spacedlist_from_array!(24);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 277 | spacedlist_from_array!(25);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 278 | spacedlist_from_array!(26);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 279 | spacedlist_from_array!(27);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 280 | spacedlist_from_array!(28);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 281 | spacedlist_from_array!(29);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 282 | spacedlist_from_array!(30);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 283 | spacedlist_from_array!(31);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedlist.rs:248:19
[INFO] [stderr] |
[INFO] [stderr] 248 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 284 | spacedlist_from_array!(32);
[INFO] [stderr] | --------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 280 | spacedset_from_array!(1);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 281 | spacedset_from_array!(2);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 282 | spacedset_from_array!(3);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 283 | spacedset_from_array!(4);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 284 | spacedset_from_array!(5);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 285 | spacedset_from_array!(6);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 286 | spacedset_from_array!(7);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 287 | spacedset_from_array!(8);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 288 | spacedset_from_array!(9);
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 289 | spacedset_from_array!(10);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 290 | spacedset_from_array!(11);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 291 | spacedset_from_array!(12);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 292 | spacedset_from_array!(13);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 293 | spacedset_from_array!(14);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 294 | spacedset_from_array!(15);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 295 | spacedset_from_array!(16);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 296 | spacedset_from_array!(17);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 297 | spacedset_from_array!(18);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 298 | spacedset_from_array!(19);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 299 | spacedset_from_array!(20);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 300 | spacedset_from_array!(21);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 301 | spacedset_from_array!(22);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 302 | spacedset_from_array!(23);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 303 | spacedset_from_array!(24);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 304 | spacedset_from_array!(25);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 305 | spacedset_from_array!(26);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 306 | spacedset_from_array!(27);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 307 | spacedset_from_array!(28);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 308 | spacedset_from_array!(29);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 309 | spacedset_from_array!(30);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 310 | spacedset_from_array!(31);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr] --> src/types/spacedset.rs:275:19
[INFO] [stderr] |
[INFO] [stderr] 275 | s.into_iter().map(|s| FromStr::from_str(*s)).collect()
[INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr] ...
[INFO] [stderr] 311 | spacedset_from_array!(32);
[INFO] [stderr] | -------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #66145
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 16s
[INFO] running `"docker" "inspect" "430246c975f08e33f61975781f22fdd1a3c18c375be3f7d3538d2bae50896977"`
[INFO] running `"docker" "rm" "-f" "430246c975f08e33f61975781f22fdd1a3c18c375be3f7d3538d2bae50896977"`
[INFO] [stdout] 430246c975f08e33f61975781f22fdd1a3c18c375be3f7d3538d2bae50896977