[INFO] fetching crate SafeManuallyDrop 1.0.3... [INFO] checking SafeManuallyDrop-1.0.3 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied-retry-0 [INFO] extracting crate SafeManuallyDrop 1.0.3 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate SafeManuallyDrop 1.0.3 [INFO] finished tweaking crates.io crate SafeManuallyDrop 1.0.3 [INFO] tweaked toml for crates.io crate SafeManuallyDrop 1.0.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate SafeManuallyDrop 1.0.3 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] crate crates.io crate SafeManuallyDrop 1.0.3 already has a lockfile, it will not be regenerated [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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 5ec78461bec2a56679227e3aa8c1b1d2decb5143aa2ae8e485622768dd9ab769 [INFO] running `Command { std: "docker" "start" "-a" "5ec78461bec2a56679227e3aa8c1b1d2decb5143aa2ae8e485622768dd9ab769", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ec78461bec2a56679227e3aa8c1b1d2decb5143aa2ae8e485622768dd9ab769", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ec78461bec2a56679227e3aa8c1b1d2decb5143aa2ae8e485622768dd9ab769", kill_on_drop: false }` [INFO] [stdout] 5ec78461bec2a56679227e3aa8c1b1d2decb5143aa2ae8e485622768dd9ab769 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 5009893dbf6487b38bddc4c6b9f8aeb2f9b07a2ddc9fad622bd4750c87b33abb [INFO] running `Command { std: "docker" "start" "-a" "5009893dbf6487b38bddc4c6b9f8aeb2f9b07a2ddc9fad622bd4750c87b33abb", kill_on_drop: false }` [INFO] [stderr] Checking SafeManuallyDrop v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:295:29 [INFO] [stdout] | [INFO] [stdout] 295 | pub unsafe fn as_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D inherent-method-on-receiver` [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:307:33 [INFO] [stdout] | [INFO] [stdout] 307 | pub unsafe fn as_mut_value(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:321:27 [INFO] [stdout] | [INFO] [stdout] 321 | pub unsafe fn as_ptr(&self) -> *const T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:330:31 [INFO] [stdout] | [INFO] [stdout] 330 | pub unsafe fn as_mut_ptr(&mut self) -> *mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:360:40 [INFO] [stdout] | [INFO] [stdout] 360 | pub const unsafe fn ignore_drop(&self) {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:446:50 [INFO] [stdout] | [INFO] [stdout] 446 | pub const unsafe fn as_unsafestd_manuallydrop(&self) -> &UnsafeStdManuallyDrop { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:453:48 [INFO] [stdout] | [INFO] [stdout] 453 | pub unsafe fn as_mut_unsafestd_manuallydrop(&mut self) -> &mut UnsafeStdManuallyDrop { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:462:37 [INFO] [stdout] | [INFO] [stdout] 462 | pub const fn is_repr_transparent(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:295:29 [INFO] [stdout] | [INFO] [stdout] 295 | pub unsafe fn as_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D inherent-method-on-receiver` [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:514:29 [INFO] [stdout] | [INFO] [stdout] 514 | pub const fn get_state(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:307:33 [INFO] [stdout] | [INFO] [stdout] 307 | pub unsafe fn as_mut_value(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:526:34 [INFO] [stdout] | [INFO] [stdout] 526 | pub const fn is_empty_state(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:533:46 [INFO] [stdout] | [INFO] [stdout] 533 | pub const unsafe fn get_state_and_reset(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:321:27 [INFO] [stdout] | [INFO] [stdout] 321 | pub unsafe fn as_ptr(&self) -> *const T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:542:32 [INFO] [stdout] | [INFO] [stdout] 542 | pub const fn is_next_trig(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:330:31 [INFO] [stdout] | [INFO] [stdout] 330 | pub unsafe fn as_mut_ptr(&mut self) -> *mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:552:45 [INFO] [stdout] | [INFO] [stdout] 552 | pub const fn is_next_trig_optionresult(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:560:41 [INFO] [stdout] | [INFO] [stdout] 560 | pub /*const*/ unsafe fn force_as_ptr(&self) -> *const T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:567:45 [INFO] [stdout] | [INFO] [stdout] 567 | pub /*const*/ unsafe fn force_as_mut_ptr(&mut self) -> *mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:360:40 [INFO] [stdout] | [INFO] [stdout] 360 | pub const unsafe fn ignore_drop(&self) {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:574:43 [INFO] [stdout] | [INFO] [stdout] 574 | pub /*const*/ unsafe fn force_as_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:446:50 [INFO] [stdout] | [INFO] [stdout] 446 | pub const unsafe fn as_unsafestd_manuallydrop(&self) -> &UnsafeStdManuallyDrop { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:582:47 [INFO] [stdout] | [INFO] [stdout] 582 | pub /*const*/ unsafe fn force_as_mut_value(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:590:30 [INFO] [stdout] | [INFO] [stdout] 590 | pub const fn is_safe_type(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:295:29 [INFO] [stdout] | [INFO] [stdout] 295 | pub unsafe fn as_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:453:48 [INFO] [stdout] | [INFO] [stdout] 453 | pub unsafe fn as_mut_unsafestd_manuallydrop(&mut self) -> &mut UnsafeStdManuallyDrop { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:462:37 [INFO] [stdout] | [INFO] [stdout] 462 | pub const fn is_repr_transparent(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:514:29 [INFO] [stdout] | [INFO] [stdout] 514 | pub const fn get_state(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:307:33 [INFO] [stdout] | [INFO] [stdout] 307 | pub unsafe fn as_mut_value(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:526:34 [INFO] [stdout] | [INFO] [stdout] 526 | pub const fn is_empty_state(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:321:27 [INFO] [stdout] | [INFO] [stdout] 321 | pub unsafe fn as_ptr(&self) -> *const T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `SafeManuallyDrop` (lib test) due to 36 previous errors [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:533:46 [INFO] [stdout] | [INFO] [stdout] 533 | pub const unsafe fn get_state_and_reset(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:330:31 [INFO] [stdout] | [INFO] [stdout] 330 | pub unsafe fn as_mut_ptr(&mut self) -> *mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:542:32 [INFO] [stdout] | [INFO] [stdout] 542 | pub const fn is_next_trig(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:352:34 [INFO] [stdout] | [INFO] [stdout] 352 | pub unsafe fn ignore_drop(&self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:552:45 [INFO] [stdout] | [INFO] [stdout] 552 | pub const fn is_next_trig_optionresult(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:446:50 [INFO] [stdout] | [INFO] [stdout] 446 | pub const unsafe fn as_unsafestd_manuallydrop(&self) -> &UnsafeStdManuallyDrop { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:560:41 [INFO] [stdout] | [INFO] [stdout] 560 | pub /*const*/ unsafe fn force_as_ptr(&self) -> *const T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:567:45 [INFO] [stdout] | [INFO] [stdout] 567 | pub /*const*/ unsafe fn force_as_mut_ptr(&mut self) -> *mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:574:43 [INFO] [stdout] | [INFO] [stdout] 574 | pub /*const*/ unsafe fn force_as_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:453:48 [INFO] [stdout] | [INFO] [stdout] 453 | pub unsafe fn as_mut_unsafestd_manuallydrop(&mut self) -> &mut UnsafeStdManuallyDrop { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:462:37 [INFO] [stdout] | [INFO] [stdout] 462 | pub const fn is_repr_transparent(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:470:33 [INFO] [stdout] | [INFO] [stdout] 470 | pub /*const*/ fn get_state(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:582:47 [INFO] [stdout] | [INFO] [stdout] 582 | pub /*const*/ unsafe fn force_as_mut_value(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:590:30 [INFO] [stdout] | [INFO] [stdout] 590 | pub const fn is_safe_type(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/unsafe.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / crate::__codegen! { [INFO] [stdout] 16 | | @use; [INFO] [stdout] 17 | | @impl UnsafeManuallyDrop { [INFO] [stdout] 18 | | is_safe: false, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:295:29 [INFO] [stdout] | [INFO] [stdout] 295 | pub unsafe fn as_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:307:33 [INFO] [stdout] | [INFO] [stdout] 307 | pub unsafe fn as_mut_value(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:321:27 [INFO] [stdout] | [INFO] [stdout] 321 | pub unsafe fn as_ptr(&self) -> *const T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | pub fn is_empty_state(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:330:31 [INFO] [stdout] | [INFO] [stdout] 330 | pub unsafe fn as_mut_ptr(&mut self) -> *mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:489:40 [INFO] [stdout] | [INFO] [stdout] 489 | pub unsafe fn get_state_and_reset(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `SafeManuallyDrop` (lib) due to 36 previous errors [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:352:34 [INFO] [stdout] | [INFO] [stdout] 352 | pub unsafe fn ignore_drop(&self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:498:26 [INFO] [stdout] | [INFO] [stdout] 498 | pub fn is_next_trig(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:446:50 [INFO] [stdout] | [INFO] [stdout] 446 | pub const unsafe fn as_unsafestd_manuallydrop(&self) -> &UnsafeStdManuallyDrop { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:453:48 [INFO] [stdout] | [INFO] [stdout] 453 | pub unsafe fn as_mut_unsafestd_manuallydrop(&mut self) -> &mut UnsafeStdManuallyDrop { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:462:37 [INFO] [stdout] | [INFO] [stdout] 462 | pub const fn is_repr_transparent(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:470:33 [INFO] [stdout] | [INFO] [stdout] 470 | pub /*const*/ fn get_state(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | pub fn is_empty_state(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:507:39 [INFO] [stdout] | [INFO] [stdout] 507 | pub fn is_next_trig_optionresult(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:489:40 [INFO] [stdout] | [INFO] [stdout] 489 | pub unsafe fn get_state_and_reset(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:560:41 [INFO] [stdout] | [INFO] [stdout] 560 | pub /*const*/ unsafe fn force_as_ptr(&self) -> *const T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:498:26 [INFO] [stdout] | [INFO] [stdout] 498 | pub fn is_next_trig(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:507:39 [INFO] [stdout] | [INFO] [stdout] 507 | pub fn is_next_trig_optionresult(&self) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:567:45 [INFO] [stdout] | [INFO] [stdout] 567 | pub /*const*/ unsafe fn force_as_mut_ptr(&mut self) -> *mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:574:43 [INFO] [stdout] | [INFO] [stdout] 574 | pub /*const*/ unsafe fn force_as_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:560:41 [INFO] [stdout] | [INFO] [stdout] 560 | pub /*const*/ unsafe fn force_as_ptr(&self) -> *const T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:567:45 [INFO] [stdout] | [INFO] [stdout] 567 | pub /*const*/ unsafe fn force_as_mut_ptr(&mut self) -> *mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:574:43 [INFO] [stdout] | [INFO] [stdout] 574 | pub /*const*/ unsafe fn force_as_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:582:47 [INFO] [stdout] | [INFO] [stdout] 582 | pub /*const*/ unsafe fn force_as_mut_value(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:590:30 [INFO] [stdout] | [INFO] [stdout] 590 | pub const fn is_safe_type(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:582:47 [INFO] [stdout] | [INFO] [stdout] 582 | pub /*const*/ unsafe fn force_as_mut_value(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/macro_codegen.rs:590:30 [INFO] [stdout] | [INFO] [stdout] 590 | pub const fn is_safe_type(&self) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | impl Deref for $current_type where T: ?Sized, Trig: TrigManuallyDrop { [INFO] [stdout] | -------------------------------------------------------------------------------------- trait implemented here [INFO] [stdout] 609 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] ::: src/beh/safe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / crate::__codegen! { [INFO] [stdout] 18 | | @use; [INFO] [stdout] 19 | | @impl SafeManuallyDrop { [INFO] [stdout] 20 | | is_safe: true, [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::__codegen` which comes from the expansion of the macro `crate::__codegen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5009893dbf6487b38bddc4c6b9f8aeb2f9b07a2ddc9fad622bd4750c87b33abb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5009893dbf6487b38bddc4c6b9f8aeb2f9b07a2ddc9fad622bd4750c87b33abb", kill_on_drop: false }` [INFO] [stdout] 5009893dbf6487b38bddc4c6b9f8aeb2f9b07a2ddc9fad622bd4750c87b33abb