[INFO] fetching crate gain 0.5.0... [INFO] checking gain-0.5.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate gain 0.5.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate gain 0.5.0 [INFO] finished tweaking crates.io crate gain 0.5.0 [INFO] tweaked toml for crates.io crate gain 0.5.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate gain 0.5.0 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 8 packages to latest compatible versions [INFO] [stderr] Adding async-task v1.3.1 (available: v4.7.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 97c76e0849c21f8c1b776ec56c1b2eb126374f2ff88dc9ef3e5ca130b6fcc026 [INFO] running `Command { std: "docker" "start" "-a" "97c76e0849c21f8c1b776ec56c1b2eb126374f2ff88dc9ef3e5ca130b6fcc026", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "97c76e0849c21f8c1b776ec56c1b2eb126374f2ff88dc9ef3e5ca130b6fcc026", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97c76e0849c21f8c1b776ec56c1b2eb126374f2ff88dc9ef3e5ca130b6fcc026", kill_on_drop: false }` [INFO] [stdout] 97c76e0849c21f8c1b776ec56c1b2eb126374f2ff88dc9ef3e5ca130b6fcc026 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b92a5000a755163aba4ac398bbd4235278e4965d14d6f4b52f490467e3635cc [INFO] running `Command { std: "docker" "start" "-a" "1b92a5000a755163aba4ac398bbd4235278e4965d14d6f4b52f490467e3635cc", kill_on_drop: false }` [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking async-task v1.3.1 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking gain v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/core.rs:315:13 [INFO] [stdout] | [INFO] [stdout] 315 | let mut prev_share = prev.as_mut().unwrap(); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here --------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv<'_, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 35 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write; [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 35 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write<'a>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write; [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 38 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write<'a>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:41:23 [INFO] [stdout] | [INFO] [stdout] 41 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll; [INFO] [stdout] | ^^ ^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 41 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll<'a>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:92:16 [INFO] [stdout] | [INFO] [stdout] 92 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here --------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 92 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv<'_, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write { [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 101 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:105:24 [INFO] [stdout] | [INFO] [stdout] 105 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write { [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 105 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:109:23 [INFO] [stdout] | [INFO] [stdout] 109 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll { [INFO] [stdout] | ^^ ^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 109 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:167:16 [INFO] [stdout] | [INFO] [stdout] 167 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here --------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 167 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv<'_, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:209:16 [INFO] [stdout] | [INFO] [stdout] 209 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here --------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 209 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv<'_, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:257:19 [INFO] [stdout] | [INFO] [stdout] 257 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write { [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 257 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:261:24 [INFO] [stdout] | [INFO] [stdout] 261 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write { [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 261 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:265:23 [INFO] [stdout] | [INFO] [stdout] 265 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll { [INFO] [stdout] | ^^ ^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 265 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:304:19 [INFO] [stdout] | [INFO] [stdout] 304 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write { [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 304 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:308:24 [INFO] [stdout] | [INFO] [stdout] 308 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write { [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 308 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:312:23 [INFO] [stdout] | [INFO] [stdout] 312 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll { [INFO] [stdout] | ^^ ^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 312 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/buf.rs:77:18 [INFO] [stdout] | [INFO] [stdout] 77 | fn read<'a>(&'a mut self, dest: &'a mut [u8]) -> future::Read; [INFO] [stdout] | ^^ ^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 77 | fn read<'a>(&'a mut self, dest: &'a mut [u8]) -> future::Read<'a>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/buf.rs:242:18 [INFO] [stdout] | [INFO] [stdout] 242 | fn read<'a>(&'a mut self, dest: &'a mut [u8]) -> future::Read { [INFO] [stdout] | ^^ ^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 242 | fn read<'a>(&'a mut self, dest: &'a mut [u8]) -> future::Read<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/buf.rs:311:18 [INFO] [stdout] | [INFO] [stdout] 311 | fn read<'a>(&'a mut self, dest: &'a mut [u8]) -> future::Read { [INFO] [stdout] | ^^ ^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 311 | fn read<'a>(&'a mut self, dest: &'a mut [u8]) -> future::Read<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/buf.rs:325:19 [INFO] [stdout] | [INFO] [stdout] 325 | fn write<'a>(&'a mut self, data: &'a [u8]) -> super::future::Write { [INFO] [stdout] | ^^ ^^ -------------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 325 | fn write<'a>(&'a mut self, data: &'a [u8]) -> super::future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/buf.rs:329:24 [INFO] [stdout] | [INFO] [stdout] 329 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> super::future::Write { [INFO] [stdout] | ^^ ^^ -------------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 329 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> super::future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/buf.rs:333:23 [INFO] [stdout] | [INFO] [stdout] 333 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> super::future::WriteAll { [INFO] [stdout] | ^^ ^^ ----------------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 333 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> super::future::WriteAll<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/threadunsafe.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn borrow(&self) -> Ref { [INFO] [stdout] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 39 | pub fn borrow(&self) -> Ref<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/threadunsafe.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn borrow_mut(&self) -> RefMut { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn borrow_mut(&self) -> RefMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/core.rs:315:13 [INFO] [stdout] | [INFO] [stdout] 315 | let mut prev_share = prev.as_mut().unwrap(); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here --------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv<'_, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 35 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write; [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 35 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write<'a>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write; [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 38 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write<'a>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:41:23 [INFO] [stdout] | [INFO] [stdout] 41 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll; [INFO] [stdout] | ^^ ^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 41 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll<'a>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:92:16 [INFO] [stdout] | [INFO] [stdout] 92 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here --------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 92 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv<'_, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write { [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 101 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:105:24 [INFO] [stdout] | [INFO] [stdout] 105 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write { [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 105 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:109:23 [INFO] [stdout] | [INFO] [stdout] 109 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll { [INFO] [stdout] | ^^ ^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 109 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:167:16 [INFO] [stdout] | [INFO] [stdout] 167 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here --------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 167 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv<'_, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:209:16 [INFO] [stdout] | [INFO] [stdout] 209 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here --------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 209 | fn recv(&mut self, capacity: usize, receptor: R) -> future::Recv<'_, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:257:19 [INFO] [stdout] | [INFO] [stdout] 257 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write { [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 257 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:261:24 [INFO] [stdout] | [INFO] [stdout] 261 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write { [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 261 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:265:23 [INFO] [stdout] | [INFO] [stdout] 265 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll { [INFO] [stdout] | ^^ ^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 265 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:304:19 [INFO] [stdout] | [INFO] [stdout] 304 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write { [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 304 | fn write<'a>(&'a mut self, data: &'a [u8]) -> future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:308:24 [INFO] [stdout] | [INFO] [stdout] 308 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write { [INFO] [stdout] | ^^ ^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 308 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/mod.rs:312:23 [INFO] [stdout] | [INFO] [stdout] 312 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll { [INFO] [stdout] | ^^ ^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 312 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> future::WriteAll<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/buf.rs:77:18 [INFO] [stdout] | [INFO] [stdout] 77 | fn read<'a>(&'a mut self, dest: &'a mut [u8]) -> future::Read; [INFO] [stdout] | ^^ ^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 77 | fn read<'a>(&'a mut self, dest: &'a mut [u8]) -> future::Read<'a>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/buf.rs:242:18 [INFO] [stdout] | [INFO] [stdout] 242 | fn read<'a>(&'a mut self, dest: &'a mut [u8]) -> future::Read { [INFO] [stdout] | ^^ ^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 242 | fn read<'a>(&'a mut self, dest: &'a mut [u8]) -> future::Read<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/buf.rs:311:18 [INFO] [stdout] | [INFO] [stdout] 311 | fn read<'a>(&'a mut self, dest: &'a mut [u8]) -> future::Read { [INFO] [stdout] | ^^ ^^ ------------ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 311 | fn read<'a>(&'a mut self, dest: &'a mut [u8]) -> future::Read<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/buf.rs:325:19 [INFO] [stdout] | [INFO] [stdout] 325 | fn write<'a>(&'a mut self, data: &'a [u8]) -> super::future::Write { [INFO] [stdout] | ^^ ^^ -------------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 325 | fn write<'a>(&'a mut self, data: &'a [u8]) -> super::future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/buf.rs:329:24 [INFO] [stdout] | [INFO] [stdout] 329 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> super::future::Write { [INFO] [stdout] | ^^ ^^ -------------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 329 | fn write_note<'a>(&'a mut self, data: &'a [u8], note: i32) -> super::future::Write<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/stream/buf.rs:333:23 [INFO] [stdout] | [INFO] [stdout] 333 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> super::future::WriteAll { [INFO] [stdout] | ^^ ^^ ----------------------- the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 333 | fn write_all<'a>(&'a mut self, data: &'a [u8]) -> super::future::WriteAll<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/threadunsafe.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn borrow(&self) -> Ref { [INFO] [stdout] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 39 | pub fn borrow(&self) -> Ref<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/threadunsafe.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn borrow_mut(&self) -> RefMut { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn borrow_mut(&self) -> RefMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `Command { std: "docker" "inspect" "1b92a5000a755163aba4ac398bbd4235278e4965d14d6f4b52f490467e3635cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b92a5000a755163aba4ac398bbd4235278e4965d14d6f4b52f490467e3635cc", kill_on_drop: false }` [INFO] [stdout] 1b92a5000a755163aba4ac398bbd4235278e4965d14d6f4b52f490467e3635cc