[INFO] fetching crate handy_io 0.1.2... [INFO] checking handy_io-0.1.2 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate handy_io 0.1.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate handy_io 0.1.2 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", 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/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6373e922b81e8f36c7ee698e7cd9676d3f4c2f8a8bf1dcc0b41e4d1bde71d97a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6373e922b81e8f36c7ee698e7cd9676d3f4c2f8a8bf1dcc0b41e4d1bde71d97a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6373e922b81e8f36c7ee698e7cd9676d3f4c2f8a8bf1dcc0b41e4d1bde71d97a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6373e922b81e8f36c7ee698e7cd9676d3f4c2f8a8bf1dcc0b41e4d1bde71d97a", kill_on_drop: false }` [INFO] [stdout] 6373e922b81e8f36c7ee698e7cd9676d3f4c2f8a8bf1dcc0b41e4d1bde71d97a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] add6463b3ef48138ef2bc86922a203ae106f1b0d6ebb67838c1ee217b563d6e8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "add6463b3ef48138ef2bc86922a203ae106f1b0d6ebb67838c1ee217b563d6e8", kill_on_drop: false }` [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking futures v0.1.30 [INFO] [stderr] Checking handy_io v0.1.2 (/opt/rustwide/workdir) [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(R) -> IoFuture` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(W) -> IoFuture` [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:31 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(R) -> IoFuture` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(W) -> IoFuture` [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:31 [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: use of deprecated associated function `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 associated function `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 associated function `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 associated function `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 are not enforced in type aliases [INFO] [stdout] --> src/io/read/primitives.rs:114:31 [INFO] [stdout] | [INFO] [stdout] 114 | type MapFuture where P: Pattern = [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/primitives.rs:115:38 [INFO] [stdout] | [INFO] [stdout] 115 | T> as ReadFrom>::Future; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 114 | type MapFuture = [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses are not enforced in type aliases [INFO] [stdout] --> src/io/read/primitives.rs:208:27 [INFO] [stdout] | [INFO] [stdout] 208 | pub type ReadEos where R: Read = io_futures::ReadThen = io_futures::ReadThen 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::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:91:52 [INFO] [stdout] | [INFO] [stdout] 91 | ... Branch>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:92:45 [INFO] [stdout] | [INFO] [stdout] 92 | ... fn(io::Result<(P0::Value, F)>) -> Branch>>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:92:86 [INFO] [stdout] | [INFO] [stdout] 92 | ... fn(io::Result<(P0::Value, F)>) -> Branch>>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 86 | = ReadThen 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::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:202:37 [INFO] [stdout] | [INFO] [stdout] 202 | ... fn((P::Value, F)) -> io::Result>; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 197 | = ReadAndThen 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] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:345:37 [INFO] [stdout] | [INFO] [stdout] 345 | R: Read = ReadIterFold::Value) -> (), ()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:345:57 [INFO] [stdout] | [INFO] [stdout] 345 | R: Read = ReadIterFold::Value) -> (), ()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 343 | = ReadIterFold::Value) -> (), ()>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses are not enforced in type aliases [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::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:378:46 [INFO] [stdout] | [INFO] [stdout] 378 | ... fn(P::Value) -> Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:378:66 [INFO] [stdout] | [INFO] [stdout] 378 | ... fn(P::Value) -> Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:379:50 [INFO] [stdout] | [INFO] [stdout] 379 | ... Option>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:380:60 [INFO] [stdout] | [INFO] [stdout] 380 | ... futures::Done<(R, Option), (R, io::Error)>>; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 375 | = Branch src/io/read/combinators.rs:434:28 [INFO] [stdout] | [INFO] [stdout] 434 | type MapFuture where F: Future = futures::Map T>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:434:59 [INFO] [stdout] | [INFO] [stdout] 434 | type MapFuture where F: Future = futures::Map T>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 434 | type MapFuture = futures::Map T>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses are not enforced in type aliases [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::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:487:28 [INFO] [stdout] | [INFO] [stdout] 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:488:28 [INFO] [stdout] | [INFO] [stdout] 488 | ... B::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | ... C::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:490:28 [INFO] [stdout] | [INFO] [stdout] 490 | ... D::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:491:28 [INFO] [stdout] | [INFO] [stdout] 491 | ... E::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | ... F::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:493:28 [INFO] [stdout] | [INFO] [stdout] 493 | ... G::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:494:28 [INFO] [stdout] | [INFO] [stdout] 494 | ... H::Future>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 479 | = Branch src/io/write/primitives.rs:101:29 [INFO] [stdout] | [INFO] [stdout] 101 | type MapFuture where P: WriteTo = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/primitives.rs:102:40 [INFO] [stdout] | [INFO] [stdout] 102 | T> as WriteTo>::Future; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 101 | type MapFuture = [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses are not enforced in type aliases [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::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:97:54 [INFO] [stdout] | [INFO] [stdout] 97 | ... Branch>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:98:47 [INFO] [stdout] | [INFO] [stdout] 98 | ... fn(io::Result<(P0::Value, F)>) -> Branch>>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:98:88 [INFO] [stdout] | [INFO] [stdout] 98 | ... fn(io::Result<(P0::Value, F)>) -> Branch>>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 92 | = WriteThen src/io/write/combinators.rs:301:29 [INFO] [stdout] | [INFO] [stdout] 301 | type MapFuture where P: WriteTo = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:302:40 [INFO] [stdout] | [INFO] [stdout] 302 | T> as WriteTo>::Future; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 301 | type MapFuture = [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses are not enforced in type aliases [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::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:354:29 [INFO] [stdout] | [INFO] [stdout] 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:355:29 [INFO] [stdout] | [INFO] [stdout] 355 | ... B::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:356:29 [INFO] [stdout] | [INFO] [stdout] 356 | ... C::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:357:29 [INFO] [stdout] | [INFO] [stdout] 357 | ... D::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:358:29 [INFO] [stdout] | [INFO] [stdout] 358 | ... E::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:359:29 [INFO] [stdout] | [INFO] [stdout] 359 | ... F::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:360:29 [INFO] [stdout] | [INFO] [stdout] 360 | ... G::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:361:29 [INFO] [stdout] | [INFO] [stdout] 361 | ... H::Future>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 346 | = Branch src/io/write/combinators.rs:460:11 [INFO] [stdout] | [INFO] [stdout] 460 | where I: Iterator, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 461 | I::Item: Pattern = WriteIterFold::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:462:44 [INFO] [stdout] | [INFO] [stdout] 462 | ... I::Item, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:464:52 [INFO] [stdout] | [INFO] [stdout] 464 | ... fn((), ::Value) -> (), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 460 | = WriteIterFold src/io/write/combinators.rs:497:34 [INFO] [stdout] | [INFO] [stdout] 497 | pub type WriteOption where P: Pattern = [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:498:45 [INFO] [stdout] | [INFO] [stdout] 498 | Option>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:498:65 [INFO] [stdout] | [INFO] [stdout] 498 | Option>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:499:30 [INFO] [stdout] | [INFO] [stdout] 499 | io::Result>> as WriteTo>::Future; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 497 | pub type WriteOption = [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses are not enforced in type aliases [INFO] [stdout] --> src/io/read/primitives.rs:114:31 [INFO] [stdout] | [INFO] [stdout] 114 | type MapFuture where P: Pattern = [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/primitives.rs:115:38 [INFO] [stdout] | [INFO] [stdout] 115 | T> as ReadFrom>::Future; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 114 | type MapFuture = [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses are not enforced in type aliases [INFO] [stdout] --> src/io/read/primitives.rs:208:27 [INFO] [stdout] | [INFO] [stdout] 208 | pub type ReadEos where R: Read = io_futures::ReadThen = io_futures::ReadThen 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::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:91:52 [INFO] [stdout] | [INFO] [stdout] 91 | ... Branch>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:92:45 [INFO] [stdout] | [INFO] [stdout] 92 | ... fn(io::Result<(P0::Value, F)>) -> Branch>>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:92:86 [INFO] [stdout] | [INFO] [stdout] 92 | ... fn(io::Result<(P0::Value, F)>) -> Branch>>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 86 | = ReadThen 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::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:202:37 [INFO] [stdout] | [INFO] [stdout] 202 | ... fn((P::Value, F)) -> io::Result>; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 197 | = ReadAndThen 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] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:345:37 [INFO] [stdout] | [INFO] [stdout] 345 | R: Read = ReadIterFold::Value) -> (), ()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:345:57 [INFO] [stdout] | [INFO] [stdout] 345 | R: Read = ReadIterFold::Value) -> (), ()>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 343 | = ReadIterFold::Value) -> (), ()>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses are not enforced in type aliases [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::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:378:46 [INFO] [stdout] | [INFO] [stdout] 378 | ... fn(P::Value) -> Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:378:66 [INFO] [stdout] | [INFO] [stdout] 378 | ... fn(P::Value) -> Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:379:50 [INFO] [stdout] | [INFO] [stdout] 379 | ... Option>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:380:60 [INFO] [stdout] | [INFO] [stdout] 380 | ... futures::Done<(R, Option), (R, io::Error)>>; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 375 | = Branch src/io/read/combinators.rs:434:28 [INFO] [stdout] | [INFO] [stdout] 434 | type MapFuture where F: Future = futures::Map T>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:434:59 [INFO] [stdout] | [INFO] [stdout] 434 | type MapFuture where F: Future = futures::Map T>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 434 | type MapFuture = futures::Map T>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses are not enforced in type aliases [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::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:487:28 [INFO] [stdout] | [INFO] [stdout] 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:488:28 [INFO] [stdout] | [INFO] [stdout] 488 | ... B::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | ... C::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:490:28 [INFO] [stdout] | [INFO] [stdout] 490 | ... D::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:491:28 [INFO] [stdout] | [INFO] [stdout] 491 | ... E::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | ... F::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:493:28 [INFO] [stdout] | [INFO] [stdout] 493 | ... G::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/read/combinators.rs:494:28 [INFO] [stdout] | [INFO] [stdout] 494 | ... H::Future>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 479 | = Branch src/io/write/primitives.rs:101:29 [INFO] [stdout] | [INFO] [stdout] 101 | type MapFuture where P: WriteTo = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/primitives.rs:102:40 [INFO] [stdout] | [INFO] [stdout] 102 | T> as WriteTo>::Future; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 101 | type MapFuture = [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses are not enforced in type aliases [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::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:97:54 [INFO] [stdout] | [INFO] [stdout] 97 | ... Branch>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:98:47 [INFO] [stdout] | [INFO] [stdout] 98 | ... fn(io::Result<(P0::Value, F)>) -> Branch>>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:98:88 [INFO] [stdout] | [INFO] [stdout] 98 | ... fn(io::Result<(P0::Value, F)>) -> Branch>>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 92 | = WriteThen src/io/write/combinators.rs:301:29 [INFO] [stdout] | [INFO] [stdout] 301 | type MapFuture where P: WriteTo = [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:302:40 [INFO] [stdout] | [INFO] [stdout] 302 | T> as WriteTo>::Future; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 301 | type MapFuture = [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clauses are not enforced in type aliases [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::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:354:29 [INFO] [stdout] | [INFO] [stdout] 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:355:29 [INFO] [stdout] | [INFO] [stdout] 355 | ... B::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:356:29 [INFO] [stdout] | [INFO] [stdout] 356 | ... C::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:357:29 [INFO] [stdout] | [INFO] [stdout] 357 | ... D::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:358:29 [INFO] [stdout] | [INFO] [stdout] 358 | ... E::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:359:29 [INFO] [stdout] | [INFO] [stdout] 359 | ... F::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:360:29 [INFO] [stdout] | [INFO] [stdout] 360 | ... G::Future, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:361:29 [INFO] [stdout] | [INFO] [stdout] 361 | ... H::Future>; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 346 | = Branch src/io/write/combinators.rs:460:11 [INFO] [stdout] | [INFO] [stdout] 460 | where I: Iterator, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 461 | I::Item: Pattern = WriteIterFold::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:462:44 [INFO] [stdout] | [INFO] [stdout] 462 | ... I::Item, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:464:52 [INFO] [stdout] | [INFO] [stdout] 464 | ... fn((), ::Value) -> (), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 460 | = WriteIterFold src/io/write/combinators.rs:497:34 [INFO] [stdout] | [INFO] [stdout] 497 | pub type WriteOption where P: Pattern = [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:498:45 [INFO] [stdout] | [INFO] [stdout] 498 | Option>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:498:65 [INFO] [stdout] | [INFO] [stdout] 498 | Option>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases [INFO] [stdout] --> src/io/write/combinators.rs:499:30 [INFO] [stdout] | [INFO] [stdout] 499 | io::Result>> as WriteTo>::Future; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: the clause will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 497 | pub type WriteOption = [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.59s [INFO] running `Command { std: "docker" "inspect" "add6463b3ef48138ef2bc86922a203ae106f1b0d6ebb67838c1ee217b563d6e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "add6463b3ef48138ef2bc86922a203ae106f1b0d6ebb67838c1ee217b563d6e8", kill_on_drop: false }` [INFO] [stdout] add6463b3ef48138ef2bc86922a203ae106f1b0d6ebb67838c1ee217b563d6e8