[INFO] fetching crate rusturnate 0.0.9... [INFO] checking rusturnate-0.0.9 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied [INFO] extracting crate rusturnate 0.0.9 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate rusturnate 0.0.9 [INFO] finished tweaking crates.io crate rusturnate 0.0.9 [INFO] tweaked toml for crates.io crate rusturnate 0.0.9 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rusturnate 0.0.9 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "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" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 17 packages to latest compatible versions [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.18) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f4c490512b85ed06b6fff53f679991d0c9d71a5cdb88cf359fbfa95aab78815b [INFO] running `Command { std: "docker" "start" "-a" "f4c490512b85ed06b6fff53f679991d0c9d71a5cdb88cf359fbfa95aab78815b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f4c490512b85ed06b6fff53f679991d0c9d71a5cdb88cf359fbfa95aab78815b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4c490512b85ed06b6fff53f679991d0c9d71a5cdb88cf359fbfa95aab78815b", kill_on_drop: false }` [INFO] [stdout] f4c490512b85ed06b6fff53f679991d0c9d71a5cdb88cf359fbfa95aab78815b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Dinherent-method-on-receiver" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 353b2ae272ac3be6babea4ae6496f20014637ad4e675370ff58f0da09ee6cac6 [INFO] running `Command { std: "docker" "start" "-a" "353b2ae272ac3be6babea4ae6496f20014637ad4e675370ff58f0da09ee6cac6", kill_on_drop: false }` [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Checking core_affinity v0.8.3 [INFO] [stderr] Checking rusturnate v0.0.9 (/opt/rustwide/workdir) [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:66:21 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 66 | pub fn try_edit(&self) -> error::TryEditorAccessResult<'_, T, error::InstantAccessError> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D inherent-method-on-receiver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:71:22 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 71 | pub fn try_reset(&self) -> error::AccessResult<(), error::InstantAccessError> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:78:24 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 78 | pub fn try_publish(&self, value: T) -> error::AccessResult<(), error::InstantAccessError> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:85:21 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 85 | pub fn try_take(&self) -> error::TryOptValueFetchResult<'_, T, error::InstantAccessError> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn edit(&self) -> error::AwaitEditorAccessResult<'_, T> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:108:18 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 108 | pub fn reset(&self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:113:20 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 113 | pub fn publish(&self, value: T) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 118 | pub fn take(&self) -> error::AwaitOptValueFetchResult<'_, T> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 131 | &self, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 140 | &self, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 150 | &self, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 161 | &self, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:177:23 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 177 | pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'_, T> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/access.rs:177:67 [INFO] [stdout] | [INFO] [stdout] 177 | pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'_, T> { [INFO] [stdout] | -- the lifetime is named here ^^ the same lifetime is elided 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 177 - pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'_, T> { [INFO] [stdout] 177 + pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'a, T> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:182:24 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 182 | pub async fn reset(&self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:187:26 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 187 | pub async fn publish(&self, value: T) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:192:23 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 192 | pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'_, T> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/access.rs:192:68 [INFO] [stdout] | [INFO] [stdout] 192 | pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'_, T> { [INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 192 - pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'_, T> { [INFO] [stdout] 192 + pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'a, T> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:255:29 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 255 | pub fn await_completion(&self) -> await_result::AwaitCompState { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:260:25 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 260 | pub fn await_result(&self) -> error::AwaitEditorAccessResult<'_, T> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:265:20 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 265 | pub fn receive(&self) -> error::AwaitValueFetchResult<'_, T> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:275:24 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 275 | pub fn await_empty(&self) -> error::AwaitEditorAccessResult<'_, T> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:281:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 281 | &self, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:290:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 290 | &self, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:299:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 299 | &self, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:315:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 315 | &self, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:331:27 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 331 | pub async fn complete(&self) -> await_result::AwaitCompState { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:336:25 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 336 | pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'_, T> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/access.rs:336:69 [INFO] [stdout] | [INFO] [stdout] 336 | pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'_, T> { [INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 336 - pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'_, T> { [INFO] [stdout] 336 + pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'a, T> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:341:26 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{ [INFO] [stdout] | --------------------------------- trait implemented here [INFO] [stdout] 21 | type Target = P; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 341 | pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'_, T> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/access.rs:341:68 [INFO] [stdout] | [INFO] [stdout] 341 | pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'_, T> { [INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 341 - pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'_, T> { [INFO] [stdout] 341 + pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'a, T> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/access.rs:351:24 [INFO] [stdout] | [INFO] [stdout] 20 | impl
Deref for Access
{
[INFO] [stdout] | --------------------------------- trait implemented here
[INFO] [stdout] 21 | type Target = P;
[INFO] [stdout] | ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 351 | pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout] --> src/access.rs:351:68
[INFO] [stdout] |
[INFO] [stdout] 351 | pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout] | -- the lifetime is named here ^^ the same 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: consistently use `'a`
[INFO] [stdout] |
[INFO] [stdout] 351 - pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout] 351 + pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'a, T> {
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: pointers cannot be transmuted to integers during const eval
[INFO] [stdout] --> src/queue/utils/pointer.rs:17:9
[INFO] [stdout] |
[INFO] [stdout] 17 | core::mem::transmute(ptr.cast::<()>())
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: at compile-time, pointers do not have an integer value
[INFO] [stdout] = note: avoiding this restriction via `union` or raw pointers leads to compile-time undefined behavior
[INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/std/mem/fn.transmute.html
[INFO] [stdout] = note: `#[warn(ptr_to_integer_transmute_in_consts)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/queue/awaiter.rs:125:46
[INFO] [stdout] |
[INFO] [stdout] 125 | pub fn await_completed_editor