[INFO] fetching crate handy_io 0.1.2... [INFO] checking handy_io-0.1.2 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate handy_io 0.1.2 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate handy_io 0.1.2 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate handy_io 0.1.2 [INFO] finished tweaking crates.io crate handy_io 0.1.2 [INFO] tweaked toml for crates.io crate handy_io 0.1.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding byteorder v0.5.3 (latest: v1.5.0) [INFO] [stderr] Adding futures v0.1.31 (latest: v0.3.30) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f04072c8cd40c6673f8598ae1eb95bbad8f8b722e8d25b74c9880aaf19ffc7fd [INFO] running `Command { std: "docker" "start" "-a" "f04072c8cd40c6673f8598ae1eb95bbad8f8b722e8d25b74c9880aaf19ffc7fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f04072c8cd40c6673f8598ae1eb95bbad8f8b722e8d25b74c9880aaf19ffc7fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f04072c8cd40c6673f8598ae1eb95bbad8f8b722e8d25b74c9880aaf19ffc7fd", kill_on_drop: false }` [INFO] [stdout] f04072c8cd40c6673f8598ae1eb95bbad8f8b722e8d25b74c9880aaf19ffc7fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ce1cc816d9d93f30dbfe1446ca3532f88a29c00c6b6df105da96048b9d4b845 [INFO] running `Command { std: "docker" "start" "-a" "4ce1cc816d9d93f30dbfe1446ca3532f88a29c00c6b6df105da96048b9d4b845", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking futures v0.1.31 [INFO] [stderr] Checking handy_io v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/io/write/mod.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/io/write/mod.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/io/mod.rs:9:42 [INFO] [stdout] | [INFO] [stdout] 9 | pub type IoFuture = ::futures::BoxFuture<(S, T), (S, ::std::io::Error)>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/io/read/mod.rs:90:34 [INFO] [stdout] | [INFO] [stdout] 90 | pub struct BoxReadFrom(Box IoFuture>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 90 | pub struct BoxReadFrom(Box IoFuture>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/io/mod.rs:9:42 [INFO] [stdout] | [INFO] [stdout] 9 | pub type IoFuture = ::futures::BoxFuture<(S, T), (S, ::std::io::Error)>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/io/write/mod.rs:88:33 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct BoxWriteTo(Box IoFuture>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 | pub struct BoxWriteTo(Box IoFuture>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/io/read/mod.rs:90:34 [INFO] [stdout] | [INFO] [stdout] 90 | pub struct BoxReadFrom(Box IoFuture>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 90 | pub struct BoxReadFrom(Box IoFuture>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/io/write/mod.rs:88:33 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct BoxWriteTo(Box IoFuture>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 | pub struct BoxWriteTo(Box IoFuture>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/io/read/mod.rs:77:75 [INFO] [stdout] | [INFO] [stdout] 77 | let mut f = Some(move |reader: R| self.lossless_read_from(reader).boxed()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/io/write/mod.rs:75:74 [INFO] [stdout] | [INFO] [stdout] 75 | let mut f = Some(move |writer: W| self.lossless_write_to(writer).boxed()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/io/read/mod.rs:77:75 [INFO] [stdout] | [INFO] [stdout] 77 | let mut f = Some(move |reader: R| self.lossless_read_from(reader).boxed()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/io/write/mod.rs:75:74 [INFO] [stdout] | [INFO] [stdout] 75 | let mut f = Some(move |writer: W| self.lossless_write_to(writer).boxed()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/primitives.rs:114:31 [INFO] [stdout] | [INFO] [stdout] 114 | type MapFuture where P: Pattern = [INFO] [stdout] | ^^^^^^^^^^ will not be checked at usage sites of the type alias [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 114 - type MapFuture where P: Pattern = [INFO] [stdout] 114 + type MapFuture = [INFO] [stdout] | [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 115 | ::Value) -> T> as ReadFrom>::Future; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/primitives.rs:208:27 [INFO] [stdout] | [INFO] [stdout] 208 | pub type ReadEos where R: Read = io_futures::ReadThen for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/combinators.rs:86:11 [INFO] [stdout] | [INFO] [stdout] 86 | where P0: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 87 | P1: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 88 | F: FnOnce(P0::Value) -> P1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 89 | R: Read = ReadThen for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 86 - where P0: ReadFrom, [INFO] [stdout] 87 - P1: ReadFrom, [INFO] [stdout] 88 - F: FnOnce(P0::Value) -> P1, [INFO] [stdout] 89 - R: Read = ReadThen::Value>>, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 92 | fn(io::Result<(::Value, F)>) -> Branch>>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 92 | fn(io::Result<(P0::Value, F)>) -> Branch::Value>>>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/combinators.rs:197:11 [INFO] [stdout] | [INFO] [stdout] 197 | where P: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 198 | F: FnOnce(P::Value) -> T, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 199 | R: Read = ReadAndThen for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 197 - where P: ReadFrom, [INFO] [stdout] 198 - F: FnOnce(P::Value) -> T, [INFO] [stdout] 199 - R: Read = ReadAndThen::Value, F)) -> io::Result>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/combinators.rs:343:11 [INFO] [stdout] | [INFO] [stdout] 343 | where I: Iterator, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 344 | I::Item: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 345 | R: Read = ReadIterFold::Value) -> (), ()>; [INFO] [stdout] | ^^^^^^^ will not be checked at usage sites of the type alias [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 343 - where I: Iterator, [INFO] [stdout] 344 - I::Item: ReadFrom, [INFO] [stdout] 345 - R: Read = ReadIterFold::Value) -> (), ()>; [INFO] [stdout] 343 + = ReadIterFold::Value) -> (), ()>; [INFO] [stdout] | [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 345 | R: Read = ReadIterFold::Item, I, fn((), ::Value) -> (), ()>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 345 | R: Read = ReadIterFold::Item as Pattern>::Value) -> (), ()>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/combinators.rs:375:11 [INFO] [stdout] | [INFO] [stdout] 375 | where R: Read, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 376 | P: ReadFrom = Branch for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 375 - where R: Read, [INFO] [stdout] 376 - P: ReadFrom = Branch::Value) -> Option, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 378 | fn(P::Value) -> Option<

::Value>, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 379 | Option<

::Value>>, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 380 | futures::Done<(R, Option<

::Value>), (R, io::Error)>>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/combinators.rs:434:28 [INFO] [stdout] | [INFO] [stdout] 434 | type MapFuture where F: Future = futures::Map T>; [INFO] [stdout] | ^^^^^^^^^ will not be checked at usage sites of the type alias [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 434 - type MapFuture where F: Future = futures::Map T>; [INFO] [stdout] 434 + type MapFuture = futures::Map T>; [INFO] [stdout] | [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 434 | type MapFuture where F: Future = futures::Map::Item) -> T>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/combinators.rs:479:11 [INFO] [stdout] | [INFO] [stdout] 479 | where A: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 480 | B: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 481 | C: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 482 | D: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 483 | E: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 484 | F: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 485 | G: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 486 | H: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 487 | R: Read = Branch for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 479 - where A: ReadFrom, [INFO] [stdout] 480 - B: ReadFrom, [INFO] [stdout] 481 - C: ReadFrom, [INFO] [stdout] 482 - D: ReadFrom, [INFO] [stdout] 483 - E: ReadFrom, [INFO] [stdout] 484 - F: ReadFrom, [INFO] [stdout] 485 - G: ReadFrom, [INFO] [stdout] 486 - H: ReadFrom, [INFO] [stdout] 487 - R: Read = Branch::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 488 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 489 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 490 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 491 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 492 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 493 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 494 | ::Future>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/write/primitives.rs:101:29 [INFO] [stdout] | [INFO] [stdout] 101 | type MapFuture where P: WriteTo = [INFO] [stdout] | ^^^^^^^^^^^^^ will not be checked at usage sites of the type alias [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 101 - type MapFuture where P: WriteTo = [INFO] [stdout] 101 + type MapFuture = [INFO] [stdout] | [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 102 | ::Value) -> T> as WriteTo>::Future; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/write/combinators.rs:92:11 [INFO] [stdout] | [INFO] [stdout] 92 | where P0: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 93 | P1: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 94 | F: FnOnce(P0::Value) -> P1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 95 | W: Write = WriteThen for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 92 - where P0: WriteTo, [INFO] [stdout] 93 - P1: WriteTo, [INFO] [stdout] 94 - F: FnOnce(P0::Value) -> P1, [INFO] [stdout] 95 - W: Write = WriteThen::Value>>, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 98 | fn(io::Result<(::Value, F)>) -> Branch>>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 98 | fn(io::Result<(P0::Value, F)>) -> Branch::Value>>>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/write/combinators.rs:301:29 [INFO] [stdout] | [INFO] [stdout] 301 | type MapFuture where P: WriteTo = [INFO] [stdout] | ^^^^^^^^^^^^^ will not be checked at usage sites of the type alias [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 301 - type MapFuture where P: WriteTo = [INFO] [stdout] 301 + type MapFuture = [INFO] [stdout] | [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 302 | ::Value) -> T> as WriteTo>::Future; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/write/combinators.rs:346:11 [INFO] [stdout] | [INFO] [stdout] 346 | where A: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 347 | B: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 348 | C: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 349 | D: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 350 | E: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 351 | F: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 352 | G: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 353 | H: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 354 | W: Write = Branch for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 346 - where A: WriteTo, [INFO] [stdout] 347 - B: WriteTo, [INFO] [stdout] 348 - C: WriteTo, [INFO] [stdout] 349 - D: WriteTo, [INFO] [stdout] 350 - E: WriteTo, [INFO] [stdout] 351 - F: WriteTo, [INFO] [stdout] 352 - G: WriteTo, [INFO] [stdout] 353 - H: WriteTo, [INFO] [stdout] 354 - W: Write = Branch::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 355 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 356 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 357 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 358 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 359 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 360 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 361 | ::Future>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/write/combinators.rs:460:11 [INFO] [stdout] | [INFO] [stdout] 460 | where I: Iterator, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 461 | I::Item: Pattern = WriteIterFold for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 460 - where I: Iterator, [INFO] [stdout] 461 - I::Item: Pattern = WriteIterFold::Item, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 464 | fn((), <::Item as Pattern>::Value) -> (), [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/write/combinators.rs:497:34 [INFO] [stdout] | [INFO] [stdout] 497 | pub type WriteOption where P: Pattern = [INFO] [stdout] | ^^^^^^^^^^ will not be checked at usage sites of the type alias [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 497 - pub type WriteOption where P: Pattern = [INFO] [stdout] 497 + pub type WriteOption = [INFO] [stdout] | [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 498 | ::Value) -> Option>, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 498 | Option<

::Value>>, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 499 | io::Result::Value>>> as WriteTo>::Future; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/primitives.rs:114:31 [INFO] [stdout] | [INFO] [stdout] 114 | type MapFuture where P: Pattern = [INFO] [stdout] | ^^^^^^^^^^ will not be checked at usage sites of the type alias [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 114 - type MapFuture where P: Pattern = [INFO] [stdout] 114 + type MapFuture = [INFO] [stdout] | [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 115 | ::Value) -> T> as ReadFrom>::Future; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/primitives.rs:208:27 [INFO] [stdout] | [INFO] [stdout] 208 | pub type ReadEos where R: Read = io_futures::ReadThen for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/combinators.rs:86:11 [INFO] [stdout] | [INFO] [stdout] 86 | where P0: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 87 | P1: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 88 | F: FnOnce(P0::Value) -> P1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 89 | R: Read = ReadThen for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 86 - where P0: ReadFrom, [INFO] [stdout] 87 - P1: ReadFrom, [INFO] [stdout] 88 - F: FnOnce(P0::Value) -> P1, [INFO] [stdout] 89 - R: Read = ReadThen::Value>>, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 92 | fn(io::Result<(::Value, F)>) -> Branch>>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 92 | fn(io::Result<(P0::Value, F)>) -> Branch::Value>>>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/combinators.rs:197:11 [INFO] [stdout] | [INFO] [stdout] 197 | where P: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 198 | F: FnOnce(P::Value) -> T, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 199 | R: Read = ReadAndThen for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 197 - where P: ReadFrom, [INFO] [stdout] 198 - F: FnOnce(P::Value) -> T, [INFO] [stdout] 199 - R: Read = ReadAndThen::Value, F)) -> io::Result>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/combinators.rs:343:11 [INFO] [stdout] | [INFO] [stdout] 343 | where I: Iterator, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 344 | I::Item: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 345 | R: Read = ReadIterFold::Value) -> (), ()>; [INFO] [stdout] | ^^^^^^^ will not be checked at usage sites of the type alias [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 343 - where I: Iterator, [INFO] [stdout] 344 - I::Item: ReadFrom, [INFO] [stdout] 345 - R: Read = ReadIterFold::Value) -> (), ()>; [INFO] [stdout] 343 + = ReadIterFold::Value) -> (), ()>; [INFO] [stdout] | [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 345 | R: Read = ReadIterFold::Item, I, fn((), ::Value) -> (), ()>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 345 | R: Read = ReadIterFold::Item as Pattern>::Value) -> (), ()>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/combinators.rs:375:11 [INFO] [stdout] | [INFO] [stdout] 375 | where R: Read, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 376 | P: ReadFrom = Branch for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 375 - where R: Read, [INFO] [stdout] 376 - P: ReadFrom = Branch::Value) -> Option, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 378 | fn(P::Value) -> Option<

::Value>, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 379 | Option<

::Value>>, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 380 | futures::Done<(R, Option<

::Value>), (R, io::Error)>>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/combinators.rs:434:28 [INFO] [stdout] | [INFO] [stdout] 434 | type MapFuture where F: Future = futures::Map T>; [INFO] [stdout] | ^^^^^^^^^ will not be checked at usage sites of the type alias [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 434 - type MapFuture where F: Future = futures::Map T>; [INFO] [stdout] 434 + type MapFuture = futures::Map T>; [INFO] [stdout] | [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 434 | type MapFuture where F: Future = futures::Map::Item) -> T>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/read/combinators.rs:479:11 [INFO] [stdout] | [INFO] [stdout] 479 | where A: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 480 | B: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 481 | C: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 482 | D: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 483 | E: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 484 | F: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 485 | G: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 486 | H: ReadFrom, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 487 | R: Read = Branch for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 479 - where A: ReadFrom, [INFO] [stdout] 480 - B: ReadFrom, [INFO] [stdout] 481 - C: ReadFrom, [INFO] [stdout] 482 - D: ReadFrom, [INFO] [stdout] 483 - E: ReadFrom, [INFO] [stdout] 484 - F: ReadFrom, [INFO] [stdout] 485 - G: ReadFrom, [INFO] [stdout] 486 - H: ReadFrom, [INFO] [stdout] 487 - R: Read = Branch::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 488 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 489 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 490 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 491 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 492 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 493 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 494 | ::Future>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/write/primitives.rs:101:29 [INFO] [stdout] | [INFO] [stdout] 101 | type MapFuture where P: WriteTo = [INFO] [stdout] | ^^^^^^^^^^^^^ will not be checked at usage sites of the type alias [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 101 - type MapFuture where P: WriteTo = [INFO] [stdout] 101 + type MapFuture = [INFO] [stdout] | [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 102 | ::Value) -> T> as WriteTo>::Future; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/write/combinators.rs:92:11 [INFO] [stdout] | [INFO] [stdout] 92 | where P0: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 93 | P1: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 94 | F: FnOnce(P0::Value) -> P1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 95 | W: Write = WriteThen for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 92 - where P0: WriteTo, [INFO] [stdout] 93 - P1: WriteTo, [INFO] [stdout] 94 - F: FnOnce(P0::Value) -> P1, [INFO] [stdout] 95 - W: Write = WriteThen::Value>>, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 98 | fn(io::Result<(::Value, F)>) -> Branch>>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 98 | fn(io::Result<(P0::Value, F)>) -> Branch::Value>>>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/write/combinators.rs:301:29 [INFO] [stdout] | [INFO] [stdout] 301 | type MapFuture where P: WriteTo = [INFO] [stdout] | ^^^^^^^^^^^^^ will not be checked at usage sites of the type alias [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 301 - type MapFuture where P: WriteTo = [INFO] [stdout] 301 + type MapFuture = [INFO] [stdout] | [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 302 | ::Value) -> T> as WriteTo>::Future; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/write/combinators.rs:346:11 [INFO] [stdout] | [INFO] [stdout] 346 | where A: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 347 | B: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 348 | C: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 349 | D: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 350 | E: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 351 | F: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 352 | G: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 353 | H: WriteTo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 354 | W: Write = Branch for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 346 - where A: WriteTo, [INFO] [stdout] 347 - B: WriteTo, [INFO] [stdout] 348 - C: WriteTo, [INFO] [stdout] 349 - D: WriteTo, [INFO] [stdout] 350 - E: WriteTo, [INFO] [stdout] 351 - F: WriteTo, [INFO] [stdout] 352 - G: WriteTo, [INFO] [stdout] 353 - H: WriteTo, [INFO] [stdout] 354 - W: Write = Branch::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 355 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 356 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 357 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 358 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 359 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 360 | ::Future, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 361 | ::Future>; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/write/combinators.rs:460:11 [INFO] [stdout] | [INFO] [stdout] 460 | where I: Iterator, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 461 | I::Item: Pattern = WriteIterFold for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 460 - where I: Iterator, [INFO] [stdout] 461 - I::Item: Pattern = WriteIterFold::Item, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 464 | fn((), <::Item as Pattern>::Value) -> (), [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses on type aliases are not enforced [INFO] [stdout] --> src/io/write/combinators.rs:497:34 [INFO] [stdout] | [INFO] [stdout] 497 | pub type WriteOption where P: Pattern = [INFO] [stdout] | ^^^^^^^^^^ will not be checked at usage sites of the type alias [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] help: remove this where clause [INFO] [stdout] | [INFO] [stdout] 497 - pub type WriteOption where P: Pattern = [INFO] [stdout] 497 + pub type WriteOption = [INFO] [stdout] | [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 498 | ::Value) -> Option>, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 498 | Option<

::Value>>, [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] help: fully qualify this associated type [INFO] [stdout] | [INFO] [stdout] 499 | io::Result::Value>>> as WriteTo>::Future; [INFO] [stdout] | + +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s [INFO] running `Command { std: "docker" "inspect" "4ce1cc816d9d93f30dbfe1446ca3532f88a29c00c6b6df105da96048b9d4b845", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ce1cc816d9d93f30dbfe1446ca3532f88a29c00c6b6df105da96048b9d4b845", kill_on_drop: false }` [INFO] [stdout] 4ce1cc816d9d93f30dbfe1446ca3532f88a29c00c6b6df105da96048b9d4b845