[INFO] fetching crate cpp_utils 0.3.0...
[INFO] checking cpp_utils-0.3.0 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied-retry-0
[INFO] extracting crate cpp_utils 0.3.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate cpp_utils 0.3.0
[INFO] finished tweaking crates.io crate cpp_utils 0.3.0
[INFO] tweaked toml for crates.io crate cpp_utils 0.3.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cpp_utils 0.3.0 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] 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] ec9589c031fc6135a2a9078005eab05b1e53a2d479bd2e3c577bd5e39a6ecaae
[INFO] running `Command { std: "docker" "start" "-a" "ec9589c031fc6135a2a9078005eab05b1e53a2d479bd2e3c577bd5e39a6ecaae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec9589c031fc6135a2a9078005eab05b1e53a2d479bd2e3c577bd5e39a6ecaae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec9589c031fc6135a2a9078005eab05b1e53a2d479bd2e3c577bd5e39a6ecaae", kill_on_drop: false }`
[INFO] [stdout] ec9589c031fc6135a2a9078005eab05b1e53a2d479bd2e3c577bd5e39a6ecaae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] d8de9039c6a79f602b5c5eb2ae081610e5c44828cf46b57194bab9ae5b1f0802
[INFO] running `Command { std: "docker" "start" "-a" "d8de9039c6a79f602b5c5eb2ae081610e5c44828cf46b57194bab9ae5b1f0802", kill_on_drop: false }`
[INFO] [stderr]     Checking cpp_utils v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:104:26
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub unsafe fn as_ptr(&self) -> Ptr<T> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[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/cpp_box.rs:113:30
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub unsafe fn as_mut_ptr(&mut self) -> MutPtr<T> {
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:118:27
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn as_mut_raw_ptr(&mut self) -> *mut T {
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:123:23
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn as_raw_ptr(&self) -> *const T {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:130:25
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn into_raw_ptr(self) -> *mut T {
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub unsafe fn into_ptr(self) -> MutPtr<T> {
[INFO] [stdout]     |                            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:155:26
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub unsafe fn as_ref(&self) -> Ref<T> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:165:30
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub unsafe fn as_mut_ref(&mut self) -> MutRef<T> {
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:175:36
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub unsafe fn static_upcast<U>(&self) -> Ref<U>
[INFO] [stdout]     |                                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:192:38
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub unsafe fn static_downcast<U>(&self) -> Ref<U>
[INFO] [stdout]     |                                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:208:35
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub unsafe fn dynamic_cast<U>(&self) -> Option<Ref<U>>
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:221:40
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub unsafe fn static_upcast_mut<U>(&mut self) -> MutRef<U>
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:238:42
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub unsafe fn static_downcast_mut<U>(&mut self) -> MutRef<U>
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:254:39
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub unsafe fn dynamic_cast_mut<U>(&mut self) -> Option<MutRef<U>>
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:270:25
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub unsafe fn begin(&self) -> <&'static T as Begin>::Output
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:286:29
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub unsafe fn begin_mut(&mut self) -> <&'static mut T as BeginMut>::Output
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:302:23
[INFO] [stdout]     |
[INFO] [stdout] 302 |     pub unsafe fn end(&self) -> <&'static T as End>::Output
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:318:27
[INFO] [stdout]     |
[INFO] [stdout] 318 |     pub unsafe fn end_mut(&mut self) -> <&'static mut T as EndMut>::Output
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:333:36
[INFO] [stdout]     |
[INFO] [stdout] 333 |     pub unsafe fn as_slice<'a, T1>(&'a self) -> &'a [T1]
[INFO] [stdout]     |                                    ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:353:40
[INFO] [stdout]     |
[INFO] [stdout] 353 |     pub unsafe fn as_mut_slice<'a, T1>(&'a mut self) -> &'a mut [T1]
[INFO] [stdout]     |                                        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |     pub fn as_raw_ptr(self) -> *const T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:87:27
[INFO] [stdout]     |
[INFO] [stdout]  87 |     pub fn as_mut_raw_ptr(self) -> *mut T {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:96:26
[INFO] [stdout]     |
[INFO] [stdout]  96 |     pub unsafe fn as_ptr(self) -> Ptr<T> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:105:26
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub unsafe fn as_ref(self) -> Option<Ref<T>> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:114:30
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub unsafe fn as_mut_ref(self) -> Option<MutRef<T>> {
[INFO] [stdout]     |                              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:119:20
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn is_null(self) -> bool {
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:128:36
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub unsafe fn static_upcast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:143:38
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub unsafe fn static_downcast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:156:35
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub unsafe fn dynamic_cast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:168:40
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub unsafe fn static_upcast_mut<U>(self) -> MutPtr<U>
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:183:42
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub unsafe fn static_downcast_mut<U>(self) -> MutPtr<U>
[INFO] [stdout]     |                                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:196:39
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub unsafe fn dynamic_cast_mut<U>(self) -> MutPtr<U>
[INFO] [stdout]     |                                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:212:25
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub unsafe fn begin(self) -> <&'static T as Begin>::Output
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:231:29
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub unsafe fn begin_mut(self) -> <&'static mut T as BeginMut>::Output
[INFO] [stdout]     |                             ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:250:23
[INFO] [stdout]     |
[INFO] [stdout] 250 |     pub unsafe fn end(self) -> <&'static T as End>::Output
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:269:27
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub unsafe fn end_mut(self) -> <&'static mut T as EndMut>::Output
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:287:36
[INFO] [stdout]     |
[INFO] [stdout] 287 |     pub unsafe fn as_slice<'a, T1>(self) -> &'a [T1]
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:307:40
[INFO] [stdout]     |
[INFO] [stdout] 307 |     pub unsafe fn as_mut_slice<'a, T1>(self) -> &'a mut [T1]
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:325:26
[INFO] [stdout]     |
[INFO] [stdout] 325 |     pub unsafe fn to_box(self) -> Option<CppBox<T>> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:453:23
[INFO] [stdout]     |
[INFO] [stdout] 453 |     pub fn as_raw_ptr(self) -> *const T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:462:26
[INFO] [stdout]     |
[INFO] [stdout] 462 |     pub unsafe fn as_ref(self) -> Option<Ref<T>> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:467:20
[INFO] [stdout]     |
[INFO] [stdout] 467 |     pub fn is_null(self) -> bool {
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:476:36
[INFO] [stdout]     |
[INFO] [stdout] 476 |     pub unsafe fn static_upcast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:491:38
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub unsafe fn static_downcast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:504:35
[INFO] [stdout]     |
[INFO] [stdout] 504 |     pub unsafe fn dynamic_cast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:520:25
[INFO] [stdout]     |
[INFO] [stdout] 520 |     pub unsafe fn begin(self) -> <&'static T as Begin>::Output
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:539:23
[INFO] [stdout]     |
[INFO] [stdout] 539 |     pub unsafe fn end(self) -> <&'static T as End>::Output
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:557:36
[INFO] [stdout]     |
[INFO] [stdout] 557 |     pub unsafe fn as_slice<'a, T1>(self) -> &'a [T1]
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:93:26
[INFO] [stdout]     |
[INFO] [stdout]  93 |     pub unsafe fn as_ptr(self) -> Ptr<T> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub unsafe fn as_mut_ptr(self) -> MutPtr<T> {
[INFO] [stdout]     |                              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:107:23
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub fn as_raw_ptr(self) -> *const T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:112:27
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn as_mut_raw_ptr(self) -> *mut T {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:121:36
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub unsafe fn static_upcast<U>(self) -> Ref<U>
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:137:38
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub unsafe fn static_downcast<U>(self) -> Ref<U>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:152:35
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub unsafe fn dynamic_cast<U>(self) -> Option<Ref<U>>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:164:40
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub unsafe fn static_upcast_mut<U>(self) -> MutRef<U>
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:180:42
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub unsafe fn static_downcast_mut<U>(self) -> MutRef<U>
[INFO] [stdout]     |                                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:195:39
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub unsafe fn dynamic_cast_mut<U>(self) -> Option<MutRef<U>>
[INFO] [stdout]     |                                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:211:25
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub unsafe fn begin(self) -> <&'static T as Begin>::Output
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:227:29
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub unsafe fn begin_mut(self) -> <&'static mut T as BeginMut>::Output
[INFO] [stdout]     |                             ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:243:23
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub unsafe fn end(self) -> <&'static T as End>::Output
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:259:27
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub unsafe fn end_mut(self) -> <&'static mut T as EndMut>::Output
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:274:36
[INFO] [stdout]     |
[INFO] [stdout] 274 |     pub unsafe fn as_slice<'a, T1>(self) -> &'a [T1]
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cpp_utils` (lib test) due to 72 previous errors
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:294:40
[INFO] [stdout]     |
[INFO] [stdout] 294 |     pub unsafe fn as_mut_slice<'a, T1>(self) -> &'a mut [T1]
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[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/ref_.rs:409:26
[INFO] [stdout]     |
[INFO] [stdout] 409 |     pub unsafe fn as_ptr(self) -> Ptr<T> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:414:23
[INFO] [stdout]     |
[INFO] [stdout] 414 |     pub fn as_raw_ptr(self) -> *const T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:423:36
[INFO] [stdout]     |
[INFO] [stdout] 423 |     pub unsafe fn static_upcast<U>(self) -> Ref<U>
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:439:38
[INFO] [stdout]     |
[INFO] [stdout] 439 |     pub unsafe fn static_downcast<U>(self) -> Ref<U>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:454:35
[INFO] [stdout]     |
[INFO] [stdout] 454 |     pub unsafe fn dynamic_cast<U>(self) -> Option<Ref<U>>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:470:25
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub unsafe fn begin(self) -> <&'static T as Begin>::Output
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:486:23
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub unsafe fn end(self) -> <&'static T as End>::Output
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:501:36
[INFO] [stdout]     |
[INFO] [stdout] 501 |     pub unsafe fn as_slice<'a, T1>(self) -> &'a [T1]
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:104:26
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub unsafe fn as_ptr(&self) -> Ptr<T> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[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/cpp_box.rs:113:30
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub unsafe fn as_mut_ptr(&mut self) -> MutPtr<T> {
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:118:27
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn as_mut_raw_ptr(&mut self) -> *mut T {
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:123:23
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn as_raw_ptr(&self) -> *const T {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:130:25
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn into_raw_ptr(self) -> *mut T {
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub unsafe fn into_ptr(self) -> MutPtr<T> {
[INFO] [stdout]     |                            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:155:26
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub unsafe fn as_ref(&self) -> Ref<T> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:165:30
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub unsafe fn as_mut_ref(&mut self) -> MutRef<T> {
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:175:36
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub unsafe fn static_upcast<U>(&self) -> Ref<U>
[INFO] [stdout]     |                                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:192:38
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub unsafe fn static_downcast<U>(&self) -> Ref<U>
[INFO] [stdout]     |                                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:208:35
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub unsafe fn dynamic_cast<U>(&self) -> Option<Ref<U>>
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:221:40
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub unsafe fn static_upcast_mut<U>(&mut self) -> MutRef<U>
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:238:42
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub unsafe fn static_downcast_mut<U>(&mut self) -> MutRef<U>
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:254:39
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub unsafe fn dynamic_cast_mut<U>(&mut self) -> Option<MutRef<U>>
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:270:25
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub unsafe fn begin(&self) -> <&'static T as Begin>::Output
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:286:29
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub unsafe fn begin_mut(&mut self) -> <&'static mut T as BeginMut>::Output
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:302:23
[INFO] [stdout]     |
[INFO] [stdout] 302 |     pub unsafe fn end(&self) -> <&'static T as End>::Output
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:318:27
[INFO] [stdout]     |
[INFO] [stdout] 318 |     pub unsafe fn end_mut(&mut self) -> <&'static mut T as EndMut>::Output
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:333:36
[INFO] [stdout]     |
[INFO] [stdout] 333 |     pub unsafe fn as_slice<'a, T1>(&'a self) -> &'a [T1]
[INFO] [stdout]     |                                    ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:353:40
[INFO] [stdout]     |
[INFO] [stdout] 353 |     pub unsafe fn as_mut_slice<'a, T1>(&'a mut self) -> &'a mut [T1]
[INFO] [stdout]     |                                        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 367 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |     pub fn as_raw_ptr(self) -> *const T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:87:27
[INFO] [stdout]     |
[INFO] [stdout]  87 |     pub fn as_mut_raw_ptr(self) -> *mut T {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:96:26
[INFO] [stdout]     |
[INFO] [stdout]  96 |     pub unsafe fn as_ptr(self) -> Ptr<T> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:105:26
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub unsafe fn as_ref(self) -> Option<Ref<T>> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:114:30
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub unsafe fn as_mut_ref(self) -> Option<MutRef<T>> {
[INFO] [stdout]     |                              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:119:20
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn is_null(self) -> bool {
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:128:36
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub unsafe fn static_upcast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:143:38
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub unsafe fn static_downcast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:156:35
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub unsafe fn dynamic_cast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:168:40
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub unsafe fn static_upcast_mut<U>(self) -> MutPtr<U>
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:183:42
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub unsafe fn static_downcast_mut<U>(self) -> MutPtr<U>
[INFO] [stdout]     |                                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:196:39
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub unsafe fn dynamic_cast_mut<U>(self) -> MutPtr<U>
[INFO] [stdout]     |                                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:212:25
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub unsafe fn begin(self) -> <&'static T as Begin>::Output
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:231:29
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub unsafe fn begin_mut(self) -> <&'static mut T as BeginMut>::Output
[INFO] [stdout]     |                             ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:250:23
[INFO] [stdout]     |
[INFO] [stdout] 250 |     pub unsafe fn end(self) -> <&'static T as End>::Output
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:269:27
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub unsafe fn end_mut(self) -> <&'static mut T as EndMut>::Output
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:287:36
[INFO] [stdout]     |
[INFO] [stdout] 287 |     pub unsafe fn as_slice<'a, T1>(self) -> &'a [T1]
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:307:40
[INFO] [stdout]     |
[INFO] [stdout] 307 |     pub unsafe fn as_mut_slice<'a, T1>(self) -> &'a mut [T1]
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:325:26
[INFO] [stdout]     |
[INFO] [stdout] 325 |     pub unsafe fn to_box(self) -> Option<CppBox<T>> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 331 | impl<T> Deref for MutPtr<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 332 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:453:23
[INFO] [stdout]     |
[INFO] [stdout] 453 |     pub fn as_raw_ptr(self) -> *const T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:462:26
[INFO] [stdout]     |
[INFO] [stdout] 462 |     pub unsafe fn as_ref(self) -> Option<Ref<T>> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:467:20
[INFO] [stdout]     |
[INFO] [stdout] 467 |     pub fn is_null(self) -> bool {
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:476:36
[INFO] [stdout]     |
[INFO] [stdout] 476 |     pub unsafe fn static_upcast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:491:38
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub unsafe fn static_downcast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:504:35
[INFO] [stdout]     |
[INFO] [stdout] 504 |     pub unsafe fn dynamic_cast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:520:25
[INFO] [stdout]     |
[INFO] [stdout] 520 |     pub unsafe fn begin(self) -> <&'static T as Begin>::Output
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:539:23
[INFO] [stdout]     |
[INFO] [stdout] 539 |     pub unsafe fn end(self) -> <&'static T as End>::Output
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ptr.rs:557:36
[INFO] [stdout]     |
[INFO] [stdout] 557 |     pub unsafe fn as_slice<'a, T1>(self) -> &'a [T1]
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 571 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:93:26
[INFO] [stdout]     |
[INFO] [stdout]  93 |     pub unsafe fn as_ptr(self) -> Ptr<T> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub unsafe fn as_mut_ptr(self) -> MutPtr<T> {
[INFO] [stdout]     |                              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:107:23
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub fn as_raw_ptr(self) -> *const T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:112:27
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn as_mut_raw_ptr(self) -> *mut T {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:121:36
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub unsafe fn static_upcast<U>(self) -> Ref<U>
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:137:38
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub unsafe fn static_downcast<U>(self) -> Ref<U>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:152:35
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub unsafe fn dynamic_cast<U>(self) -> Option<Ref<U>>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:164:40
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub unsafe fn static_upcast_mut<U>(self) -> MutRef<U>
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:180:42
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub unsafe fn static_downcast_mut<U>(self) -> MutRef<U>
[INFO] [stdout]     |                                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:195:39
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub unsafe fn dynamic_cast_mut<U>(self) -> Option<MutRef<U>>
[INFO] [stdout]     |                                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:211:25
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub unsafe fn begin(self) -> <&'static T as Begin>::Output
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:227:29
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub unsafe fn begin_mut(self) -> <&'static mut T as BeginMut>::Output
[INFO] [stdout]     |                             ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:243:23
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub unsafe fn end(self) -> <&'static T as End>::Output
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:259:27
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub unsafe fn end_mut(self) -> <&'static mut T as EndMut>::Output
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:274:36
[INFO] [stdout]     |
[INFO] [stdout] 274 |     pub unsafe fn as_slice<'a, T1>(self) -> &'a [T1]
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:294:40
[INFO] [stdout]     |
[INFO] [stdout] 294 |     pub unsafe fn as_mut_slice<'a, T1>(self) -> &'a mut [T1]
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl<T> Deref for MutRef<T> {
[INFO] [stdout]     | --------------------------- trait implemented here
[INFO] [stdout] 308 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:409:26
[INFO] [stdout]     |
[INFO] [stdout] 409 |     pub unsafe fn as_ptr(self) -> Ptr<T> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:414:23
[INFO] [stdout]     |
[INFO] [stdout] 414 |     pub fn as_raw_ptr(self) -> *const T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:423:36
[INFO] [stdout]     |
[INFO] [stdout] 423 |     pub unsafe fn static_upcast<U>(self) -> Ref<U>
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cpp_utils` (lib) due to 72 previous errors
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:439:38
[INFO] [stdout]     |
[INFO] [stdout] 439 |     pub unsafe fn static_downcast<U>(self) -> Ref<U>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:454:35
[INFO] [stdout]     |
[INFO] [stdout] 454 |     pub unsafe fn dynamic_cast<U>(self) -> Option<Ref<U>>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:470:25
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub unsafe fn begin(self) -> <&'static T as Begin>::Output
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:486:23
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub unsafe fn end(self) -> <&'static T as End>::Output
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/ref_.rs:501:36
[INFO] [stdout]     |
[INFO] [stdout] 501 |     pub unsafe fn as_slice<'a, T1>(self) -> &'a [T1]
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 515 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d8de9039c6a79f602b5c5eb2ae081610e5c44828cf46b57194bab9ae5b1f0802", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8de9039c6a79f602b5c5eb2ae081610e5c44828cf46b57194bab9ae5b1f0802", kill_on_drop: false }`
[INFO] [stdout] d8de9039c6a79f602b5c5eb2ae081610e5c44828cf46b57194bab9ae5b1f0802
