[INFO] fetching crate moogle 0.1.2... [INFO] checking moogle-0.1.2 against master#0599f3403366d9c57f0625e6de3af214b5042a90 for pr-87710 [INFO] extracting crate moogle 0.1.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate moogle 0.1.2 on toolchain 0599f3403366d9c57f0625e6de3af214b5042a90 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0599f3403366d9c57f0625e6de3af214b5042a90" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate moogle 0.1.2 [INFO] finished tweaking crates.io crate moogle 0.1.2 [INFO] tweaked toml for crates.io crate moogle 0.1.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate moogle 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0599f3403366d9c57f0625e6de3af214b5042a90" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+0599f3403366d9c57f0625e6de3af214b5042a90" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e2f7ee8653a3a802b80a7d36a538b10aa4e8c7a064dda89396cc11f5fd46f0a5 [INFO] running `Command { std: "docker" "start" "-a" "e2f7ee8653a3a802b80a7d36a538b10aa4e8c7a064dda89396cc11f5fd46f0a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2f7ee8653a3a802b80a7d36a538b10aa4e8c7a064dda89396cc11f5fd46f0a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2f7ee8653a3a802b80a7d36a538b10aa4e8c7a064dda89396cc11f5fd46f0a5", kill_on_drop: false }` [INFO] [stdout] e2f7ee8653a3a802b80a7d36a538b10aa4e8c7a064dda89396cc11f5fd46f0a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+0599f3403366d9c57f0625e6de3af214b5042a90" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a655cf63bf1b0b5ff0bcef31a2a5b31cd6a09b1c50fca67e96508bdc34bdcecb [INFO] running `Command { std: "docker" "start" "-a" "a655cf63bf1b0b5ff0bcef31a2a5b31cd6a09b1c50fca67e96508bdc34bdcecb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking moogle v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(min_type_alias_impl_trait)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of full type_alias_impl_trait [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking log v0.4.14 [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_one.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_one.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_one.rs:59:19 [INFO] [stdout] | [INFO] [stdout] 59 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_one.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_one.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_one.rs:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_one.rs:102:17 [INFO] [stdout] | [INFO] [stdout] 102 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_one.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_one.rs:104:19 [INFO] [stdout] | [INFO] [stdout] 104 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_one.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_one.rs:117:17 [INFO] [stdout] | [INFO] [stdout] 117 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_one.rs:118:19 [INFO] [stdout] | [INFO] [stdout] 118 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:73:17 [INFO] [stdout] | [INFO] [stdout] 73 | type Sets = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:74:19 [INFO] [stdout] | [INFO] [stdout] 74 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | type Sets = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:93:19 [INFO] [stdout] | [INFO] [stdout] 93 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:135:17 [INFO] [stdout] | [INFO] [stdout] 135 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:161:17 [INFO] [stdout] | [INFO] [stdout] 161 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:163:19 [INFO] [stdout] | [INFO] [stdout] 163 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:176:17 [INFO] [stdout] | [INFO] [stdout] 176 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/one_to_set.rs:177:19 [INFO] [stdout] | [INFO] [stdout] 177 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 64 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:117:17 [INFO] [stdout] | [INFO] [stdout] 117 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | type Sets = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:134:17 [INFO] [stdout] | [INFO] [stdout] 134 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:135:17 [INFO] [stdout] | [INFO] [stdout] 135 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | type Sets = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:137:19 [INFO] [stdout] | [INFO] [stdout] 137 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:170:17 [INFO] [stdout] | [INFO] [stdout] 170 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_one.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:73:17 [INFO] [stdout] | [INFO] [stdout] 73 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | type Sets = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 75 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | type Sets = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:93:19 [INFO] [stdout] | [INFO] [stdout] 93 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:134:17 [INFO] [stdout] | [INFO] [stdout] 134 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:168:17 [INFO] [stdout] | [INFO] [stdout] 168 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:169:17 [INFO] [stdout] | [INFO] [stdout] 169 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:170:17 [INFO] [stdout] | [INFO] [stdout] 170 | type Sets = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:171:19 [INFO] [stdout] | [INFO] [stdout] 171 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | type Keys = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | type Sets = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:189:19 [INFO] [stdout] | [INFO] [stdout] 189 | type Values = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:221:17 [INFO] [stdout] | [INFO] [stdout] 221 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/junctions/set_to_set.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/structures/to_one.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/structures/to_one.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/structures/to_set.rs:94:17 [INFO] [stdout] | [INFO] [stdout] 94 | type Iter = impl 'a+Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/structures/to_set.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | type Iter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 69 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0557, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `moogle` due to 70 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a655cf63bf1b0b5ff0bcef31a2a5b31cd6a09b1c50fca67e96508bdc34bdcecb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a655cf63bf1b0b5ff0bcef31a2a5b31cd6a09b1c50fca67e96508bdc34bdcecb", kill_on_drop: false }` [INFO] [stdout] a655cf63bf1b0b5ff0bcef31a2a5b31cd6a09b1c50fca67e96508bdc34bdcecb